Hello everybody,
sorry if this isn't the right board for this question, to the best of my searches I wasn't able to find any more fitting place.
I have a problem with wxSmith: some of the controls I add to my dialogs aren't declared in the class, they are declared in the constructor of the dialog hence I am not able to reference them by name in other member functions of the class - I think I can work around this problem using IDs but doesn't look good to me. I'm using C::B 10.5 on a Win7 machine.
If anybody knows what's going on or can suggest me a better place to ask, I'll be glad to receive any pointer to get back on track.
All the best,
Francesco
In the property sheet, there should be an option (checkbox) "Is member", make sure it is active.
Thank you very much Jens, it's strange that some wxBoxSizers get added with that options and some don't... maybe that's related to the fact that some are added within a panel... in any case, shall I need to ask further questions about wxSmith, is this the right place or is there a better one?
Quote from: Entuland on October 25, 2010, 12:37:41 PM
or is there a better one?
Using Code::Blocks
http://forums.next.codeblocks.org/index.php/board,3.0.html
Thanks a lot for the pointer Loaden,
best of luck to everybody, C::B rocks!