Hello,
I'm looking at the scrollingtextfield.xml example I am trying to figure out how to put a simple hyperlink in there. Is it possible? I tried several ways including this
Code
<data name="testtext">
start text test text test text test text test[br/]
[a href="http://google.com"]Google[/a][br/]
text test text test text test text[br/]
</data>
Also how do you get the text window to open and close? I don't want it there all the time. I'd like it to open when a info icon is clicked and then have an x on the scrolling text box to close it.
Thanks in advance.
Rich