I've noticed that using the eventEditSelectAccept triggers a bunch of deprecation warnings, so what should we be using instead?
Altren
22-03-2010 11:46:55
You should use it with myEvent(MyGUI::Edit* _sender) instead myEvent(MyGUI::Widget* _sender). Old signature is deprecated and kept for backward capability.