News:

When registered with our forums, feel free to send a "here I am" post here to differ human beings from SPAM bots.

Main Menu

Autocode generator replace all of my written code

Started by crackerizer, July 29, 2007, 10:38:23 AM

Previous topic - Next topic

crackerizer

Hello all,
I'm new to CB and trying to use it as my IDE for a new project. But i have a problem.
Everytime i add a frame or a panel with wxsmith(or trying to change a frame's property). The codes i wrote are gone!
Is this a bug or it's normal?  :?

Thank you.

raph

wxSmith will generate it's code between the

//(*What(YourClass)
//*)

markers.
For example initializing code will go between

//(*Initialize(YourClass)
//*)

You have to write your code outside of these markers or wxSmith will overwrite it.

crackerizer

raph, thank you very much. I'll move my code out of those scope.  :D