Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » GEF » text control creation on key press event
text control creation on key press event [message #146721] Fri, 06 August 2004 09:44 Go to next message
Eclipse UserFriend
Originally posted by: david_michonneau.hotmail.com

Hi,

I would like to create a GEF editor where you could create text control on
demand whenever the user starts typing inside the editor. The layout would
be a flow layout, and you would see the cursor blinking with the mouse like
in the flowcontainer of the logic example when you drag'n'drop a control in
it.

Thanks,

David
Re: text control creation on key press event [message #146751 is a reply to message #146721] Fri, 06 August 2004 15:44 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: none.us.ibm.com

This is a 3.1 line item for GEF. We would like to start supporting Text
entry directly into graphical views. Currently this is not easy.

"David Michonneau" <david_michonneau@hotmail.com> wrote in message
news:cevjs2$ukc$1@eclipse.org...
> Hi,
>
> I would like to create a GEF editor where you could create text control on
> demand whenever the user starts typing inside the editor. The layout would

So you could insert a native text box when the first key is pressed, and
allow entry into the native text box using direct edit techniques.

> be a flow layout, and you would see the cursor blinking with the mouse
like
> in the flowcontainer of the logic example when you drag'n'drop a control
in

I didn't understand this part.
Re: text control creation on key press event [message #146761 is a reply to message #146751] Fri, 06 August 2004 17:07 Go to previous message
Eclipse UserFriend
Originally posted by: david_michonneau.hotmail.com

> This is a 3.1 line item for GEF. We would like to start supporting Text
> entry directly into graphical views. Currently this is not easy.
>

What do you mean by 3.1 line item? Will it be available in GEF version 3.1?

Can you give me some hints on how to get started?

> "David Michonneau" <david_michonneau@hotmail.com> wrote in message
> news:cevjs2$ukc$1@eclipse.org...
> > Hi,
> >
> > I would like to create a GEF editor where you could create text control
on
> > demand whenever the user starts typing inside the editor. The layout
would
>
> So you could insert a native text box when the first key is pressed, and
> allow entry into the native text box using direct edit techniques.
>

Yes, exactly.

> > be a flow layout, and you would see the cursor blinking with the mouse
> like
> > in the flowcontainer of the logic example when you drag'n'drop a control
> in
>
> I didn't understand this part.
>
>

I just meant you will see the blinking cursor all the time, and you can move
it around like in a text editor. In the logic example, there is a
flowcontainer control, when you drag something into it, you also see a
cursor telling you where the item will be dropped. So the goal is too see
such a cursor all the time, and the editor layout will be a flow layout
(like inside the flowcontainer).

Thanks,

David
Previous Topic:ResourceSelectionDialog
Next Topic:notify editor
Goto Forum:
  


Current Time: Fri Apr 19 22:59:25 GMT 2024

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

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

Back to the top