All renderers are theme dependend. You can't remove scarborough because it's the
base theme and it contains all renderers. If you want to remove scarborough you
must implement all rendereres yourself. But you can define your own theme based
on scarborough and override the css style classes.
Helmut
Am 23.03.2010 04:55, schrieb Fernando Augusto:
Another question regarding GridLayout class... Why is it inside
scarborough theme JAR instead of a core jar, that will be distributed
even if I change themes and remove scarborough????
Fernando
Em Ter, 2010-03-23 às 00:52 -0300, Fernando Augusto escreveu:
Hello,
While working with my app using TOBAGO 1.0.25-SNAPSOT, I found the
following situation: I use GridLayout with * sizes in some rows and
columns. When the page is first loaded, the page organization is quite
messy, with heights and widths different from the window size. When it
first repaints, the controls are ALMOST (by 50px error) aligned
correctly. When the screen is repainted in the 2nd time, the controls
are correctly placed.
How do I fix it, so the controls can be fit the first time the page is
loaded???
Best Regards,
Fernando Augusto