Hi,
Is there any way to improve an auto scroll into an EDIT or TEXT BOX?
The property AUTO VSCROLL is already TRUE, but nothing happens
I am creating an internal chat and I need to scroll this text up automactly.
Thanx
Hi,
Is there any way to improve an auto scroll into an EDIT or TEXT BOX?
The property AUTO VSCROLL is already TRUE, but nothing happens
I am creating an internal chat and I need to scroll this text up automactly.
Thanx
How long is your variable width ?
You need to give it enough space
Hi Antonio,
The width is Dinamic, It starts with zero and keeps growing while the users chat. then I do a REFRESH, I tried a TEXT OBJECT and a EDIT OBJECT also, is there any command to set in the end?
Thank you
You could use FWH function MemoEdit( cText, cTitle, nTop, nLeft, nBottom, nRight, lRTF, nHelpID )
Please review FWH source\function\memoedit.prg source code
Sistemasit:
When creating the edit box or text box , are you using source code or resources ?
If you are using resources try with MULTILINE = YES.
Regards
Hi Armando,
I am using resource, The property is already checked
This is what I want, but didn't work with me
viewtopic.php?f=3t=30082p=171803hilit=cursor+get#p171803
&&&