javafx frame on SWT composite + eclipse!!
- From: sukanya84@xxxxxxxxx
- Date: Thu, 24 Jan 2008 04:16:07 -0800 (PST)
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
.
- Prev by Date: Text field value stretched based on the space occupied by character
- Next by Date: CFP: DATICS 2008 - Design, Analysis and Tools for Integrated Circuits and Systems
- Previous by thread: Text field value stretched based on the space occupied by character
- Next by thread: CFP: DATICS 2008 - Design, Analysis and Tools for Integrated Circuits and Systems
- Index(es):
Relevant Pages
|
|