Hi,
Thanks for your nice work. I was wondering if there is any way to use the EmojiLabel to show non-alphanumeric characters in "title" of a "ProgressBar". This is how I imagine it would be used:
*.brs:
sub showDialog()
print "progress dialog...";
PEmojiTitle = createObject("roSGNode", "EmojiLabel")
PEmojiTitle.text = " 🤔 Processing..."
m.dialog.title = PEmojiTitle
m.dialog.visible = true
end sub
*.xml
<children>
<StandardProgressDialog
id="CallProgressDialog"
title=""
visible="false"
/>
</children>
Is such a setup possible or should I take a completely different approach?
Please let me know if you need any additional parts or files or more detailed clarification. Thank you.
Hi,
Thanks for your nice work. I was wondering if there is any way to use the EmojiLabel to show non-alphanumeric characters in "title" of a "ProgressBar". This is how I imagine it would be used:
*.brs:
*.xml
Is such a setup possible or should I take a completely different approach?
Please let me know if you need any additional parts or files or more detailed clarification. Thank you.