javafx + RCP integration - help pls
hi,
I have developed a small eclipse application. I want to integrate
javafx with it.
I used the eclipse view's "composite" as the frame for the javafx
application i developed, say a frame has a canvas which inturn has a
rectangle.
Integration using the following code which i found in the net,
var frame = SWT_AWT.new_Frame(composite);
where the composite is the eclipse view's composite. And all fx
components on fx's rootpane component and added it to the frame using,
frame.add(rootpane.getComponent());
This worked out excepting for Popupmenus.When i click for popupmenus,
it shows and disappears. Other mouse click and drag options are
working fine.
But if the frame is changed to javafx frame , all popup menus work
fine. But i need it to be embedded within the view which wants an
SWT_AWT base frame.
Can anybody suggest me something on this??
Sukanya
.
Relevant Pages
- Re: javafx frame on SWT composite + eclipse!!
... I have developed a small eclipse application. ... I used the eclipse view's "composite" as the frame for the javafx ... (comp.lang.java.softwaretools) - javafx frame on SWT composite + eclipse!!
... I have developed a small eclipse application. ... I used the eclipse view's "composite" as the frame for the javafx ... (comp.lang.java.softwaretools) - Altes J2ME Projekt will nicht mehr
... Ich habe jetzt Eclipse in der 3.1.0 und benutze dazu das WTK2.2 ... Stack Chunk.......: ef9490 ... Previous Frame....: ef94fc ... Frame Pointer.....: ef94fc ... (de.comp.lang.java) - Re: Big cat really quite small
... I told ColinD the image I sent him was from a composite... ... His print equaled one frame of a 20D. ... Panorama software ... Douglas appears to have serious reality problems. ... (rec.photo.equipment.35mm) - Re: Damn
... fields per frame, while VGA is progressive, so you need to play alternate lines in each field of the frame. ... S-VHS connectors or phono (Composite) connectors, then use a SCART adaptor to give you a choice between composite and component video, depending on your system. ... I use one for copying computer video to VHS, as well as watching computer format movies on a decent size screen. ... But you're likely to have to run the VGA at 800x600 60Hz to feed the converter so will most likely get rescaling artefacts and jerky motion too. ... (uk.rec.sheds) |
|