[Gambas-user] TextArea positioning to bottom after adding text
Hans-Martin Bundeshund
bundeshund at ...467...
Mon Jul 5 15:41:49 CEST 2004
Am Montag, 5. Juli 2004 14:42 schrieb Brant Wells:
> textarea1.Select(Len(txtlog.text),1)
Thanks for the answer. But...
Maybe I use it wrong but it has no effect.
ChatTextArea.Text = ChatTextArea.Text & "\n" & user & ": " & sndTextBox.Text
ChatTextArea.Select(Len(ChatTextArea,Text),1)
'ChatTextArea.Refresh
me.refresh
regards,
HM
More information about the User
mailing list