Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Standard Widget Toolkit (SWT) » Why setSelection() donŽt work?
Why setSelection() donŽt work? [message #437909] Sat, 12 June 2004 18:03 Go to next message
Leandro de Oliveira is currently offline Leandro de OliveiraFriend
Messages: 13
Registered: July 2009
Junior Member
I have a Text Widget and I wanna select text, but setSelection() didnŽt
select nothing, I used showSelection() too.
How can I do that?

Thank you
Re: Why setSelection() dont work? [message #438020 is a reply to message #437909] Mon, 14 June 2004 20:03 Go to previous messageGo to next message
Steve Northover is currently offline Steve NorthoverFriend
Messages: 1636
Registered: July 2009
Senior Member
The widget needs to have focus for it to draw.

"Leandro" <lehphyro@yahoo.com.br> wrote in message
news:cafghj$uuv$1@eclipse.org...
> I have a Text Widget and I wanna select text, but setSelection() didn
Re: Why setSelection() donŽt work? [message #438202 is a reply to message #438020] Thu, 17 June 2004 04:35 Go to previous messageGo to next message
Leandro de Oliveira is currently offline Leandro de OliveiraFriend
Messages: 13
Registered: July 2009
Junior Member
Could you give me an example?

> The widget needs to have focus for it to draw.
Re: Why setSelection() dont work? [message #438209 is a reply to message #438202] Thu, 17 June 2004 15:35 Go to previous message
Steve Northover is currently offline Steve NorthoverFriend
Messages: 1636
Registered: July 2009
Senior Member
After you set the selection, call "textControl.setFocus()" to see what I am
talking about. On some platforms, the selection only draws when the control
has focus.

"Leandro" <lehphyro@yahoo.com.br> wrote in message
news:car72d$4ma$1@eclipse.org...
> Could you give me an example?
>
> > The widget needs to have focus for it to draw.
>
>
Previous Topic:Set an action to a MenuItem
Next Topic:Shell.setImeInputMode Question
Goto Forum:
  


Current Time: Fri Apr 26 19:57:43 GMT 2024

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

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

Back to the top