Newbie Posted April 28, 2014 Share 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. Link to comment
xXMADEXx Posted April 28, 2014 Share 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. Link to comment
Newbie Posted April 28, 2014 Author Share 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 ? Link to comment
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