News:

Accounts with zero posts and zero activity during the last months will be deleted periodically to fight SPAM!

Main Menu

Getting an event when dialog opens - maybe recieving wxEVT_INIT_DIALOG

Started by LonelySTar, September 28, 2007, 09:27:52 PM

Previous topic - Next topic

LonelySTar

Hello together,

I want to write a plugin to replay user actions. For this I need to get informed when a dialog box opened and is ready for input. I believe that the wxWidgets event "wxEVT_INIT_DIALOG" would be exactly what I need.
But how can I recieve it? Connecting(with connect) to the main frame does not work :(.
Any Ideas on how to do it?

Thanks!
Nathan