quote:
Originally posted by markee
Time for some bumping. Anyway, I found something that I'd like. The ability to cancel the closing of a Plus Window. Something like returning false to the OnWindowidEvent_Destroyed function would suffice I think. This way I could just hide the window for a moment even if the user has tried to close the window through the task bar or the X in the corner or something.
This is already possible, using OnWindowidEvent_Cancel
quote:
Originally posted by Scripting docs
Return Value
A boolean value used by Messenger Plus! to ignore the request. If the function returns true, the cancel request is ignored, if it returns false (default the event is not handled), the window is destroyed.