Code::Blocks Forums

Developer forums (C::B DEVELOPMENT STRICTLY!) => Plugins development => Topic started by: upCASE on May 27, 2005, 03:42:04 pm

Title: wxRapid development
Post by: upCASE on May 27, 2005, 03:42:04 pm
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.
Title: wxRapid development
Post by: mandrav on May 27, 2005, 10:33:01 pm
Great work, upCase! :D

Yiannis.
Title: wxRapid development
Post by: byo on May 27, 2005, 10:58:14 pm
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 ?
Title: wxRapid development
Post by: upCASE on May 30, 2005, 08:25:16 am
Hi!
Quote from: byo
Is there any possibility to execute wxRapid with xrc file as argument ?

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.