FLogfiles.TxtLogs.text = "Blablablabla ..."

in good way :

you add in FLogFile :


Public SetTextLog (sText as String)

  TxtLog.Text = sText

End

in Main :

FlogFile.SetTextLog("blablabla")


for example the gambas ide is written in gambas ... and not use public
control option ...



2010/1/20 Charlie Reinl <karl.re...@fen-net.de>:
> Am Mittwoch, den 20.01.2010, 21:58 +0100 schrieb Jean-marc Gueranger:
>> Hello gambas-user,
>>
>> I'm new in gambas, and need any help.
>>
>> In my project, have a form named 'Flogfiles' and have a textarea
>> 'TxtLogs' inside.
>> When I want modify the text in this textarea,since Main module, I have
>> the following message 'Unknown symbol 'TxtLogs' in 'Flogfiles'.
>> Code is : FLogfiles.TxtLogs.text = "Blablablabla ..."
>>
>> I'm using 'Domotiga' as model, and that's works fine on it.
>>
>> What's wrong in my code ??
>>
>> I'm using gambas 2.15 on Ubuntu 8.04 hardy heron.
>>
>> Thank's for any help
>>
>
> Salut Jean-Marc,
>
> go menu/project/properties or Ctrl+P in the IDE.
> On second tab 'Options' set
>        Formular-Controls are public to 'YES'
>
> That should solve your problem.
> --
> Amicalement
> Charlie
>
>
> ------------------------------------------------------------------------------
> Throughout its 18-year history, RSA Conference consistently attracts the
> world's best and brightest in the field, creating opportunities for Conference
> attendees to learn about information security's most important issues through
> interactions with peers, luminaries and emerging and established companies.
> http://p.sf.net/sfu/rsaconf-dev2dev
> _______________________________________________
> Gambas-user mailing list
> Gambas-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/gambas-user
>

------------------------------------------------------------------------------
Throughout its 18-year history, RSA Conference consistently attracts the
world's best and brightest in the field, creating opportunities for Conference
attendees to learn about information security's most important issues through
interactions with peers, luminaries and emerging and established companies.
http://p.sf.net/sfu/rsaconf-dev2dev
_______________________________________________
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user

Reply via email to