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

2010-06-27 Thread Simone Gentili
Thanks a lot!!! Now I've main file: ' Gambas class file PUBLIC SUB _new() Tastiera.disegnaLableChitarra(ME) Tastiera.disegnaTastieraChitarra(ME) END and a module named "tastiera" with these two sub ' Gambas module file PUBLIC SUB disegnaTastieraChitarra(form AS Form) DIM hButton AS Button

[Gambas-user] Gambas 3 rev 3023 on Ubuntu 10.04 LTS x86

2010-06-27 Thread Charlie Reinl
Salut, I know, it is not the first time that I write this, but after an upgrade from 8.04 LTS to 10.04 LTS, now it works with libtoolize (GNU libtool) 2.2.6b , but reconf-all still failes. Any news about that. -- Amicalement Charlie libtoolize: putting auxiliary files in `.'. libtoolize: copying

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

2010-06-27 Thread Richard
On Sunday 27 June 2010 13:46:29 Simone Gentili wrote: > 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()

[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
Well, I am a php developer. Next week I'll start a Job where we need to use VB6. =( So... I stared a search in google "Visual Basic on Linux" and Gambas is se result. I know tha Gambas Is Not Visual Basic!!! But I dont know, now, any pther language useful for develop on my ubuntu. So... I am tryin