home
products
education
support
partners
company

articles

tutorials

screenshots


SourceForge.net Logo

home

forums

downloads

bugs

mailing list
Kalideoscope Zone - goodies

Goodies are small and easy to use libraries which can be used in conjunction with XUI in order to provide commonly required functionality.


An 'about' dialog

When you build an application it's often useful to include information about the author, build version and whatever else might be appropriate. This simple about dialog can be copied to your project and customised to include whatever information you think might be appropriate.

Simple wizard navigator

This simple library allows you to declare the pages of a wizard application in your static XML datasets. This method of updating the XML to process new pagesmakes it much easier to build and maintain applications which rely on this type of navigation.

Custom XValidationFactory class

This custom XValidationFactory class provides you with 3 custom XBaseValidation classes, FunctionValidation, NumberValidation and IntegerValidation. Simply reference it in your startup file and start using it in your XUI pages