undefined Posted June 29, 2016 Share Posted June 29, 2016 gui["grid"] = guiCreateGridList(10, 45, 319, 155, false, gui["window"]) guiGridListAddColumn(gui["grid"], "column 1", 0.43) guiGridListAddColumn(gui["grid"], "column 2", 0.23) guiGridListAddColumn(gui["grid"], "column 3", 0.23) guiSetProperty(gui["grid"], "ColumnsSizable", "False") guiSetProperty(gui["grid"], "ColumnsMovable", "False") ColumnsSizable is work but ColumnsMovable is not work. Not give anything in debug. What is the problem? Link to comment
undefined Posted June 29, 2016 Author Share Posted June 29, 2016 I think it is MTA bug. https://bugs.multitheftauto.com/view.php?id=9285 Link to comment
_DrXenon Posted June 29, 2016 Share Posted June 29, 2016 But columns are not movable nor sizeable by default.. Link to comment
Walid Posted June 29, 2016 Share Posted June 29, 2016 But columns are not movable nor sizeable by default.. I think he is talking about the colmun width. Link to comment
فاّرس Posted June 30, 2016 Share Posted June 30, 2016 what about guiGridListSetSortingEnabled ? Link to comment
_DrXenon Posted June 30, 2016 Share Posted June 30, 2016 But columns are not movable nor sizeable by default.. I think he is talking about the colmun width. How can somone usually change the width of a column rather than with a script? Link to comment
_DrXenon Posted June 30, 2016 Share Posted June 30, 2016 If he means that he want to disable changing of the rows position, he should use guiGridListSetSortingEnabled function. I don't know what you guys talking about, how to change row or column width? With a mouse? Jist asking 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