> 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



Reply via email to