Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [riena-dev] wizards in riena?

Christian / Todd,

I think Todd was asking if Riena provides something in the area of
Wizards in addition to what is provided by RCP...

You should be able to use the existing wizard framework (Jface /
Platform UI). We don't provide anything on top of it or apply theming
to it. However you can use Ridgets (Rich/Riena Widgets) in your wizard
pages, similar to the way they are used in the snippets (example: Text
t = new Text(...); ITextRidget tr = (ITextRidget)
SwtRidgetFactory.createRidget(t); tr.addValidationRule(...)) and
benefit from the data binding, markers, etc.

It would be interesting to hear your ideas / requirements in that area.

Kind regards,
Elias.

On Tue, Apr 28, 2009 at 12:04 PM, Christian Campo
<christian.campo@xxxxxxxxxxxx> wrote:
> Hi Todd,
> no question is naive (to start with), it just points to a topic that is not
> enough explained :-)
> The simple answer would be to say "look at the Riena proposal, No tool
> support" http://www.eclipse.org/proposals/riena :-)
> We have however implemented a little wizard once which is currently not so
> well maintained that enables you to create Riena apps. However the use is
> limited because you can basically generate a sample application in your own
> namespace with your own packages but still it will be the same as the
> samples that you can already see in the target platform as samples.
> If you want the way to go is to request an enhancement and file a bug
> report. :-)
> You can also start with telling us what kind of applications you are
> building and what kind of tool support would be helpful.....
> christian
> Am 28.04.2009 um 20:14 schrieb Todd Lee:
>
> Hi there,
>
> As I work through my investigation of riena for use in our product, I've
> noticed that there doesn't seem to be anything analogous to the notion of
> the Wizard/WizardPage in vanilla eclipse. Is there a plan for wizard support
> (ie Wizard/WizardPage Rigets like you seem to have for some other dialog
> based elements) or is the intent that the lnf be applied to the standard
> wizard/wizardpages directly without the need for the riget interface? (I
> seem to recall reading somewhere that setting a system property could apply
> the riena lnf globally...?)
>
> My apologies if this question ends up being naive, I'm definitely learning
> as I go...
>
> Thanks, Todd
>
> <ATT00001.c>
>
> _______________________________________________
> riena-dev mailing list
> riena-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/riena-dev
>
>



-- 
Elias Volanakis | Technical Lead | EclipseSource Portland
elias@xxxxxxxxxxxxxxxxx | +1 503 929 5537 | http://eclipsesource.com


Back to the top