Re: [Gambas-user] Send from .module to .class

2012-02-07 Thread Jesus
El 06/02/12 21:59, Ron escribió: > I agree, but the supplied example doesn't work with making controls public. Sorry Ron. I was sure someone suggested doing that. Regards -- Jesus Guardon > > 2012/2/6 Jesus > >> El 05/02/12 00:01, abbat escribió: >>> >>> How can I send a string "test_string

Re: [Gambas-user] Send from .module to .class

2012-02-06 Thread Ron
I agree, but the supplied example doesn't work with making controls public. 2012/2/6 Jesus > El 05/02/12 00:01, abbat escribió: > > > > How can I send a string "test_string" from > > Main.module > > to > > Label1 which situated on > > MFmain.class > > > > Thanks > > > > > > Use "properties" or s

Re: [Gambas-user] Send from .module to .class

2012-02-06 Thread Jesus
El 05/02/12 00:01, abbat escribió: > > How can I send a string "test_string" from > Main.module > to > Label1 which situated on > MFmain.class > > Thanks > > Use "properties" or setter and getter public functions. Not a good idea making form controls public. Regards -- Jesus Guardon --

Re: [Gambas-user] Send from .module to .class

2012-02-06 Thread Ron
But you have to tweak your project options to allow this. Regards, Ron_2nd. > MFmain.Label1.text = "test_string" > > > -- Original Message --- > From: abbat > To: gambas-user@lists.sourceforge.net > Sent: Sat, 4 Feb 2012 15:01:59 -0800 (PST) >

Re: [Gambas-user] Send from .module to .class

2012-02-06 Thread nando
MFmain.Label1.text = "test_string" -- Original Message --- From: abbat To: gambas-user@lists.sourceforge.net Sent: Sat, 4 Feb 2012 15:01:59 -0800 (PST) Subject: [Gambas-user] Send from .module to .class > How can I send a string "test_string" fr

Re: [Gambas-user] Send from .module to .class

2012-02-04 Thread Jussi Lahtinen
Controls have property name Public, set it to True. Jussi On Sun, Feb 5, 2012 at 01:01, abbat wrote: > > How can I send a string "test_string" from > Main.module > to > Label1 which situated on > MFmain.class > > Thanks > > > -- > View this message in context: > http://old.nabble.com/Send-fro

[Gambas-user] Send from .module to .class

2012-02-04 Thread abbat
How can I send a string "test_string" from Main.module to Label1 which situated on MFmain.class Thanks -- View this message in context: http://old.nabble.com/Send-from-.module-to-.class-tp33264477p33264477.html Sent from the gambas-user mailing list archive at Nabble.com. --