IonicWind Software

IWBasic => General Questions => Topic started by: ckoehn on September 01, 2010, 02:10:14 PM

Title: @EDIT control
Post by: ckoehn on September 01, 2010, 02:10:14 PM
How can you make a program show the last line of an EDIT control?  When you add text to an EDIT control like this: SETCONTROLTEXT(w1,EditBox,GETCONTROLTEXT(w1,EditBox)+" some other text") it always shows the first lines that have been entered, not the last.

Thanks,
Clint
Title: Re: @EDIT control
Post by: Egil on September 02, 2010, 05:34:21 AM
This issue has been raised before. Check this page: http://ebasic-aurora.com/forums/index.php?topic=3174.0.html
I used the information found there in my UDP Chat program ( http://ebasic-aurora.com/forums/index.php?topic=3349.0 )

Good luck!

Egil
Title: Re: @EDIT control
Post by: ckoehn on September 02, 2010, 05:58:51 AM
Thanks, Egil.  I thought there was something somewhere but I couldn't find it.

Later,
Clint