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

Denis Crowther denisc at exemail.com.au
Thu Oct 12 07:30:04 CEST 2023


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 ]----

-- 
Regards
Denis



More information about the User mailing list