The "One Laptop Per Child" project has a great device ready to ship, but there's no Java on there. Let's think about working together to put Java on OLPC!
My perspective is using two views. First one contains a tree viewer and
shall be displayed at a hights of 20%, the other view shall take the
rest of 80%.
But both get about 50% of the available heights, even the smaller view
is a little bit greater. It seems the "smaller" view has a fixed limit,
it may be resized, but it cannot be smaller than the displayed size.
perspective layout
At 5:16 PM on Jul 25, 2008, Ceeper wrote:
shall be displayed at a hights of 20%, the other view shall take the
rest of 80%.
My perspective code look like this:
layout.addView(
AccountEntriesViewPart.ID_VIEW,
IPageLayout.LEFT,
0.80f,
layout.getEditorArea()
);
layout.addView(
EntryViewPart.ID_VIEW,
IPageLayout.BOTTOM,
0.20f,
AccountEntriesViewPart.ID_VIEW);
But both get about 50% of the available heights, even the smaller view
is a little bit greater. It seems the "smaller" view has a fixed limit,
it may be resized, but it cannot be smaller than the displayed size.
Any idea?
0 replies so far (
Post your own)