| |||
| How would I go about starting the imported text at the bottom rather than having to scroll to the bottom? General: ----------------- window top text 1 text 2 text 3 ----------------- window bottom text 4 text 5 But i want text 1 text 2 ----------------- window top text 3 text 4 text 5 ----------------- window bottom |
| |||
| myVar = whatever variable is attached to your text box myVar.scroll = myVar.maxscroll - 2 where 2 is one less than the number of lines that can be seen. also if maxscroll is the last line or the line at the top of the text box when the last line is at the bottom of the text box...just play around. I think it will work. |
![]() |
| Thread Tools | |
| Display Modes | |
| |