Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8114085

ChoiceBox not showing content for non-string items like Text or Label

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Not an Issue
    • Icon: P4 P4
    • None
    • fx2.0
    • javafx
    • Win7 64

      Hi,

      I am trying to create a choicebox that contains non-text items such as Text or Label but when the choice box is displayed it displays "Label@be1234" instead of hello.

      Is this a bug or do you see an error?

      Thanks!!
      Chris


      javafx.scene.control.ChoiceBox {
          items: [
               "Abc",
               "Def",
               Label {
                    text: "Hello"
                textFill: CColor.rgb(200, 100, 100)
                    font: Font{size: 20}
               }
           ]
      }

            jgiles Jonathan Giles
            duke J. Duke
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported: