Start by downloading the latest version of the framework in the download section. Unzip the content of the file where you would like to create your first application.
The directory contains 4 files listed below.
The file application.xml is the one you need to edit in order to develop your application. You can view the result by opening/reloading index.html in your web browser. In some cases you might have to clear your browser's cache before seeing the result after making changes to your application.
Now that everything is setup, it's time to create your first application. Edit application.xml and replace its content with the source code provided below. It will simply create a text field containing the words `Hello, World!`.
<Application>
<TextField width="200" height="40" size="32">Hello, World!</TextField>
</Application>
Congratulations, you've just created your first application! Save it, and open/reload index.html in your web browser. The words `Hello, World!` should appear.
OK, maybe it wasn't the most exiting thing ever, but now you've learned how to setup a new application. And it was pretty easy, wasn't it?
© 2008 by — Valid XHTML