On 1/15/19, 2:48 PM, "Carlos Rovira" <[email protected]> wrote:
>
> Support for "overlapping windows" would be PAYG and added via some other
> classes. I don't think we've done anything there at the Basic level, the
> emulation components may have to support it since Flex did.
>
What do you mean with "overlapping windows". Don't understand that concept.
For me windows are always one on top of another...
Oh yeah, forgot to describe that. "overlapping windows" means that two or more
popups can be visible and potentially overlap each other based on which one was
clicked on last. In some IDEs you can have all of these floating panels.
Spell-check and Find dialogs are other examples where they can be popped up and
not dismissed while some other popup or dropdown shows up and has to show up
above or under the floating Spell-Check or Find dialog.
Flex had a whole ActiveWindowManager that worked with the PopUpManager. Royale
should try to make support for floating dialogs PAYG.
Thanks,
-Alex