Hi,
Is there any generic way for getting the currently opened window in navigationWindow? I know that I can implement a windowStack structure myself but I feel it should be a way there to get it directly... I tried
navWin.getWindow()However, it gives me back the root window I defined within Alloy instead of the current one in focus.
I really wish there will be some way to be able to access the window stack with in navigationWindow. Thanks in advance for any help:)
Just in addition, the use case is I want to change the left and right nav button in that window.