[Gambas-user] Behaviour of Control.Public=True
Dag Jarle Nerland Johansen - Gambas
gambas at cd-bahia.com
Fri Sep 17 09:26:22 CEST 2021
Am 17.09.21 um 02:07 schrieb Dag JNJ:
>
> Am 16.09.21 um 13:45 schrieb Benoît Minisini:
>> Le 16/09/2021 à 13:33, Dag Jarle Nerland Johansen - Gambas a écrit :
>>> Hi again,
>>> I installed the latest release and hoped the issue was gone, but no,
>>> still there.
>>> I got no answers and think I explained it poorly.
>>>
>> Indeed. Please explain how and when you generate forms exactly...
>>
>> If you write your code outside of the IDE, and then use the IDE at
>> the same time, you may have problems.
>>
> Have to add: I first make a new project in Gambas before I generate
> the .form and .class.
>
> Regards, Dag JNJ
>
>
> ----[ http://gambaswiki.org/wiki/doc/netiquette ]----
I write out the form file e.g. Fmain.form in that project-folder using
the rules I found by reading the structure of an existing form file.
fs = Open <formname> For Write Create
Print #fs, "{ Form Form"and so on
More information about the User
mailing list