Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
AW: [riena-dev] SubModuleView

I guess that there some more switches like.

We use

 

-Driena.development=true

-Driena.lnf=de.hansemerkur.sco.riena.internal.base.ui.HMLnf

-Driena.application.height=990

-Driena.application.width=1280

-Driena.lnf.update.view=true

 

and they have still affectes.

I’m not sure if this list is complete.

 

Regards,

Stefan

Von: riena-dev-bounces@xxxxxxxxxxx [mailto:riena-dev-bounces@xxxxxxxxxxx] Im Auftrag von Christian Campo
Gesendet: Montag, 18. Mai 2009 14:14
An: Riena Developers list
Betreff: Re: [riena-dev] SubModuleView

 

you find it in the new and noteworthy but thats only an update.......

 

But currently there are only two. The one below and the development switch that controls logging.

christian

 

Am 18.05.2009 um 14:11 schrieb ekkehard:



Christian Campo schrieb:

Hi Ekke,

 

but LnfUpdater only updates the view if -Driena.lnf.update.view=true is in your VM arguments ?

 

ahhh - I thought this has always be true if using a custom LnF

so: LnF of Navigation is always done
and Driena.lnf.update.view=true controls lnf of the views in the main part

thx !
makes it easier

BTW: is there anywhere a description of all the -Driena.... arguments ?

ekke

christian

Am 18.05.2009 um 13:58 schrieb ekkehard:



Hi Rienaers,

I'm just preparing my reference application using riena navigation + UI
+ redView
this reference app is then base for my openArchitectureWare templates to
generate a whole application from UML Entity Model
with some luck I can show it all at Frankfurt Stammtisch 2009-05-27

I have a question regarding SubModuleView:

If the SubModuleView is completely from redView, then..

MyView extending SubModuleView<MySubModuleController>

... contains only one Composite provided by a redView Factory

using redView composites these composites are completely rendered by
redView,
we know all about colors, fonts, sizes etc from our ecore model

so I dont need LnF Rendering from Riena for this Composite -
the only thing I need is the EmbeddedTitlebar of the View itself

if I understand it right:
Riena's SubModuleView uses a LnFUpdater
which I wouldn't need in my case

so my question:

overwriting bind() and createPartControl()
(simple doing the same but without calls to LnFUpdater)
should be ok - or what do you think ?

thx

ekke
_______________________________________________
riena-dev mailing list
riena-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/riena-dev

 



 
_______________________________________________
riena-dev mailing list
riena-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/riena-dev
  

 

<ATT00001.c>

 


Back to the top