Are you using DesktopApplicationContext.main(...) ? If you just want to load & process a BXML file to get a graph of objects, then you would use BXMLSerialzer directly. What you do with that it then up to you. http://pivot.apache.org/tutorials/bxml-primer.html
Chris On 25 February 2011 17:37, dranzer_duch <[email protected]> wrote: > > To be more clear, I have tried having labels etc. in an eclipse view, but, > since DesktopApplicationContext directly opens the BXML file in a new > window, I am looking into some alternatives in pivot, that will enable me > to > launch, or just render the BXML UI, in an eclipse tab view via the usage of > plug-in. > > ----- > Aakanksha > -- > View this message in context: > http://apache-pivot-users.399431.n3.nabble.com/BXML-view-and-eclipse-file-dialog-within-an-eclipse-plug-in-tp2573965p2574295.html > Sent from the Apache Pivot - Users mailing list archive at Nabble.com. >
