Windows stack?
#1
Hi all,

I have been looking for information about how windows are managed in the wiki but I have not found the answer.

I want to create an addon with three windows in cascade. The first window calls the second when a button is pressed using this code:

import resources.lib.ScreenGeneralData as Screen
ui = Screen.ScreenGeneralData('ScreenGeneralData.xml', addon.get_path(), 'default')
ui.doModal()

The second calls the third in the same manner. In every window I can press the ESC or go BACK (self.close()) to go to the prior and it works, but the question is How I can go backwards two windows when I stay in the third?

Exists a window stack object? Can it be controlled in Python?

Thanks in advance
Reply

Logout Mark Read Team Forum Stats Members Help
Windows stack?0