I'm hoping this is the correct platform for this kind of questions.
I am working on a plug in for the web client and creating a new wizard.
The behavior I'm seeing when the user changes the screen size (or alternatively, when the resolution of the screen changes) is that a part of the wizard is cut out of the screen.
The wizards already existing in the client act completely different. A wizard will re-centers itself and once the screen is too small to contain it, scroll bars appear. The only way I could mimic this is by listening to the stage size changing, and then have the TitleWindow call PopUpManager.centerPopUp(this). This does not seem elegant code-wise and works for certain sizes only.
Is there a "correct" way to do this?
↧
Pop up wizard cropped when user changes browser screen size.
↧