Enums should just work in BXML. Can you provide a simple code example that
demonstrates the problem?
On Apr 3, 2011, at 8:14 PM, sam wrote:
> 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: enum values in BXML
> Sent from the Apache Pivot - Users mailing list archive at Nabble.com.