Newbie Posted April 28, 2014 Posted April 28, 2014 Hello. I need help while creating search box for gridlist Here's the edit box GUIEditor_edit[1] = guiCreateEdit(25,50,225,25,"",false) And i have a qestion, is it possible to edit gridlist shroll box, if yes what's the easiest way ? Thanks in advice.
xXMADEXx Posted April 28, 2014 Posted April 28, 2014 What do you mean a gridlist with a scroll box? For the search box, you need to use the onClientGUIChanged event, and run threw the gridlist and use string.find to check if the string has the text.
Newbie Posted April 28, 2014 Author Posted April 28, 2014 What do you mean a gridlist with a scroll box? For the search box, you need to use the onClientGUIChanged event, and run threw the gridlist and use string.find to check if the string has the text. Can you show an example please ?
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