Put HTML code, instead of text, as Gadget text???
Posted: Sun Apr 01, 2018 1:15 am
Is there a way to put HTML code, instead of only text, using SETGadgetText() or SetGadgetItemText(), or a way toget around it?
- a basic to master the web -
https://forums.spiderbasic.com/
something like this?ehbarba wrote:Is there a way to put HTML code, instead of only text, using SETGadgetText() or SetGadgetItemText(), or a way toget around it?
Code: Select all
OpenWindow(0, 0, 0, 270, 160, "TextGadget", #PB_Window_SystemMenu | #PB_Window_ScreenCentered)
TextGadget(0, 10, 10, 250, 20, "TextGadget Standard (Left)")
SetGadgetText(0, "<b>Bold</b> and <u>underlined</u> text")