| 
| Hyperlink disabled for messages in Forms [message #70885] | Sun, 20 January 2008 23:34  |  | 
| Eclipse User  |  |  |  |  | Hi 
 I'm enjoying playing with RAP immensely.  Great work guys.  I notice that
 with the Forms UI, messages in the Form Header do not display as a
 hyperlink but always as only a label.  This makes it difficult to see
 multiple messages, which were added in 3.3.
 
 Is there a particular reason for this?
 
 See
 org.eclipse.ui.internal.forms.widgets.FormHeading#ensureCont rolExists() of
 which here's an excerpt from lines 481 - 485 (RAP version 1.0.0):
 
 
 //   messageHyperlink = new Hyperlink(FormHeading.this, SWT.NULL);
 messageHyperlink = new    Label(FormHeading.this, SWT.NULL);
 //   messageHyperlink.setUnderlined(true);
 messageHyperlink.setText(message);
 //   messageHyperlink.setHref(messages);
 
 
 Notice the hyperlink methods have been commented out and label methods
 used instead.
 |  |  |  | 
|  | 
|  | 
Powered by 
FUDForum. Page generated in 0.03804 seconds