Lab Session: Fix a program with syntax errors and make some enhancements: Difference between revisions

From NSB App Studio
Jump to navigation Jump to search
No edit summary
Line 5: Line 5:
# Open LabFix.nsx
# Open LabFix.nsx
# ...
# ...
# Link the forms together using the change form properties:
# Link the forms together using the ChangeForm properties:
#* ...
#* On ''frmMain'':
#** Link ''hdrMain's'' buttons to ''frmAbout'' and ''frmSaves''.
#** Link ''btnCompass'' to ''frmCompass''.
#* On ''frmAbout'', link ''hdrAbout's'' button to ''frmMain''.
#* On ''frmSaves'', link ''hdrSaves''' button to ''frmMain''.
#* On ''frmSavedData'', link ''hdrSavedData's'' button to ''frmSaves''.
#* On ''frmCompass'', link ''hdrCompass''' button to ''frmMain''.


== Files ==
== Files ==

Revision as of 23:02, 11 December 2013

In this lab you will fix some problems in the code for your app and add some functionality.

Student Outline

  1. Open LabFix.nsx
  2. ...
  3. Link the forms together using the ChangeForm properties:
    • On frmMain:
      • Link hdrMain's buttons to frmAbout and frmSaves.
      • Link btnCompass to frmCompass.
    • On frmAbout, link hdrAbout's button to frmMain.
    • On frmSaves, link hdrSaves' button to frmMain.
    • On frmSavedData, link hdrSavedData's button to frmSaves.
    • On frmCompass, link hdrCompass' button to frmMain.

Files