Page 1 of 1

GetGadgetItemText column parameter

Posted: Sat Jun 09, 2018 5:58 am
by Bitblazer
Verified with PB 5.62 on windows 7 x64

The help for ListViewGadget says "- ListViewGadget() - 'Item' is the index of the entry from which you want to receive the content. 'Column' will be ignored. "

This is wrong, the column is actually the zero based column of the ListView specified. So the documentation should be changed to

"- ListViewGadget() - 'Item' is the index of the entry from which you want to receive the content."

Re: GetGadgetItemText column parameter

Posted: Sat Sep 23, 2023 9:50 am
by Fred
I don't think it's the case, could you give an example which shows the issue ? We ignore the column parameter for ListViewGadget()