[Gambas-user] Filling a text area with a Text file using drag and drop...
Denis Crowther
denisc at exemail.com.au
Thu Oct 12 08:08:36 CEST 2023
On 10/12/23 16:51, BB wrote:
> On 12/10/23 4:00 pm, Denis Crowther wrote:
>
>> On 10/12/23 16:20, BB wrote:
>>
>>>
>>
>> -- snip --
>>
>>>>> ----[ http://gambaswiki.org/wiki/doc/netiquette ]----
>>>>
>>>> My Default value is False and it is saved.
>>> Yes, It will write the value out if it is false, but how is your
>>> textarea.drop property default set to false in the IDE? (and if it
>>> is, then why is it output to the .form file?)
>>
>> I just tested on a new form.
>>
>> - drag textArea to form, the IDE has Drop=False. Save and the .form
>> file has;
>>
>> { TextArea1 TextArea
>> MoveScaled(104,28,34,20)
>> }
>>
>> - change the Drop value to True, save and the .form file has;
>> { TextArea1 TextArea
>> MoveScaled(104,28,34,20)
>> Drop = True
>> }
>>
>>
>>>>
>>>> Here everything about the "Drop" works as expected.
>>>>
>>> b
>>>
>>> ----[ http://gambaswiki.org/wiki/doc/netiquette ]----
> Totally weird, I do the same and i) the IDE has Drop=True ?
> It's the same whether I run the IDE in QT5 or GTK modes. Beats me. 😕
>
> ----[ http://gambaswiki.org/wiki/doc/netiquette ]----
I didn't remember reading this and never thought to check...
As of 3.18.2 the Drop Property is True by default.
I'm running 3.18.1
<sigh> I'm off now to upgrade...
--
Regards
Denis
More information about the User
mailing list