Lab Session: Screen size and rotation: Difference between revisions

From NSB App Studio
Jump to navigation Jump to search
No edit summary
No edit summary
Line 4: Line 4:


# Open LabRotation.nsx.
# Open LabRotation.nsx.
# ...
# Remove the orientation control you added previously, as we'll be handling orientation changes for ourselves (at least for ''frmSavedData'')
# Add an onorientation event to ''frmSavedData'' and verify you can sense orientation changes.
# 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.

Revision as of 22:15, 13 December 2013

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.