Page 1 of 1

Custom rendering of ListViewGadget

Posted: Wed Oct 26, 2016 11:29 am
by LuckyLuke
Hi,

Just wundering if it's possible to add some html formatted text into the ListViewGadget.
Or should I create a gadget based on CanvasGadget to show some bold text and image for example ?

Were can I find some custom made gadgets ? Would love to study this and start creating my own gadgets.

Thanks,

LuckyLuke

Re: Custom rendering of ListViewGadget

Posted: Wed Oct 26, 2016 12:15 pm
by falsam
Not possible with a ListViewGadget.

Code: Select all

OpenWindow(0, 0, 0, 0, 0, "Test", #PB_Window_Background)

ListViewGadget(0, 10, 10, 400, 500)

AddGadgetItem(0, -1, "<strong>Item 1</strong>")