On 11/30/16, 8:03 AM, "Josh Tynjala" <joshtynj...@gmail.com> wrote:
>Remember that an MXML object with an id becomes a member property of the >class in Actionscript. Actionscript identifiers cannot contain the "-" >character. If this were allowed by the compiler, the only way to access >the >property from Actionscript would need to be with bracket syntax: > >this["complex-id"] Yep, so it is probably doable, but will be significant work in the compiler and slow down compilation time since we'd have to scan strings to determine what code to generate. Is it a critical feature? -Alex