Files | Admin

Notes:

Release Name: foxGUIb 0.5.1 (for FXRuby 1.4.4)

Notes:
foxGUIb version 0.5.1 works with FXRuby version 1.4.4 (tested on win2k and ubuntu-linux)

This release brings you an event editor which enables writing behaviour of your interfaces within foxguib. (see "View" menu)
The codegenerator incorporates the event handling code in the generated class. runtime evaluation and testing is not inlcuded in this version.

The event editor "knows" which events are documented in the fxruby api reference docs and can display the documentation for each event.

The interface has been polished and looks more professional now.

Some major bugs have been fixed. (see changelog)


Mike Parr joined the project and is currently writing documentation for foxGUIb. The docu will be included in the package in succeding versions. 

This release comes to you thanks to all who encouraged me to continue on foxGUIb on the fxruby-users mailing list!!
Enjoy it,
-- henon

Finally the MD5 Hex Digest of the download: 19e09a7301373b65c695521d684e40d9


Changes: changes: 0.5.1 * fixed event editor crash when different working directory * fixed broken event editor example changes: 0.5.0 * Compatible with FXRuby1.4.4. Unfortunately this release is incompatible with old FXRuby versions <= 1.2.6. Send me a feature request if you need it. * New feature: "EventEditor". Event handling code can be written directly in the EventEditor. Test running of the designed GUI with events is not included yet. * The code generator supports events. See the event_handler.rbin example. * EventEditor shows documentation for each listed event in the FXRuby API * I polished foxGUIb's own GUI a bit. Looks quite professional now ;) * Most icons are now in TGA file format which can allways be loaded because TGA support is built-in in the FOX library. * Fixed the startup crash on linux platforms. * Fixed "Save As" Bug