Fist Posted October 3, 2015 Share Posted October 3, 2015 Hello! I just wanted to ask how i can make so gridlist constantly gets updated without being cleared using this guiGridlistClear() ? Link to comment
KariiiM Posted October 3, 2015 Share Posted October 3, 2015 Yes, you've to use this function to let your gridlist clear and far of repetitions guiGridListClear(gridlistname) If you used this function correctly ,it won't remove all the rows in, it will just let your gridlist's data as it's ,if you didn't use this function then each time you open your gridlist you will find more rows and messy.. Link to comment
Fist Posted October 3, 2015 Author Share Posted October 3, 2015 Yes, you've to use this function to let your gridlist clear and far of repetitions guiGridListClear(gridlistname) If you used this function correctly ,it won't remove all the rows in, it will just let your gridlist's data as it's ,if you didn't use this function then each time you open your gridlist you will find more rows and messy.. it works fine, but when it updates it just resets scrollbar too, but i dont want that. Link to comment
LoOs Posted October 3, 2015 Share Posted October 3, 2015 Yes, you've to use this function to let your gridlist clear and far of repetitions guiGridListClear(gridlistname) If you used this function correctly ,it won't remove all the rows in, it will just let your gridlist's data as it's ,if you didn't use this function then each time you open your gridlist you will find more rows and messy.. it works fine, but when it updates it just resets scrollbar too, but i dont want that. guiGridListGetHorizontalScrollPosition guiGridListSetHorizontalScrollPosition or guiGridListGetVerticalScrollPosition and guiGridListSetVerticalScrollPosition Link to comment
Fist Posted October 3, 2015 Author Share Posted October 3, 2015 Yes, you've to use this function to let your gridlist clear and far of repetitions guiGridListClear(gridlistname) If you used this function correctly ,it won't remove all the rows in, it will just let your gridlist's data as it's ,if you didn't use this function then each time you open your gridlist you will find more rows and messy.. it works fine, but when it updates it just resets scrollbar too, but i dont want that. guiGridListGetHorizontalScrollPosition guiGridListSetHorizontalScrollPosition or guiGridListGetVerticalScrollPosition and guiGridListSetVerticalScrollPosition what u mean by them? Link to comment
LoOs Posted October 3, 2015 Share Posted October 3, 2015 what u mean by them? You can use it to return to its former place scrollbar Of course not placed in the code lua You may use that bring value scrollbar Before clear process and then after the operation , it returns the scrollbar and I think that what you want 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