papayrus wrote:WxFormBuilder locked up when I added a tectCtrl and clicked in it. Is this a bug?
Yes, I reported this bug a while ago - it was not fixed yet. To workaround it: Alt-TAB in and out from wxformBUilder
papayrus wrote:Where can I add code like
In the constructor of the derived class.
You might also want to use m_textCtrl->ChangeValue() and not m_textCtrl->SetValue()
The former will not fire an event while the later will fire an event
papayrus wrote:WxFormBuilder locked up when I added a tectCtrl and clicked in it. Is this a bug?
Yes, I reported this bug a while ago - it was not fixed yet. To workaround it: Alt-TAB in and out from wxformBUilder
papayrus wrote:Where can I add code like
In the constructor of the derived class.
You might also want to use m_textCtrl->ChangeValue() and not m_textCtrl->SetValue()
The former will not fire an event while the later will fire an event
Eran
I hate to sound newish but can you tell me where that is in what file exactly?
Nice I like the changevalue.