Skip to content

Need to use EmojiLabel in ProgressDialog #1

Description

@farshadf

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions