[Gambas-user] Filling a text area with a Text file using drag and drop...

BB adamnt42 at gmail.com
Thu Oct 12 07:51:02 CEST 2023


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


More information about the User mailing list