Page 2 of 2

Re: Dropdown Menu without Window forced

Posted: Thu Jan 17, 2013 9:14 pm
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.