[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Scrolling/keeping textArea down


Hi Lee,

I noticed that the difference between QT and GTK regarding Button.Default is that if you hold down the Return key in QT, the text repeats until you release the key, while in GTK, the text is written only after you release the key.
You can verify this with this code:

Public Sub Form_Open()

  TextBox1.Text = "Any text"

End

Public Sub Button1_Click()

  Print "CLICK";; TextBox1.Text

End

Regards
Gianluigi


Follow-Ups:
Re: Scrolling/keeping textArea downLee <t.lee.davidson@xxxxxxxxx>
References:
Scrolling/keeping textArea downBenoît Minisini <benoit.minisini@xxxxxxxxxxxxxxxx>
Re: Scrolling/keeping textArea downBenoît Minisini <benoit.minisini@xxxxxxxxxxxxxxxx>
Re: Scrolling/keeping textArea downGianluigi <gradobag@xxxxxxxxxxx>
Re: Scrolling/keeping textArea downLee <t.lee.davidson@xxxxxxxxx>
Re: Scrolling/keeping textArea downLee <t.lee.davidson@xxxxxxxxx>
Re: Scrolling/keeping textArea downGianluigi <gradobag@xxxxxxxxxxx>