Dropdown Menu without Window forced

Discuss GUI programming with the MUI Royale plugin here
User avatar
airsoftsoftwair
Posts: 5446
Joined: Fri Feb 12, 2010 2:33 pm
Location: Germany
Contact:

Re: Dropdown Menu without Window forced

Post by airsoftsoftwair »

djrikki wrote:Andreas, you never addressed my other points...

How can I listen for Close and ResizeWindow(?) at the same time? And are these the correct names?

notify="close,resizewindow"??
It's not possible to listen to resize window events. If you use Hollywood objects in your MUI windows you will get a "SizeWindow" event on your display, though, whenever the size of the Hollywood object changes.

The general syntax for listening to multiple attributes is:

Code: Select all

notify="closerequest; another_attribute; another_one;"
You have to separate them using semicolons.
Post Reply