Page 1 of 1

How can I override the list behind the ListIconGadget()

Posted: Thu Feb 01, 2018 1:41 pm
by Wolfram
Is it possible to replace the list behind a ListIconGadget() with my own list to have more control over the list data?

Re: How can I override the list behind the ListIconGadget()

Posted: Thu Feb 01, 2018 4:22 pm
by wilbert

Re: How can I override the list behind the ListIconGadget()

Posted: Thu Feb 01, 2018 5:07 pm
by Kukulkan
Or use a custom gadget and enhance it by yourself?
http://www.purebasic.fr/english/viewtop ... 81#p471581

Re: How can I override the list behind the ListIconGadget()

Posted: Thu Feb 01, 2018 11:46 pm
by Wolfram
Thanks to both!