java - How to data-bind WTK component in child bxml file -
i using apache pivot 2.0.2 , trying build desktopapplication.
my problem have listview or - whatever object in application, defined in bxml file. can give id or - no problem.
but now, how should obtain object in java , affect changes make it?
since bxml including other bxml files; after
this.window.open(display);
i have tried obtain object with:
bxmlserializer.getnamespace().get("musicpanel");
and can have object put in bxml. can change properties its not being reflected on gui! nothing changes!
so thought find object in
window.getcontent();
but cannot find method object id.
any appreciated!
its hard explain, had restructure application , use own namespace in example:
and useful full sourcecode of these examples:
Comments
Post a Comment