Global Popup Menu [sorta solved]

Just to get it out of the way before I start with my little problem… I am a newbie with jMonkey and stand to it. :stuck_out_tongue:



Anyway, to my problem.



While I do have a good idea how to build a Nifty Popup, I would like to know if there is some way to create Global Popups, in this case a Configuration Menu that also allows me to save and load.



And I do not want to implement all the stuff in every AppState I build…



Thanks for any help or any pointers.

No, I mean an actual popup window, not a screen.



As in nifty.showPopup() but global, not specific for a specific AppState.

Uh, you mean a simple screen in nifty? nifty.gotoSceen(name); ?

Whats specific about an app state? Its application global.

@normen said:
Whats specific about an app state? Its application global.

I'm not talking about AppStates. I'm talking about Popups.

Anyway. Playing around a little, I found out that I can easily create global popups... Now to figure out how to actually use them. :p