>> What other aspects of MXML would you like to see added to BXML?
> 
> Simple support for listening for custom bubbling events.

As I mentioned in a previous email, I think a pub/sub API is probably better 
suited to the use case you describe.

> Also, being able to bind to arbitrary properties on suitably annotated 
> objects would be very helpful

This is already supported. The BXML annotation supports an "id" property you 
can use to bind to any named object in the BXML file. It just defaults to the 
name of the member variable.

Reply via email to