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
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
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
--
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)
>
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
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
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.
--