Blaxxun Posted April 16, 2022 Share Posted April 16, 2022 (edited) Hello forum, This is more a general question. Since i see that usually Arrays are displayd using ListViews iam curious if this is also the best way if the ArrayDisplay should also behave a bit like Excel Workbooks. I currently use "GUICtrlCreateInput" to create cells to display a 2D Array. Currently i can select whole rows and single cells by just clicking at any cell of a row. I also can highlight text and copy it. Since i dont have headers yet i cant select colums at the moment and i dont have functionality to save an edited cell. But i know how to do it. Thats not a problem. My only question is if this is the right track or if there are better and maybe even faster solutions than generating Excel style editable 2D grids with "GUICtrlCreateInput". Maybe ListViews can also do that? But as far as i saw they can only select one whole row and no individual cells which are also not editable. Okay, maybe i should also add what functionality i need: Cell Single => Select , Copy , Edit , Save Cell Row => Select, Copy Cell Column => Select, Copy Cell All => Select, Copy Thank you! Edited April 16, 2022 by Blaxxun Link to comment Share on other sites More sharing options...
Subz Posted April 16, 2022 Share Posted April 16, 2022 Have a look at @Melba23 excellent GUIListViewEx UDF GUIListViewEx - New Version 13 Apr 22 - AutoIt Example Scripts - AutoIt Forums (autoitscript.com) Blaxxun 1 Link to comment Share on other sites More sharing options...
Blaxxun Posted April 16, 2022 Author Share Posted April 16, 2022 (edited) Hey nice! How convenient! _GUIListViewEx just got an update. Thank you man! Edited April 16, 2022 by Blaxxun Link to comment Share on other sites More sharing options...
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