I started developing a new project aimed at tablets and almost immediately ran into a problem with the layout.
The attached program shows the problem. The basic layout consists of a background panel (white) that is the top level container for all other views and, therefore, is the parent for the other two views in the project (at this point). Those other views are a menubar panel (magenta) and a scrollview (orange). The script included in the layout file adjusts the dimensions of the scrollview so that it is to fill the background panel below the menubar panel. The left, top and width are as they should be, but if the app is compiled and run, you will see that the scrollview does not cover the bottom portion of the background panel as it sholuld. Yet, the log entries seem to indicate that the height of the scrollview matches the height of the area below the menubar panel. I don't understand why. Thanks.
The attached program shows the problem. The basic layout consists of a background panel (white) that is the top level container for all other views and, therefore, is the parent for the other two views in the project (at this point). Those other views are a menubar panel (magenta) and a scrollview (orange). The script included in the layout file adjusts the dimensions of the scrollview so that it is to fill the background panel below the menubar panel. The left, top and width are as they should be, but if the app is compiled and run, you will see that the scrollview does not cover the bottom portion of the background panel as it sholuld. Yet, the log entries seem to indicate that the height of the scrollview matches the height of the area below the menubar panel. I don't understand why. Thanks.