Jump to content

Gridlist updating.


Fist

Recommended Posts

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
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
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
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
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

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...