quote:
Originally posted by Flash
Difinitvely the true parameter broke all cmd
Did you read my post?
quote:
Originally posted by Flash
- how i can scroll down the richeditbox, for got my last line added?
If you mean using code, try placing this (whenever you want the box to scroll down to the bottom):
code:
PlusWnd.EditBox_SetCurSel( 'myRichEditControl', PlusWnd.GetControlText('myRichEditControl').length, PlusWnd.GetControlText('myRichEditControl').length);
I'm not sure if it will work though