Custom rendering of ListViewGadget

Just starting out? Need help? Post your questions and find answers here.
LuckyLuke
Posts: 20
Joined: Wed Oct 26, 2016 9:50 am

Custom rendering of ListViewGadget

Post 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
falsam
Posts: 286
Joined: Mon May 05, 2014 9:49 pm
Location: France
Contact:

Re: Custom rendering of ListViewGadget

Post 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>") 

➽ Windows 11 - jdk-11.0.2 - SB 3.00 - Android 15
https://falsam.com

Sorry for my poor english
Post Reply