Call a custom dialog xml
#1
Either this is real simple and I am just can't find it or it's not possible...

I want to be able to call a custom dialog, DialogBottomLine.xml, when watching a video in the same way "i" will open DialogFullScreenInfo.xml. I know I would have to add the command to the keymap, but other then that I'm at a bit of a loss.

Can someone steer me in the right direction?

Thanks,
-stoli-
Reply
#2
Should be a simple:

<onclick>XBMC.ActivateWindow(1111)</onclick>

That 1111 was my custom settings, which is a custom.xml, and it opened just fine...So change 1111 to whatever your wndow id is and it should open.
Image

Check out The Carmichael - A Skin For XBMC

Check out Night - A Skin For XBMC

Check out Unfinished - A Skin For XBMC
Reply
#3
That did the trick - I forgot all about having to name it custom_xxxx.

Thanks!
-stoli-
Reply

Logout Mark Read Team Forum Stats Members Help
Call a custom dialog xml0