Author Topic: wxRapid development  (Read 14794 times)

upCASE

  • Guest
wxRapid development
« 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.

Offline mandrav

  • Project Leader
  • Administrator
  • Lives here!
  • *****
  • Posts: 4315
    • Code::Blocks IDE
wxRapid development
« Reply #1 on: May 27, 2005, 10:33:01 pm »
Great work, upCase! :D

Yiannis.
Be patient!
This bug will be fixed soon...

Offline byo

  • Plugin developer
  • Lives here!
  • ****
  • Posts: 837
wxRapid development
« Reply #2 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 ?

upCASE

  • Guest
wxRapid development
« Reply #3 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.