Skip to main content



      Home
Home » Eclipse Projects » GEF » F1(GTK) and GEF
F1(GTK) and GEF [message #5449] Wed, 29 May 2002 11:17 Go to next message
Eclipse UserFriend
Hi

I've already posted this article in the group eclipse.tools.
They gave me the hint to post hear. ;-)
Ok, here is my short question:

I've installed the new release F1 with GTK and the GEF on my linux system.
For learning I tested the logic-example.
But I must discover it does not work everything.
(I' ve seen it on a windows nt system.)
If I want to connect two items nothing happens, no line nothing.
If I choose a full or half adder there are the connectors.

Any hints.

With best regards

Marcel Odendahl.
Re: F1(GTK) and GEF [message #5471 is a reply to message #5449] Wed, 29 May 2002 13:16 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: none.ibm.com

I cannot reproduce this problem on Windows or Motif. I'm guessing there is
something wrong with the ordering of Mouse events, and/or the data in the
mouse events.

If you turn on the GEF Debug console, and check the "Tools" toolbar button,
you might see what happens. If a connection doesn't get created, the
CreationTool probably was not over a Target node when the mouse button was
released. You will see target information in the GEF Debug console.

<mo@nordsys.de> wrote in message news:ad2qhi$3g4$1@rogue.oti.com...
> Hi
>
> I've already posted this article in the group eclipse.tools.
> They gave me the hint to post hear. ;-)
> Ok, here is my short question:
>
> I've installed the new release F1 with GTK and the GEF on my linux system.
> For learning I tested the logic-example.
> But I must discover it does not work everything.
> (I' ve seen it on a windows nt system.)
> If I want to connect two items nothing happens, no line nothing.
> If I choose a full or half adder there are the connectors.
>
> Any hints.
>
> With best regards
>
> Marcel Odendahl.
Re: F1(GTK) and GEF [message #5804 is a reply to message #5471] Thu, 30 May 2002 10:08 Go to previous messageGo to next message
Eclipse UserFriend
Randy Hudson wrote:

Hi,

> I cannot reproduce this problem on Windows or Motif. I'm guessing there
> is something wrong with the ordering of Mouse events, and/or the data in
> the mouse events.
>

yes, the problem I described is a F1/GTK problem.

> If you turn on the GEF Debug console, and check the "Tools" toolbar
> button,
> you might see what happens. If a connection doesn't get created, the
> CreationTool probably was not over a Target node when the mouse button was
> released. You will see target information in the GEF Debug console.
>

Sorry, but I don't know what you mean.
What is the GEF Debug console?
I'm pretty new to eclipse and GEF.
Please explain me your hint more concretely

Thanks for your efforts.

With best regards

Marcel.
Re: F1(GTK) and GEF [message #5822 is a reply to message #5804] Thu, 30 May 2002 11:24 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: none.ibm.com

> Sorry, but I don't know what you mean.
> What is the GEF Debug console?
> I'm pretty new to eclipse and GEF.
> Please explain me your hint more concretely

You must have all 5 plugins installed, then click on Window->Show View-> GEF
Debug
Re: F1(GTK) and GEF [message #5978 is a reply to message #5822] Fri, 31 May 2002 03:37 Go to previous messageGo to next message
Eclipse UserFriend
Randy Hudson wrote:

Hi,

>> Sorry, but I don't know what you mean.
>> What is the GEF Debug console?
>> I'm pretty new to eclipse and GEF.
>> Please explain me your hint more concretely
>
> You must have all 5 plugins installed, then click on Window->Show View->
> GEF Debug

ok, perhaps im blind but there is no item GEF Debug. Sorry.
I can't find GEF Debug under Window-Show View or Window->Show View->Other.
Here is a list of my installed plugins in relation to GEF:
com.ibm.etools.draw2d
com.ibm.etools.draw2d.doc.isv
com.ibm.etools.gef
com.ibm.etools.gef.doc.isv
com.ibm.etools.gef.examples.logic

These are the 5 plugins you mentioned or did I make a mistake?

Cu

Marcel.
Re: F1(GTK) and GEF [message #5994 is a reply to message #5978] Fri, 31 May 2002 04:26 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: g.wagenknecht.intershop.de

Hi!

> These are the 5 plugins you mentioned or did I make a mistake?

It seems your plugins arn't proper installed. If they are, you will find a
category called "GEF Developer" in Window->Show View->Other. Inside of this
category you can find "GEF Debug" and "Stack View".

Cu, Gunnar
Re: F1(GTK) and GEF [message #6324 is a reply to message #5994] Fri, 31 May 2002 05:22 Go to previous messageGo to next message
Eclipse UserFriend
Gunnar Wagenknecht wrote:

Hi,

> Hi!
>
>> These are the 5 plugins you mentioned or did I make a mistake?
>
> It seems your plugins arn't proper installed. If they are, you will find a
> category called "GEF Developer" in Window->Show View->Other. Inside of
> this category you can find "GEF Debug" and "Stack View".
>

how can I proper install GEF.
These are the steps I made:
1. I changed into the eclipse directory
2. I unziped the GEF archive
3. I started eclipse and a new project with the logic-sample

Cu

Marcel.
Re: F1(GTK) and GEF [message #6333 is a reply to message #5822] Fri, 31 May 2002 05:25 Go to previous messageGo to next message
Eclipse UserFriend
Randy Hudson wrote:

Hi,

>> Sorry, but I don't know what you mean.
>> What is the GEF Debug console?
>> I'm pretty new to eclipse and GEF.
>> Please explain me your hint more concretely
>
> You must have all 5 plugins installed, then click on Window->Show View->
> GEF Debug

yesterday I downloaded the new GEF version from the eclipse site.
(gef_proposal.zip)
In this version the connectors work, too. So I think it was a bug
in the sample or in one of the GEF classes.

Thanks for your help.

But what about the GEF Debug. Please read the two other articles
in this thread.
I'm confused.

Thanks,

Marcel.
Re: F1(GTK) and GEF [message #6443 is a reply to message #5978] Thu, 30 May 2002 18:43 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: none.ibm.com

Sorry for the confusion. All 5 plugins must be installed in your Runtime
Workspace also. What a pain, right? Well, like I said, we don't want these
views to be available in the final product, so they *had* to be in an
external plugin. Eclipse does NOT support programmatically adding Views,
which is what we would like to do when we detect that the workbench was
launched in "development" mode.

<mo@nordsys.de> wrote in message news:ad78b7$svm$1@rogue.oti.com...
> Randy Hudson wrote:
>
> Hi,
>
> >> Sorry, but I don't know what you mean.
> >> What is the GEF Debug console?
> >> I'm pretty new to eclipse and GEF.
> >> Please explain me your hint more concretely
> >
> > You must have all 5 plugins installed, then click on Window->Show View->
> > GEF Debug
>
> ok, perhaps im blind but there is no item GEF Debug. Sorry.
> I can't find GEF Debug under Window-Show View or Window->Show View->Other.
> Here is a list of my installed plugins in relation to GEF:
> com.ibm.etools.draw2d
> com.ibm.etools.draw2d.doc.isv
> com.ibm.etools.gef
> com.ibm.etools.gef.doc.isv
> com.ibm.etools.gef.examples.logic
>
> These are the 5 plugins you mentioned or did I make a mistake?
>
> Cu
>
> Marcel.
Re: F1(GTK) and GEF [message #7868 is a reply to message #6443] Wed, 05 June 2002 10:25 Go to previous messageGo to next message
Eclipse UserFriend
Randy Hudson wrote:

Hello Randy,

> Sorry for the confusion. All 5 plugins must be installed in your Runtime
> Workspace also. What a pain, right? Well, like I said, we don't want
> these views to be available in the final product, so they *had* to be in
> an
> external plugin. Eclipse does NOT support programmatically adding Views,
> which is what we would like to do when we detect that the workbench was
> launched in "development" mode.
>

I tried to install the plugins in the Runtime Workspace.
This is what I done.
First I created a new project for plugins.
Then I imported the external plugins. After importing the plugins
in the task list I see that there are some project missing which
a marked as required by the gef plugins.
I made some test with the Java Build Path but nothing works.
Unfortunately I do not find a hint in the docs.

What's going wrong?

Cu

Marcel.
Re: F1(GTK) and GEF [message #7980 is a reply to message #7868] Wed, 05 June 2002 16:33 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: none.ibm.com

If you are using "Import Eisting Plugins/Fragments" wizard, you need to
select the Logic plugin, and the click on "Add Required Plugins".
Re: F1(GTK) and GEF [message #8233 is a reply to message #7980] Thu, 06 June 2002 10:58 Go to previous messageGo to next message
Eclipse UserFriend
Randy Hudson wrote:

> If you are using "Import Eisting Plugins/Fragments" wizard, you need to
> select the Logic plugin, and the click on "Add Required Plugins".

Ok, I did this. Now there are various plugins. In my task list there
are 182 messages. These messages shows that there many methods, etc
are deprecated.
At the tree entry "com.ibm.etools.gef" there is a red circle with a white
cross inside. I think here went something wrong.
Now I restarted eclipse in order to test the GEF-Debug console but
there is still no debug console.
This maddens me slowly. ;-)

Am I to stupid or what?
Is there more docs somewhere outside?

A lot of thanks for your efforts.

Cu

Marcel.
Re: F1(GTK) and GEF [message #8296 is a reply to message #8233] Thu, 06 June 2002 11:24 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: none.ibm.com

What does the Red X say?
Re: F1(GTK) and GEF [message #8602 is a reply to message #8296] Fri, 07 June 2002 07:45 Go to previous messageGo to next message
Eclipse UserFriend
Randy Hudson wrote:

Hi,

> What does the Red X say?

In class AbstractTreeContainerPolicy there a the
methods eraseAddFeedback, insertMarkAfterLastChild,
showAddFeedback and showCreateFeeback.
In these methods there are invokations of a method
called setInsertMark. This method is undefined for
org.eclipse.swt.widgets.Tree.

Cu

Marcel.
Re: F1(GTK) and GEF [message #8631 is a reply to message #8602] Fri, 07 June 2002 09:40 Go to previous message
Eclipse UserFriend
Originally posted by: none.ibm.com

This is a multi-part message in MIME format.

------=_NextPart_000_0053_01C20E07.51E2E760
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

http://www.eclipse.org/documentation/html/plugins/org.eclips e.platform.do=
c.isv/doc/reference/api/org/eclipse/swt/widgets/Tree.html

<mo@nordsys.de> wrote in message news:adq5bj$cq7$1@rogue.oti.com...
> Randy Hudson wrote:
>=20
> Hi,
>=20
> > What does the Red X say?
>=20
> In class AbstractTreeContainerPolicy there a the
> methods eraseAddFeedback, insertMarkAfterLastChild,
> showAddFeedback and showCreateFeeback.
> In these methods there are invokations of a method
> called setInsertMark. This method is undefined for
> org.eclipse.swt.widgets.Tree.
>=20
> Cu
>=20
> Marcel.

------=_NextPart_000_0053_01C20E07.51E2E760
Content-Type: text/html;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; =
charset=3Diso-8859-1">
<META content=3D"MSHTML 6.00.2600.0" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY>
<DIV><FONT face=3DArial size=3D2><A=20
href=3D" http://www.eclipse.org/documentation/html/plugins/org.eclips e.pla=
tform.doc.isv/doc/reference/api/org/eclipse/swt/widgets/Tree .html ">http:/=
/www.eclipse.org/documentation/html/plugins/org.eclipse.plat form.doc.isv/=
doc/reference/api/org/eclipse/swt/widgets/Tree.html</A></FONT ></DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>&lt;</FONT><A =
href=3D"mailto:mo@nordsys.de"><FONT=20
face=3DArial size=3D2>mo@nordsys.de</FONT></A><FONT face=3DArial =
size=3D2>&gt; wrote in=20
message </FONT><A href=3D"news:adq5bj$cq7$1@rogue.oti.com"><FONT =
face=3DArial=20
size=3D2>news:adq5bj$cq7$1@rogue.oti.com</FONT></A><FONT face=3DArial=20
size=3D2>...</FONT></DIV><FONT face=3DArial size=3D2>&gt; Randy Hudson =
wrote:<BR>&gt;=20
<BR>&gt; Hi,<BR>&gt; <BR>&gt; &gt; What does the Red X say?<BR>&gt; =
<BR>&gt; In=20
class AbstractTreeContainerPolicy there a the<BR>&gt; methods =
eraseAddFeedback,=20
insertMarkAfterLastChild,<BR>&gt; showAddFeedback and =
showCreateFeeback.<BR>&gt;=20
In these methods there are invokations of a method<BR>&gt; called =
setInsertMark.=20
This method is undefined for<BR>&gt; =
org.eclipse.swt.widgets.Tree.<BR>&gt;=20
<BR>&gt; Cu<BR>&gt; <BR>&gt; Marcel.</FONT></BODY></HTML>

------=_NextPart_000_0053_01C20E07.51E2E760--
Previous Topic:NEW Download available
Next Topic:Usage of Figure#revalidate and Figure#repaint
Goto Forum:
  


Current Time: Tue Apr 29 01:20:03 EDT 2025

Powered by FUDForum. Page generated in 0.32890 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top