trevordevore / levure

Application development framework for LiveCode
MIT License
32 stars 14 forks source link

Window Manager preOpenWindow/OpenWindow Issue? #53

Closed macMikey closed 7 years ago

macMikey commented 7 years ago

Window Manager: In "Messages", second sentence: The message is sent after the window and menu have been resized, however.

Is that right? Those messages are sent when the user resizes an open window?

trevordevore commented 7 years ago

They aren't sent after the user resizes a menu but the window and menu have been resized before the messages are sent when the card opens. When you open a stack it may not be the same width/height as it was last time the stack was resized. The helper resizes the menu to fit the current card width before dispatching the messages.