Page 3 of 3

Re: Window ListIconGadget With Owner Data (Very Fast)

Posted: Sat Jan 10, 2026 1:12 am
by mk-soft
Update v1.06.1
- Added Header Color Support
- Added Compiler Option #USE_LISTICON_HEADER_COLOR

Update v1.06.2
- Bugfix delete brush objects

On request now also the header with colors. ;)

Re: Window ListIconGadget With Owner Data (Very Fast)

Posted: Sat Jan 10, 2026 11:45 am
by ChrisR
Thank you for the header color :)

Re: Window ListIconGadget With Owner Data (Very Fast)

Posted: Sat Jan 10, 2026 3:35 pm
by mk-soft
Update v1.06.4
- Remove Compiler Option #USE_LISTICON_HEADER_COLOR
- Automatically initializes the ListIcon Header Color Callback

Only when setting the header colors are the required functions activated.
I hope I don't have a memory leak with the Header Color Brushed ;)

ChrisR wrote: Sat Jan 10, 2026 11:45 am Thank you for the header color :)
Thanks for answering ;)

Re: Window ListIconGadget With Owner Data (Very Fast)

Posted: Sun Jan 11, 2026 12:54 am
by mk-soft
Update v1.07.1
- Added Special Function SortListIconGadgetEx

Description SortListIconGadgetEx
- Option: #PB_Sort_Ascending, #PB_Sort_Descending, #PB_Sort_NoCase
- Typ : #PB_String, #PB_Integer, #PB_Double

Re: Window ListIconGadget With Owner Data (Very Fast)

Posted: Sun Jan 11, 2026 2:03 pm
by mk-soft
Update v1.07.2
- Some bug fixed

Fixed some missing default return values.

Edit: Go back to v1.07.2

Re: Window ListIconGadget With Owner Data (Very Fast)

Posted: Mon Jan 12, 2026 9:11 am
by pjay
Nice full-featured code, thanks a lot for sharing.