Help needed with ListIconGadget
Posted: Tue Aug 12, 2003 5:24 am
I am new to purebasic from VB6.
I have set up a ListIconGadget with several columns and a variable number of items.
It seems to me that if you click on one of the items then the GetGadgetText(#Gadget)
will return the value of the 1st column, but what if you want the value of the 4th column?
using, GetGadgetItemText(#Gadget, Item, Column) is ok if you know the item number,
But just by clicking on an item the item number is not returned!.
So how do you return a value from any item or column in the ListIconGadget
with just with a mouse click?
Am I missing something simlpe?
thank you.[/b]
I have set up a ListIconGadget with several columns and a variable number of items.
It seems to me that if you click on one of the items then the GetGadgetText(#Gadget)
will return the value of the 1st column, but what if you want the value of the 4th column?
using, GetGadgetItemText(#Gadget, Item, Column) is ok if you know the item number,
But just by clicking on an item the item number is not returned!.
So how do you return a value from any item or column in the ListIconGadget
with just with a mouse click?
Am I missing something simlpe?
thank you.[/b]