Linux ActivateWindow not working properly
#1
I'm using XBMC v12.2 and I'm programming a video add-on.

I have a problem when I try to define the action when clicking on an item on the list I'm showing.
This is the line that I use:

Code:
xbmc.executebuiltin('ActivateWindow(10025,&quote;videodb://2/2/4/&quote;)', True)

That's the xbmc imported from xbmcswift2

My problem is that this line takes me to a blank window. However, if I do

Code:
xbmc.executebuiltin('ActivateWindow(settings)', True)

it works perfectly.
What am I doing wrong?

By the way that first code line was taken from favourites.xml after having added the library folder I wanted to favourites (and it works well when you click it in favourites).

Any help would be greatly appreciated. I really am at a loss.

Thanks in advance!
Reply

Logout Mark Read Team Forum Stats Members Help
ActivateWindow not working properly0