Hi all,
Is anyone familiar with “ActivateWindow()” and its parameters?
I would like to add a button to my skin which directly opens the “DialogAddonInfo.xml” with my addon / skin settings.
Probably I need to refer somehow to the “id” of my addon, which is described in “addon.xml”.
My addon.xml has the following id: <addon id=”id=”skin.audi_rns”
So what I would like to get to work would be something like: ActivateWindow(DialogAddonInfo.xml, skin.audi.rns)
Or ActivateWindow(146, skin.audi.rns)
Thanks in advance!
Jeroen