Dear All,
I have a button get and working fine. I need to position the cursor at the end of tget test when receiving focus.
I tried with:
1. oGet:bGotFocus := {|| oGet:KeyDown(VK_END) }
2. oGet:bGotFocus := {|| oGet:oGet:end() }
3. oGet:bGotFocus := {|| oGet:Setpos( 10 ) } //assuming 10 is the lenght..
but unsuccessful..
can anybody help?