GetGadgetItemText column parameter

Found an issue in the documentation ? Please report it here !

Moderator: Documentation Editors

Bitblazer
Enthusiast
Enthusiast
Posts: 733
Joined: Mon Apr 10, 2017 6:17 pm
Location: Germany
Contact:

GetGadgetItemText column parameter

Post 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."
webpage - discord chat links -> purebasic GPT4All
Fred
Administrator
Administrator
Posts: 16617
Joined: Fri May 17, 2002 4:39 pm
Location: France
Contact:

Re: GetGadgetItemText column parameter

Post 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()
Post Reply