Datareign

Differences

This shows you the differences between the selected revision and the current version of the page.

wxformbuilder 2010/02/06 10:48 wxformbuilder 2010/02/06 10:49 current
Line 5: Line 5:
As of February 2010, the project recommends that the generated code should //not// be edited to add functionality outside of wxFormBuilder, as the generated code is replaced at each pass. Instead, the form builder's "generate inherited class" functionality should be used. As of February 2010, the project recommends that the generated code should //not// be edited to add functionality outside of wxFormBuilder, as the generated code is replaced at each pass. Instead, the form builder's "generate inherited class" functionality should be used.
-This was found not to be a usable solution, especially when using [[CodeBlocks]] so you should probably give consideration to working up your window designs as fully as possible and then adding functionality to the generated window code instead. This is, of course, less convenient but permits the construction of more understandable code.+This was found not to be a usable solution, especially when using [[CodeBlocks]], so you should probably give consideration to working up your window designs as fully as possible and then adding functionality to the generated window code instead. This is, of course, less convenient but permits the construction of more understandable code.