Developer forums (C::B DEVELOPMENT STRICTLY!) > Plugins development
wxRapid development
(1/1)
upCASE:
Hi all!
I just updated the development snapshot release of wxRapid. Grab it here:
http://www.upcase.de/stuff/wxRapid.zip
I 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 :D
PS: The "templates" dir has to exist in the path of the exe.
mandrav:
Great work, upCase! :D
Yiannis.
byo:
I was thinking how to integrate this powerfull toll with C::B. Think that it may be used as external xrc editor. Is there any possibility to execute wxRapid with xrc file as argument ?
upCASE:
Hi!
--- Quote from: byo ---Is there any possibility to execute wxRapid with xrc file as argument ?
--- End quote ---
Not right now but that won't be a problem, as wxRapid project files are XRC files with additional information (like event handling code etc.). I'll add that in the next version.
Navigation
[0] Message Index
Go to full version