can you assign a TEXT to a panel, if so how? In the manual it says briefly that panels can contain texts but doesn't say how.
Posted By: ventilator
Re: can a panel contain a TEXT? - 12/08/09 01:14
digits support strings now.
digits(10, 10, "your string: %s", font1, 0, your_string);
Posted By: Nowherebrain
Re: can a panel contain a TEXT? - 12/08/09 08:46
but a digits string is somewhat limited as you cannot set certain flags like you can a text, also texts can have different colors or even animated color.
Posted By: Espér
Re: can a panel contain a TEXT? - 12/08/09 11:44
Digits can use colors too.
Just Change the Panel.red/green/blue and the Text is colored
Posted By: Nowherebrain
Re: can a panel contain a TEXT? - 12/08/09 17:04
yes, but that defeats the purpose of using a panel with text...I would use a panel with a bmap + strings/text to show certain variables on said panel. I would have a red panel with red text....don't work.