Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [nebula-dev] GeoMapViewer example

>
> The name of the methods could suggest that they are concerned with the
> default/initial setting of a UI element, rather than the (current) value use
> for the layout. E.g. getInitialHorizontalFill() would be more explanatory.

Agreed.

>
> Did you test that it has effect also for the initial layout. It's only when
> the control and layout is refreshed by triggering relayoutExample() that the
> hFill and vFill values are used. This bit me when I implemented my
> suggestion. I needed to introduce a configureLayout() method and use it both
> in recreateExample() and relayoutExample():

Yes, i saw that too. The trick is to also give the booleans their initial value.


Back to the top