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,

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



Back to the top