Creating a gambas2 program, step by step, a telephone index

From : http://listingambas.blogspot.com/2011/06/explicacion-del-ide-de-gambas2.html


Explanation of Gambas2 IDE


Fig. 1



  1. In this tree we can see how are organized modules, classes, forms and data (icons, images data files, etc.).
  1. Shows the form that we have on (Fmain, in this case)
  1. Menus and buttons for various actions to be done with our project (implementation, debugging, etc).
  1. Properties of the form we have chosen in 2 and hierarchy of form elements (buttons, textbox, etc.) wich will follow this order when pressing "tabkey" at runtime.
  1. Help for  the  property we have chosen in 4
  1. Components: buttons, labels, textboxes, gridviews, and so on ...

For more details see, in annex,  the existing manuals for Gambas.