[Gambas-user] How to call .class file from main file

Ian Roper ian.roper at ...1974...
Wed Mar 28 00:38:32 CEST 2012


You can also use F12 to toggle between the GUI form view and the Form
class code view.

Cheers,
Ian Roper.


On Sun, 2012-03-25 at 13:25 +0100, WALKER RICHARD wrote:
> In Gambas 3 the .class files are hidden until you display them. A new
> project starts with just the main form showing in the IDE.
> 
> One way to show the form's class file is to right-click in the project
> tree on the left of the screen on the FMain icon and select "Edit
> code" from the pop-up menu.
> 
> Another way to edit the click event code for a particular button is to
> select that button on your form, right-click it and you will see an
> "Event" option near the top of the pop-up menu. Hover over that option
> with your mouse and a list expands which shows all the possible events
> you can attach to your button. Click on the "click" event at the top
> of the list and the class file for your form will open with the code
> for your click event under the cursor.
> 
> The quickest way to edit the code for a button click event is simply
> to double-click the button on the form designer.
> 
> ------------------------------------------------------------------------------
> This SF email is sponsosred by:
> Try Windows Azure free for 90 days Click Here 
> http://p.sf.net/sfu/sfd2d-msazure
> _______________________________________________
> Gambas-user mailing list
> Gambas-user at lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/gambas-user
> 

-- 
Sent from Ubuntu





More information about the User mailing list