PDA

View Full Version : Busy dialog skinning (Windows ID)?


CHI3f
2007-06-02, 06:36
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, 12:50
138

Basje
2007-06-03, 13:17
Just out of curiousity: how would the code look to show this Busy Dialog? Something like:dialog = xbmc.window(138)
dialog.show()?

grote002
2007-06-03, 15:11
Just out of curiousity: how would the code look to show this Busy Dialog? Something like: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, 15:12
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, 16:39
The busy dialog appears when your using samba or network NAS..
So you could just test it from you xbox

Gamester17
2007-06-03, 19:44
does http://www.xboxmediacenter.com/wiki/index.php?title=Window_IDs need updating?

Jezz_X
2007-06-03, 21:33
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, 15:54
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.