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}
}
]
}
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}
}
]
}