bshoenhair Posted December 22, 2004 Posted December 22, 2004 I just tried the "GuiCtrlCreateListViewItem" example from the help doc and noticed the it returns an invalid value for subitem2.
jpm Posted December 22, 2004 Posted December 22, 2004 I just tried the "GuiCtrlCreateListViewItem" example from the help doc and noticed the it returns an invalid value for subitem2.<{POST_SNAPBACK}>What do you mean by invalid?the return value when click on the column is starting at 0 for column1.Is that your trouble?
bshoenhair Posted December 22, 2004 Author Posted December 22, 2004 'Column2' and 'Column3' are returning the same value but shouldn't. My interpretation would be: Item = 0 'Column1' subitem1 = 1 'Column2' subitem2 = 2 'Column3'
CyberSlug Posted December 23, 2004 Posted December 23, 2004 Somewhat related: The GUICtrlCreateListView help file example doesn't seem to work for me GuiCtrlCreateListViewItem docs example is okay, though.... (Using today's AutoIt version 22-Dec-2004 13:45 on WinXP sp1) Use Mozilla | Take a look at My Disorganized AutoIt stuff | Very very old: AutoBuilder 11 Jan 2005 prototype I need to update my sig!
bshoenhair Posted December 23, 2004 Author Posted December 23, 2004 GuiCtrlCreateListViewItem docs example is okay, though....<{POST_SNAPBACK}>The GuiCtrlCreateListViewItem docs example is not ok, the GuiCtrlRead(GuiCtrlRead($listview),2) is somehow not reading the value from column3 correctly.Tested on winXP Pro SP1 and SP2Using today's AutoIt version 22-Dec-2004Any one else experiencing this issue ?
jpm Posted December 23, 2004 Posted December 23, 2004 The GuiCtrlCreateListViewItem docs example is not ok, the GuiCtrlRead(GuiCtrlRead($listview),2) is somehow not reading the value from column3 correctly.Tested on winXP Pro SP1 and SP2Using today's AutoIt version 22-Dec-2004Any one else experiencing this issue ?<{POST_SNAPBACK}>It is a bug should be corrected next upload. I sent the correction found by Holger.Thanks Holger
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