Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [gef-dev] A flyout composite alongside flyout palette

Alexander,

I think the implementation is very useful.  If you don't commit the implementation back to GEF, I wouldn't mind testing it out to see if this is something my team could use.

Thank you,
Harsh

-----Original Message-----
From: gef-dev-bounces@xxxxxxxxxxx [mailto:gef-dev-bounces@xxxxxxxxxxx] On Behalf Of James Henry
Sent: Wednesday, February 22, 2006 11:03 PM
To: gef-dev@xxxxxxxxxxx
Cc: james@xxxxxxxxxxxxxx
Subject: RE: [gef-dev] A flyout composite alongside flyout palette

Alexander,

Thanks for the reply. Did you have to rewrite the palette implementation
too, or did you create the second flyout from scratch. How does the second
flyout fit into the "Editor+palette" composite?

Thanks
JH
 
------------------------------

Message: 2
Date: Wed, 22 Feb 2006 13:31:45 +0100
From: H?SS.Alexander <A.HOeSS@xxxxxxxxxxxxx>
Subject: AW: [gef-dev] A flyout composite alongside flyout palette
To: "GEF development" <gef-dev@xxxxxxxxxxx>
Message-ID: <E075BE6C45BBA448AB56D36A3F2365C839639F@xxxxxxxxxxxxxxxxx>
Content-Type: text/plain;	charset="iso-8859-1"

Hi,

we had the same problem a few weeks ago and had to implement the whole
flyout mechanism ourself because the GEF palette isn't designed for reusing
it for other needs.

Maybe we can commit our implementation of this mechanism to the GEF in
the future.

Greets,
Alexander
 

-----Ursprüngliche Nachricht-----
Von: gef-dev-bounces@xxxxxxxxxxx [mailto:gef-dev-bounces@xxxxxxxxxxx] Im Auftrag
von James Henry
Gesendet: Mittwoch, 22. Februar 2006 13:25
An: gef-dev@xxxxxxxxxxx
Betreff: [gef-dev] A flyout composite alongside flyout palette

Hi,

I need to create a Graphical editor that uses the flyout palette. 
This graphical editor requires another flyout composite to host a tree-view.
Therefore there will be two flyout composites - 1. A palette on the right
side of the editor.
2. A tree-view on the left side of the editor.

I'm not able to figure out where to start my implementation from (mind-block).
I will appreciate if you can mail me a couple of lines on the mechanism,
or any pointers/info.

Thanks in advance
JH

_______________________________________________
gef-dev mailing list
gef-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/gef-dev


Back to the top