GUI Builder
Posted: Thu Apr 08, 2010 6:52 pm
CodeLite is great and the integration with wxFormBuilder is great but is it possible for CodeLite to have it's own GUI builder?
I ask because when using wxFB and I change the GUI I lose all the event handlers.
Ex:
I design a form with 2 buttons
Export the code
Add implementation for both OnClick events, for button 1 and 2
Then when I add Button 3 and regenerate the code i lose the implementation for OnClick button 1 and 2.
This behaviour is ok for small apps but when the buttons do complicated stuff it's hard to rewrite the implementations each time.
Please note that I'm a beginner with CodeLite so I might not discovered all the features
I ask because when using wxFB and I change the GUI I lose all the event handlers.
Ex:
I design a form with 2 buttons
Export the code
Add implementation for both OnClick events, for button 1 and 2
Then when I add Button 3 and regenerate the code i lose the implementation for OnClick button 1 and 2.
This behaviour is ok for small apps but when the buttons do complicated stuff it's hard to rewrite the implementations each time.
Please note that I'm a beginner with CodeLite so I might not discovered all the features