[Gambas-user] Closing a Message!
Tony Morehen
tmorehen at ajm-software.com
Sat Dec 12 21:03:38 CET 2020
I liked the old behavior myself. I didn't even recognize the new copy
button as a button. I wondered what it was, perhaps an unwanted
leftover from a "Don't show this message again" checkbox?
On 2020-12-12 2:31 p.m., Christof Thalhofer wrote:
> Am 12.12.20 um 03:59 schrieb Bruce Steers:
>
>> How's about something simple like this in FMessage.class?
>>
>> *Public Sub txtMessage_DblClick()
>>
>> Clipboard.Copy(txtMessage.**Text)
>> txtMessage.Text = ("Text Coppied.")
>> Wait 1
>> txtMessage.Text = Clipboard.Paste()
>>
>> End*
> Actually it's quite funny. But nevertheless I would find it confusing
> and not intuitive. There are a number of well-known commands to copy to
> the clipboard like Ctrl-C, Ctrl-Insert.
>
> Double-click is not one of them. If someone copied something important
> and it was replaced by double clicking a message it would be annoying.
> By no means should it be default behavior in Gambas.
>
> I found the old behaviour the best and easiest: Highlight the text with
> the mouse and press Crtl-C.
>
> Alles Gute
>
> Christof Thalhofer
>
>
> ----[ http://gambaswiki.org/wiki/doc/netiquette ]----
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.gambas-basic.org/pipermail/user/attachments/20201212/7cb9c31d/attachment.htm>
More information about the User
mailing list