Re: [Gambas-user] How can I move "public sub" in other separated files?

2010-06-27 Thread Simone Gentili
ND On Sun, Jun 27, 2010 at 3:16 PM, Richard wrote: > On Sunday 27 June 2010 13:46:29 Simone Gentili wrote: > > This is my "main" program. > > > > PUBLIC SUB _new() > > disegnaLableChitarra() > > disegnaTastieraChitarra() > > END &g

[Gambas-user] How can I move "public sub" in other separated files?

2010-06-27 Thread Simone Gentili
This is my "main" program. PUBLIC SUB _new() disegnaLableChitarra() disegnaTastieraChitarra() END These are two subroutines but I want to have them in separated file. What I have to do? PUBLIC SUB disegnaLableChitarra() DIM lableChitarra AS Label lableChitarra = NEW Label(ME) AS "MiaLabl

Re: [Gambas-user] hi all

2010-06-27 Thread Simone Gentili
wrote: > Am Samstag, den 26.06.2010, 11:33 +0200 schrieb Simone Gentili: > > I started today to develop with Gambas!!! > > Hi, Simone > > A very good desiscion - please tell us what you used before. And also > what your intentions are - in wich direction your issuses lays. I

[Gambas-user] hi all

2010-06-26 Thread Simone Gentili
I started today to develop with Gambas!!! -- This SF.net email is sponsored by Sprint What will you do first with EVO, the first 4G phone? Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first _