Set/GetGadgetItemData on subitem

Got an idea for enhancing PureBasic? New command(s) you'd like to see?
tatanas
Enthusiast
Enthusiast
Posts: 199
Joined: Wed Nov 06, 2019 10:28 am
Location: France

Set/GetGadgetItemData on subitem

Post by tatanas »

Currently we can use Set/GetGadgetItemData with a listicon item but we cannot on a subitem.

Could we get in future version of PB a Set/GetGadgetSubItemData(#Gadget, Item, Column, Value) ?

Thanks for your time.
Windows 10 Pro x64
PureBasic 6.04 x64
User avatar
Saki
Addict
Addict
Posts: 830
Joined: Sun Apr 05, 2020 11:28 am
Location: Pandora

Re: Set/GetGadgetItemData on subitem

Post by Saki »

Advanced GadgetData you make yourself.
You take the gadget ID and create a list item with it.
You can then pass any other parameters or strings to this element via a structure.
地球上の平和
Post Reply