Yunix Posted April 11, 2014 Share Posted April 11, 2014 After deleting all the columns with the function: guiGridListRemoveColumn there are 2 columns left, is this a bug? Link to comment
Other Languages Moderators TAPL Posted April 11, 2014 Other Languages Moderators Share Posted April 11, 2014 Where is your code? Link to comment
Yunix Posted April 11, 2014 Author Share Posted April 11, 2014 for i=1, 4 do guiGridListRemoveColumn ( GUIEditor.gridlist[1], i ) end Edit: Lua tags aren't working for me atm Link to comment
Other Languages Moderators TAPL Posted April 11, 2014 Other Languages Moderators Share Posted April 11, 2014 Try. for i=1, 4 do guiGridListRemoveColumn ( GUIEditor.gridlist[1], 1 ) end Link to comment
Yunix Posted April 11, 2014 Author Share Posted April 11, 2014 Try. for i=1, 4 do guiGridListRemoveColumn ( GUIEditor.gridlist[1], 1 ) end Ah, i see how it's working now, thanks. Link to comment
Other Languages Moderators TAPL Posted April 11, 2014 Other Languages Moderators Share Posted April 11, 2014 You're welcome. 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