Form & FormText problem [message #86361] |
Tue, 06 May 2008 23:28 |
Eclipse User |
|
|
|
Originally posted by: jan.app.org
I'd like to reuse a form related class in RAP (M4 release) which consists
the following:
import org.eclipse.ui.forms.IManagedForm;
import org.eclipse.ui.forms.editor.FormPage;
import org.eclipse.ui.forms.events.HyperlinkEvent;
import org.eclipse.ui.forms.events.IHyperlinkListener;
import org.eclipse.ui.forms.widgets.FormText;
import org.eclipse.ui.forms.widgets.FormToolkit;
import org.eclipse.ui.forms.widgets.ScrolledForm;
import org.eclipse.ui.forms.widgets.Section;
import org.eclipse.ui.forms.widgets.TableWrapData;
import org.eclipse.ui.forms.widgets.TableWrapLayout;
but Eclipse marks FormText (and only this) as it "can not be resolved".
Anyone knows why is that, or if I can use the org.eclipse.rap.ui.forms
instead (and how)?
[Eclipse also marks org.eclipse.rap.ui what I can't understand, since it's
part of the target platform]
|
|
|
Re: Form & FormText problem [message #86410 is a reply to message #86361] |
Wed, 07 May 2008 09:40 |
Eclipse User |
|
|
|
Originally posted by: rherrmann.innoopract.com
Hi,
the FormText widget is not yet implemented in RAP (also see the
thread 'FormText support').
Regarding the org.eclipse.rap.ui mark, please share what exactly you
are doing and what problem is reported.
Cheers,
Rüdiger
JanB wrote:
> I'd like to reuse a form related class in RAP (M4 release) which
> consists the following:
>
> import org.eclipse.ui.forms.IManagedForm;
> import org.eclipse.ui.forms.editor.FormPage;
> import org.eclipse.ui.forms.events.HyperlinkEvent;
> import org.eclipse.ui.forms.events.IHyperlinkListener;
> import org.eclipse.ui.forms.widgets.FormText;
> import org.eclipse.ui.forms.widgets.FormToolkit;
> import org.eclipse.ui.forms.widgets.ScrolledForm;
> import org.eclipse.ui.forms.widgets.Section;
> import org.eclipse.ui.forms.widgets.TableWrapData;
> import org.eclipse.ui.forms.widgets.TableWrapLayout;
>
> but Eclipse marks FormText (and only this) as it "can not be resolved".
> Anyone knows why is that, or if I can use the org.eclipse.rap.ui.forms
> instead (and how)?
>
> [Eclipse also marks org.eclipse.rap.ui what I can't understand, since
> it's part of the target platform]
>
|
|
|
Powered by
FUDForum. Page generated in 0.03089 seconds