Hi Bizzy,
Quote:
I have tried using textbox.SetScrollPosition(n,-1)
1) make sure you have the correct object name: textbox, Textbox, Text_04 etc. (also make sure that name is unique on the Page, and that there is no variable using the same name).
2) check to make sure you defined a value for n. For testing purposes, set it to 60 (a value of 0 will scroll nowhere)
3) if you have some action to automatically populate the text object, try putting in a wait(0) after that and before you try to scroll.
Please create a Profile for yourself on the forum, so that it shows what version of Opus etc. you are using, and provides some good system info (look at others for examples).