Lab Session: Screen size and rotation

From NSB App Studio
Revision as of 22:15, 13 December 2013 by James (talk | contribs)
Jump to navigation Jump to search

In this lab, you'll make changes to frmSavedData to make it rotate and resize properly in order to gain experience with these technologies.

Student Outline

  1. Open LabRotation.nsx.
  2. Remove the orientation control you added previously, as we'll be handling orientation changes for ourselves (at least for frmSavedData)
  3. Add an onorientation event to frmSavedData and verify you can sense orientation changes.
  4. The layout of frmSavedData will look better as two columns when in landscape mode. Change the top and left values of the 3 lower data labels and values so that they sit beside the top three when orientation is in landscape mode.