I'd like to see some much needed changes to the dialog event handlers.

The changes being: allowing SCLICK events to be triggered on all objects within a dialog, and not limited to single click in list/combo box, or check/uncheck of radio/check buttons, or click of a button. The same goes for dclick.


I would also like to suggest the addition of a mouseover, mousein and mouseout event trigger/s. This would trigger when the user puts the mouse over any object within the dialog. This would allow dialogs to generate real feedback based on the mouse position. For example, one could create a blank text object that when a mouse passed over a certain object in the dialog, would display text akin to a rollover.

This, in my opinion, is much needed.