Hi Greg!
thanks for the explanation. I understood the relation between Bindable classes and their bxml files, and the application is becoming fine =) Cheers, Luiz Gustavo 2010/12/18 Greg Brown <[email protected]> > > I could open the frame on top of the Window as you said. But I still > didn't understood how do I say that Categoria class is the class related to > the categoria.bxml file. Just using <jm:Categoria as the root element in the > bxml file grants me that? > > Yes. Where you say: > > <jm:Categoria .../> > > you are actually creating an instance of jm.pivot.app.controle.Categoria, > since the "jm" namespace prefix is mapped to the jm.pivot.app.controle > package. > > Because it implements Bindable, BXMLSerializer will call initialize() on it > once the BXML file has been completely processed. > > G > > > > -- Luiz Gustavo S. de Souza http://luizgustavoss.wordpress.com http://luizgustavoss.blogspot.com http://twitter.com/lugustso
