ViziBasic is a Visual editor for iziBasic.
ViziBasic stands for Visual easy Basic for Palm. It is an add-on application that I especially made for easing the development of iziBasic projects requiring GUI components (well, most of the Palm applications that you will develop should need that!).
ViziBasic is an application dedicated to:
* design simple GUI applications, with forms and objects in a form
* have objects perform specific actions thanks to attached iziBasic source code to each object, source code that you write to customize these actions
* generate and write the iziBasic source code to some Palm DOC format file that can then be edited like any other iziBasic source code for further enhancing your application
* thanks to its integration with the iziBasic compiler (as its name states it!), compile directly the generated iziBasic source code for immediate result
And all of this is done directly on board of your Palm device.
So, ViziBasic is a Rapid Application Development tool (so called RAD), a "What You See Is What You Get" (WYSIWYG) form designer, and the perfect companion to the iziBasic compiler.
ViziBasic is then especially useful for quickly prototyping an application and, since the source code is written in the standard Palm DOC format, it can be the base for further enhancements or more complex coding.
ViziBasic does not come with iziBasic and it is quite useless without it.
You have to purchase the iziBasic compiler separately.
Last but not least (because it is the first time I use my own iziBasic compiler to design a shareware application), ViziBasic itself is coded with iziBasic!
Updates Description
v2.1 (09/20/07):
- recompiled this program with the latest iziBasic version 6.1 to avoid device freezes or soft resets on some devices
v2.0 (09/20/06):
- when loading last project at program launch, now checks if the project file was not deleted in the meantime
- added an option to select an item by ID for objects or graphics drawn out of screen's bounds
- Heading Code is now prefilled with "_GosubLabel: / RETURN" if empty
- added OnAppStart and OnAppExit source code procedures
- added an option to warn and get user validation before replacing Source Code DOC file
- auto migrates project files of previous versions to new format
- ipgraded the ViziBinDec sample application to show the "0" initial value, using the new OnAppStart source code procedure, and added an icon resource to this sample application
- added some explanations in the user manual of how to browse in Code and TEXTFIELD$$ screens without scrollbar
- performed massive optimizations in the source code
v1.1 (11/14/05):
- bug fix: the SCROLLBAR object is now generated in the source code generation process
v1.0 (11/04/05):
- initial release for Palm OS