cppman Posted March 11, 2006 Share Posted March 11, 2006 Sorry to bug u guys again... but im not sure how to add data to a list view.. i've been looking in the help file for quite a while now.. Under GUICtrlSetData($Listview, "item1", "item2", "item3", "blah") That only renames my other Columns to item 1, item 2 and item 3, and blah is not in any one of the columns.... im not sure how to use this function for ListViews... any help? here is my listview: $ListView1 = GUICtrlCreateListView("Source Files|Destination Files|Shorcuts|File Size|File Extension", 26, 215, 588, 125) Miva OS Project Link to comment Share on other sites More sharing options...
GaryFrost Posted March 11, 2006 Share Posted March 11, 2006 Sorry to bug u guys again... but im not sure how to add data to a list view.. i've been looking in the help file for quite a while now.. Under GUICtrlSetData($Listview, "item1", "item2", "item3", "blah") That only renames my other Columns to item 1, item 2 and item 3, and blah is not in any one of the columns.... im not sure how to use this function for ListViews... any help? here is my listview: $ListView1 = GUICtrlCreateListView("Source Files|Destination Files|Shorcuts|File Size|File Extension", 26, 215, 588, 125) look up GUICtrlCreateListViewItem ( "text", listviewID ) SciTE for AutoItDirections for Submitting Standard UDFs Don't argue with an idiot; people watching may not be able to tell the difference. Link to comment Share on other sites More sharing options...
cppman Posted March 11, 2006 Author Share Posted March 11, 2006 look up GUICtrlCreateListViewItem ( "text", listviewID )oh..... i was thinking of something similar to _GUICtrlListViewAddItem... thanks. Miva OS Project 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