Kodi Community Forum
Busy dialog skinning (Windows ID)? - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Development (https://forum.kodi.tv/forumdisplay.php?fid=32)
+--- Forum: Skinning (https://forum.kodi.tv/forumdisplay.php?fid=12)
+--- Thread: Busy dialog skinning (Windows ID)? (/showthread.php?tid=26688)



Busy dialog skinning (Windows ID)? - CHI3f - 2007-06-02

What is the window name/id for dialogbusy.xml? I am trying to make a button to activate the window so I can test it but I cant find it anywhere.


- jmarshall - 2007-06-03

138


- Basje - 2007-06-03

Just out of curiousity: how would the code look to show this Busy Dialog? Something like:
Code:
dialog = xbmc.window(138)
dialog.show()
?


- grote002 - 2007-06-03

Basje Wrote:Just out of curiousity: how would the code look to show this Busy Dialog? Something like:
Code:
dialog = xbmc.window(138)
dialog.show()
?

I added the busy-dialog to my modded mc360-skin awhile ago and as soon as there is a stalled thread and you have a DialogBusy.xml (btw, my xml says <window id=" 136"> ), it will render the dialog.


- CHI3f - 2007-06-03

jmarshall Wrote:138

See, I was trying to make a button to activate that window so I could test it and I tried 138 but that did not work. I could not for the life of me make the dialog appear.


- dfmos - 2007-06-03

The busy dialog appears when your using samba or network NAS..
So you could just test it from you xbox


- Gamester17 - 2007-06-03

does http://www.xboxmediacenter.com/wiki/index.php?title=Window_IDs need updating?


- Jezz_X - 2007-06-03

Gamester17 Wrote:does http://www.xboxmediacenter.com/wiki/index.php?title=Window_IDs need updating?

ch3if has been doign a good job keeping it up to date I'm pretty sure thats the only one missing


- CHI3f - 2007-06-04

I added it to the list but now I need to add the smart playlist dialogs, but I cant till I find out what the window id and the delta window id is. I was looking all over the place but could not find it.