Jump to content

Memo's scrollbar[SOLVED]


Kenix

Recommended Posts

Guest Guest4401

You want the memo's scroll to be scrolled down to the bottom?

local text = "\n1\n2\n3\n4\n5\n6\n7\n8\n9" 
local memo = guiCreateMemo(100,100,100,100,text,false) 
guiMemoSetCaretIndex(memo,#text) 

Link to comment
You want the memo's scroll to be scrolled down to the bottom?
local text = "\n1\n2\n3\n4\n5\n6\n7\n8\n9" 
local memo = guiCreateMemo(100,100,100,100,text,false) 
guiMemoSetCaretIndex(memo,#text) 

I resolved this problem before you post it :D

Thank you anyway.

Link to comment

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...