Hi,
1)  I want to render a BXML file (ex. for Preview purposes, without its
associated events mapped to controls) as a tabbed view within eclipse,  by
using eclipse plug-ins. ( I already have created a new view for this, but I
still need to render the BXML file in that view)

What I have till now is that, when I double click on a hard-coded BXML
target file, the view is opened in a new java window (using
DesktopApplicationContext), and I wish to avoid this new window, and
incorporate the above mentioned requirement.

How do I go about it?


2) Moreover, I need to launch an eclipse file dialog, from some other class,
within that plug-in , say from 'view.java'. I have a separate class for File
dialog. 

As of now, when I am trying to call the run method of the filedialog class,
from this view class, i get the 'Invalid Thread Access' error. I also know
why this is happening, but as of now, I know no implementation , which does
not put the current thread to sleep, and start another thread.
I also tried 'display.syncExec' from the view class, but then again, it
gives the same error.


3) Also I wish to incorporate the above file dialog, as it is done by
eclipse..(say when you click on File->Open), so that it is not opened as a
separate java window. 

Help is highly appreciated..

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-tp2573965p2573965.html
Sent from the Apache Pivot - Users mailing list archive at Nabble.com.

Reply via email to