Home » Eclipse Projects » GEF » Drag and Drop behaviour in Logic Editor Example
Drag and Drop behaviour in Logic Editor Example [message #20797] |
Wed, 25 September 2002 18:04  |
Eclipse User |
|
|
|
Hi,
On windows platform, when you drag & drop, you first select the object you
want to drag, press the mouse, move the mouse to a new location, then
release the mouse.
But in the editor example, it works differently, you select the component
you want to drag, click the mouse, move the mouse to a new location and
then click the mouse again.
Could someone please tell me if this is the default drag and drop behavior
in GEF? or it is just how to example code it? If yes, how can i change the
example to emulate the windows drag and drag behavior?
Thank you.
Sam
|
|
|
Re: Drag and Drop behaviour in Logic Editor Example [message #20810 is a reply to message #20797] |
Wed, 25 September 2002 18:30   |
Eclipse User |
|
|
|
Where are you dragging from and where are you trying to drop? If you're
trying to drag from the palette in the logic example, it doesn't work.
Right now, those are strictly buttons that you click on to activate the tool
and then click on the editor to create a new object. You can't create an
object by dragging from the palette in the logic example. We are currently
working on implementing this.
Eric
"Sam Cheung" <scheung@novarra.com> wrote in message
news:amtaqb$vc$1@rogue.oti.com...
> Hi,
>
> On windows platform, when you drag & drop, you first select the object you
> want to drag, press the mouse, move the mouse to a new location, then
> release the mouse.
>
> But in the editor example, it works differently, you select the component
> you want to drag, click the mouse, move the mouse to a new location and
> then click the mouse again.
>
> Could someone please tell me if this is the default drag and drop behavior
> in GEF? or it is just how to example code it? If yes, how can i change the
> example to emulate the windows drag and drag behavior?
>
> Thank you.
> Sam
>
>
|
|
|
Re: Drag and Drop behaviour in Logic Editor Example [message #20823 is a reply to message #20810] |
Wed, 25 September 2002 18:41   |
Eclipse User |
|
|
|
Thanks for your response.
Sam
"Eric Bordeau" <ebordeau@us.ibm.com> wrote in message
news:amtc8b$1n9$1@rogue.oti.com...
> Where are you dragging from and where are you trying to drop? If you're
> trying to drag from the palette in the logic example, it doesn't work.
> Right now, those are strictly buttons that you click on to activate the
tool
> and then click on the editor to create a new object. You can't create an
> object by dragging from the palette in the logic example. We are
currently
> working on implementing this.
>
> Eric
>
> "Sam Cheung" <scheung@novarra.com> wrote in message
> news:amtaqb$vc$1@rogue.oti.com...
> > Hi,
> >
> > On windows platform, when you drag & drop, you first select the object
you
> > want to drag, press the mouse, move the mouse to a new location, then
> > release the mouse.
> >
> > But in the editor example, it works differently, you select the
component
> > you want to drag, click the mouse, move the mouse to a new location and
> > then click the mouse again.
> >
> > Could someone please tell me if this is the default drag and drop
behavior
> > in GEF? or it is just how to example code it? If yes, how can i change
the
> > example to emulate the windows drag and drag behavior?
> >
> > Thank you.
> > Sam
> >
> >
>
>
|
|
|
Re: Drag and Drop behaviour in Logic Editor Example [message #20862 is a reply to message #20810] |
Wed, 25 September 2002 19:00   |
Eclipse User |
|
|
|
Could you please clarify if you are implmenting the drag and drop in the
logic example or in the GEF?
Thanks.
"Eric Bordeau" <ebordeau@us.ibm.com> wrote in message
news:amtc8b$1n9$1@rogue.oti.com...
> Where are you dragging from and where are you trying to drop? If you're
> trying to drag from the palette in the logic example, it doesn't work.
> Right now, those are strictly buttons that you click on to activate the
tool
> and then click on the editor to create a new object. You can't create an
> object by dragging from the palette in the logic example. We are
currently
> working on implementing this.
>
> Eric
>
> "Sam Cheung" <scheung@novarra.com> wrote in message
> news:amtaqb$vc$1@rogue.oti.com...
> > Hi,
> >
> > On windows platform, when you drag & drop, you first select the object
you
> > want to drag, press the mouse, move the mouse to a new location, then
> > release the mouse.
> >
> > But in the editor example, it works differently, you select the
component
> > you want to drag, click the mouse, move the mouse to a new location and
> > then click the mouse again.
> >
> > Could someone please tell me if this is the default drag and drop
behavior
> > in GEF? or it is just how to example code it? If yes, how can i change
the
> > example to emulate the windows drag and drag behavior?
> >
> > Thank you.
> > Sam
> >
> >
>
>
|
|
|
Re: Drag and Drop behaviour in Logic Editor Example [message #21007 is a reply to message #20862] |
Wed, 25 September 2002 21:44   |
Eclipse User |
|
|
|
Originally posted by: hudsonr.us.eye-bee-em.com
Drag and drop is being added to the GEF palette. The logic example will
demonstrate how it works. There will still be some code that is specific to
the application. For example, Copy (Control+C) in the Palette and paste (in
the graphical view) is specific to the model. An accessible application
needs a keyboard alternative to D-and-D.
"Sam Cheung" <scheung@novarra.com> wrote in message
news:amte1p$2f4$1@rogue.oti.com...
> Could you please clarify if you are implmenting the drag and drop in the
> logic example or in the GEF?
>
> Thanks.
>
>
> "Eric Bordeau" <ebordeau@us.ibm.com> wrote in message
> news:amtc8b$1n9$1@rogue.oti.com...
> > Where are you dragging from and where are you trying to drop? If you're
> > trying to drag from the palette in the logic example, it doesn't work.
> > Right now, those are strictly buttons that you click on to activate the
> tool
> > and then click on the editor to create a new object. You can't create
an
> > object by dragging from the palette in the logic example. We are
> currently
> > working on implementing this.
> >
> > Eric
> >
> > "Sam Cheung" <scheung@novarra.com> wrote in message
> > news:amtaqb$vc$1@rogue.oti.com...
> > > Hi,
> > >
> > > On windows platform, when you drag & drop, you first select the object
> you
> > > want to drag, press the mouse, move the mouse to a new location, then
> > > release the mouse.
> > >
> > > But in the editor example, it works differently, you select the
> component
> > > you want to drag, click the mouse, move the mouse to a new location
and
> > > then click the mouse again.
> > >
> > > Could someone please tell me if this is the default drag and drop
> behavior
> > > in GEF? or it is just how to example code it? If yes, how can i change
> the
> > > example to emulate the windows drag and drag behavior?
> > >
> > > Thank you.
> > > Sam
> > >
> > >
> >
> >
>
>
|
|
|
Re: Drag and Drop behaviour in Logic Editor Example [message #21137 is a reply to message #21007] |
Thu, 26 September 2002 10:40  |
Eclipse User |
|
|
|
Speaking of "Cut/copy and paste", can I use marquee to select a few
components and cut/copy and paste them to a new location? I try that in the
current logic editor example, it does not work. Will this be added to the
example as well?
Thank you.
"Randy Hudson" <hudsonr@us.eye-bee-em.com> wrote in message
news:amtnl7$6dt$1@rogue.oti.com...
> Drag and drop is being added to the GEF palette. The logic example will
> demonstrate how it works. There will still be some code that is specific
to
> the application. For example, Copy (Control+C) in the Palette and paste
(in
> the graphical view) is specific to the model. An accessible application
> needs a keyboard alternative to D-and-D.
>
> "Sam Cheung" <scheung@novarra.com> wrote in message
> news:amte1p$2f4$1@rogue.oti.com...
> > Could you please clarify if you are implmenting the drag and drop in the
> > logic example or in the GEF?
> >
> > Thanks.
> >
> >
> > "Eric Bordeau" <ebordeau@us.ibm.com> wrote in message
> > news:amtc8b$1n9$1@rogue.oti.com...
> > > Where are you dragging from and where are you trying to drop? If
you're
> > > trying to drag from the palette in the logic example, it doesn't work.
> > > Right now, those are strictly buttons that you click on to activate
the
> > tool
> > > and then click on the editor to create a new object. You can't create
> an
> > > object by dragging from the palette in the logic example. We are
> > currently
> > > working on implementing this.
> > >
> > > Eric
> > >
> > > "Sam Cheung" <scheung@novarra.com> wrote in message
> > > news:amtaqb$vc$1@rogue.oti.com...
> > > > Hi,
> > > >
> > > > On windows platform, when you drag & drop, you first select the
object
> > you
> > > > want to drag, press the mouse, move the mouse to a new location,
then
> > > > release the mouse.
> > > >
> > > > But in the editor example, it works differently, you select the
> > component
> > > > you want to drag, click the mouse, move the mouse to a new location
> and
> > > > then click the mouse again.
> > > >
> > > > Could someone please tell me if this is the default drag and drop
> > behavior
> > > > in GEF? or it is just how to example code it? If yes, how can i
change
> > the
> > > > example to emulate the windows drag and drag behavior?
> > > >
> > > > Thank you.
> > > > Sam
> > > >
> > > >
> > >
> > >
> >
> >
>
>
|
|
|
Goto Forum:
Current Time: Sun Jul 13 08:08:49 EDT 2025
Powered by FUDForum. Page generated in 0.05412 seconds
|