Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Remote Application Platform (RAP) » Form & FormText problem
Form & FormText problem [message #86361] Tue, 06 May 2008 23:28 Go to next message
Eclipse UserFriend
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 Go to previous message
Eclipse UserFriend
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]
>
Previous Topic:[ANN] RAP 1.1 M4 released
Next Topic:Remarks on RAP 1.1 M4
Goto Forum:
  


Current Time: Fri Apr 26 14:34:23 GMT 2024

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

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

Back to the top