GoDB Tutorial: Menus
Tutorial 2: Creating Menus
Tutorial posted September 15th, 2004 by smita
in
Lets create a simple Menu for a jewellery catalogue with items such as BRACELET , EARRINGS, RINGS, NECKLACE in GoDB .

To add the links on the page .Select the LINK element from the Toolbar and place it on the form, Home.txt.Change the Value property of the link to Bracelets.

If the user clicks on the bracelets link it should open the bracelets page (bracelet.txt) . Change the url property to ?bracelet.txt.

If you wish to add a link to the home page the url property of that link should be ?0. Add the rest of the links and an image to home.txt .

Execute the program.

| Attachment | Size |
|---|---|
| bracelet-3.jpg | 81.83 KB |






> GoDB Tutorial: Menus
Can i use the Symbian UI Controls in GoDB. Also which version of Symbian does it supports.
Can i use Networking/Database/Telephony API's of Symbain using GoDB ?
Symbian Development using GoDB
We have a beta version available which will allow developers to directly publish their GoDB applications to the UIQ device. Please download GoDB 3.4 RC2 version and proceed to download Symbian.zip. Please go through the deployment section of the GStudio help file, on how to deploy to your device. This is beta implementation and user feedback is most welcome.
GoDB was designed primarily to develop business applications which can run cross platform.GoDB currently runs on Windows PCs, Linux Pcs, Linux based devices like the Amida Simputer and Encore Simputer, Palm , Pocket PC and Symbian devices. Support for Symbian specific APIs is, thus not supported however all necessary APIs to build business apps are wrapped in GoDB APIs.
We support most of controls needed for Form based development, like Lables, Buttons, check boxes, List boxes etc. We also have support for Frames, Grids, Look up tables, Signature fields etc. For a complete list of controls available in GoDB please look at "Form Tags" section of the GStudio help file
External shared libraries can be written to load platform specific APIs like Telephony APIs.