Moving a dialog here and there
#1
Without luck, I've tried to move a progress dialog to different parts of the screen depending on what's in the background. This works for things like the home page menu, where I can use Skin.HasSetting(lowermainmenu) as a condition. However, things like Control.IsVisible(57) have no effect on the dialog. I'm assuming this is because the dialog window can't "see" the Control to know whether it's visible or not.

Is that right? If so, is there a workaround?
Reply
#2
this is purely a guess here but isn't that kind of what the new window get property stuff nuka added is usefull for ?

And yes you are correct in why it wont work because its looking for control 57 int he dialog not the lower window
Reply
#3
Correct. Basically you'd have to extend the control.isvisible to support a window id in addition to the control id to do this I think.
Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting please make sure you read this first.


Image
Reply

Logout Mark Read Team Forum Stats Members Help
Moving a dialog here and there0