Scripting Posted May 30, 2012 Share Posted May 30, 2012 Hi all, I have this code to get selected Row and remove it in I Click on a Button: selectedRow, selectedCol = guiGridListGetSelectedItem( playerGrilds) hisName = guiGridListGetItemText( playerGrilds, selectedRow, selectedCol ) guiGridListRemoveRow(selectedRow) But this : guiGridListRemoveRow(selectedRow) Don t work!I think wrong value. How fix and thx Link to comment
Guest Guest4401 Posted May 30, 2012 Share Posted May 30, 2012 This should work: guiGridListRemoveRow(playerGrilds, selectedRow) 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