Maarten, Great find! I use hasOwnProperty in loops in the view that is crashing.
So I use...
if (item.hasOwnProperty("@labelOnly")) {
}
Are you saying switch to...
if (item.@labelOnly)) {
}
Thanks,
Jeff
--
View this message in context:
http://apache-flex-users.2333346.n4.nabble.com/Apache-Flex-13-0-AIR-15-0-tp8518p8522.html
Sent from the Apache Flex Users mailing list archive at Nabble.com.
