show a window from a plugin "executable" section
#1
I need to provide one entry into Programs, and, when user choice it, a window appear.

I tried to subclass xbmcgui.Window then do this
Code:
    mydisplay = MyClass()
    mydisplay .doModal()
    del mydisplay

But:
- 1. the window is full screen and not a real 'window', with border, title, and closing icon at the top
- 2. xbmc stand on "working..." state
- 3. Into the log i got

Quote:23:38:13 T:744 ERROR: CGUIMediaWindow::GetDirectory(plugin://plugin.video.jworg/?content_type=executable) failed

Summary: Is there a way, from a 'standard' directory item to launch plugin itself but to show a window?

Sorry, I'm not able to explain me better ...

The user flow is:
- Program
- My addon
- Select one of items from a list
- Plugin load remote text
- Plugin show in a custom windo the text just loaded
Reply

Logout Mark Read Team Forum Stats Members Help
show a window from a plugin "executable" section0