Kenix Posted November 18, 2012 Posted November 18, 2012 (edited) I want scroll memo's bar for example when player write message in to edit. So i want make like MTA Console. When you write some command it's scrolled down. It's possible? Edited November 18, 2012 by Guest http://vk.com/the_kenix Вопросы задавайте на форуме, не пишите мне в личку. Please don't pm me.
manve1 Posted November 18, 2012 Posted November 18, 2012 I think you have to make like when a player hits 200letters ( more or less ), an scroll bar appears ( you chose place ) to scroll down and up. I'm thinking something like that. Looking for tutorials or information? check out: www.simpleask.co.uk
Guest Guest4401 Posted November 18, 2012 Posted November 18, 2012 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)
Kenix Posted November 18, 2012 Author Posted November 18, 2012 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 Thank you anyway. http://vk.com/the_kenix Вопросы задавайте на форуме, не пишите мне в личку. Please don't pm me.
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now