Code::Blocks Forums

Developer forums (C::B DEVELOPMENT STRICTLY!) => Plugins development => Topic started by: LonelySTar on September 28, 2007, 09:27:52 pm

Title: Getting an event when dialog opens - maybe recieving wxEVT_INIT_DIALOG
Post by: LonelySTar on September 28, 2007, 09:27:52 pm
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