It sounds like you want to open a BXML file in a "preview" mode in Eclipse, 
rather than "source" mode. By "preview" mode, I mean a view that looks like 
what you would see if you ran your application, vs. the XML source code for the 
app. Is that correct?

If so, you might want to try creating a custom PluginApplicationContext that 
uses the AWT/SWT bridge to wrap ApplicationContext.DisplayHost. That's 
currently the only way I can imagine you might be able to get a Pivot UI to 
appear within Eclipse itself, rather than in a separate window.

G

On Feb 25, 2011, at 5:31 AM, dranzer_duch wrote:

> 
> Actually it is certainly more inclined towards Eclipse.
> And as of now, we can skip the file browser part.
> 
> The problems I am facing, is because, as of now, I don't know how to render
> just the BXML UI part. I as such don't have an issue with events being
> mapped with the BXML controls, till the BXML UI gets rendered in an eclipse
> tab. So separating the events, is not my actual concern.
> 
> I just want the BXML file to be opened in an eclipse tab..
> 
> 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-tp2573965p2574274.html
> Sent from the Apache Pivot - Users mailing list archive at Nabble.com.

Reply via email to