Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Standard Widget Toolkit (SWT) » FOCUS
FOCUS [message #467364] Mon, 30 January 2006 13:12 Go to next message
Sunil is currently offline SunilFriend
Messages: 7
Registered: July 2009
Junior Member
I have swt page which has scrolable composite, whenever error occurs I
want to pass the control to the top most label to display the error ,when
i set label.setFocus(), the scroll is not moving to the top.

I want <a href="#"> kind of funtionlity in SWT. Can you please suggest how
to achieve this funtionality using SWT API.

Thanks in advance.
Re: FOCUS [message #467380 is a reply to message #467364] Mon, 30 January 2006 19:32 Go to previous message
Haris Peco is currently offline Haris PecoFriend
Messages: 1072
Registered: July 2009
Senior Member
Sunil wrote:

> I have swt page which has scrolable composite, whenever error occurs I
> want to pass the control to the top most label to display the error ,when
> i set label.setFocus(), the scroll is not moving to the top.
>
> I want <a href="#"> kind of funtionlity in SWT. Can you please suggest how
> to achieve this funtionality using SWT API.
>
> Thanks in advance.
labels can't receive focus - use any focusable component (text) for this
Previous Topic:thread of Program
Next Topic:How to fill a button totally with an image?
Goto Forum:
  


Current Time: Thu Apr 25 21:06:28 GMT 2024

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

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

Back to the top