Hi all!
I just updated the development snapshot release of wxRapid. Grab it here:
http://www.upcase.de/stuff/wxRapid.zipI fixed some issues with savin/loading and code generation. Some widgets are still buggy :cry:
There's a file called "Demo.project" which, when loaded, creates a simple GUI (frame, button, panel) and passes them some code snippets. You can watch/edit these using the "Eventhandling" page in the property pane.
Using "Save XRC" should create the XRC file plus some simple cpp/h files. Compiling these should give you an app that:
1. Loads the XRC file
2. Displays the frame
3. Contains eventhandling for the button (clicking it will change the bg colour of the panel)
Feel free to toy with it
PS: The "templates" dir has to exist in the path of the exe.