xbmcgui.ControlButton coordinates supersede coordinates in xml file.
#1
Is there a way to create a button in a page's python file without the coordinates? I'm using xbmcgui.ControlButton, which requires this for example 
self.button = xbmcgui.ControlButton(100, 250, 200, 50, 'Status', font='font14'). But i want to specify these parameter in the xml file. I think that the xml coordinates are being superseded by the ones in the python file.
Reply

Logout Mark Read Team Forum Stats Members Help
xbmcgui.ControlButton coordinates supersede coordinates in xml file.0