Hi,
I have a enum class represent sex. It is very simple as
public enum Sex {
Male, Female
}
I tried to put the enum into a list button by
I got error message of class not found for Sex@Male. I must done things
worng on BXML for the enumeration. What would be the correct way of marking
the Male or Female in the enumeration in BXML ? Thank you
Sam
--
View this message in context:
http://apache-pivot-users.399431.n3.nabble.com/enum-values-in-BXML-tp2773286p2773286.html
Sent from the Apache Pivot - Users mailing list archive at Nabble.com.