It sounds like your questions relate more to Eclipse than to Pivot, or have I not understood?
I would suggest starting by creating an Eclipse plugin that just loads and displays a simple text file, Image or something in an Eclipse view. Add your file chooser dialog functionality to it too. All of this would be standard Eclipse plugin code and have nothing to do with Pivot. Once you have that side of things going, this mailing list might be able to help with the actual rendering of the BXML & any Pivot issue you might have. If you take the above approach, you could also prototype the BXML processing and rendering with Pivot itself. Once you have sorted out any problems regarding removal of listeners/event handlers, you should be able to join the 2 together quite easily. Chris On 25 February 2011 16:34, dranzer_duch <[email protected]> wrote: > > Oh, and the file dialog would be for selecting which bxml file needs to be > previewed.. > > Thanks, > > ----- > 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-tp2573965p2574016.html > Sent from the Apache Pivot - Users mailing list archive at Nabble.com. >
