home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 1997 September / Personal_Computer_World_Sep_97.iso / DXRS / SLIPCW09.DXR / 00013_swaptextbox.ls < prev    next >
Encoding:
Text File  |  1997-06-27  |  1.4 KB  |  16 lines

  1. on swaptextbox whichtab
  2.   global DriveLtr, SLIdatabaselist, SLIchosenprogramdetails, SLImainmenuhilitenumber, SLImainmenutextnumber, SLIsunmenuhilitenumber, SLImainmenubacknumber, SLIsubmenubacknumber, SLIsubmenuhilitenumber, SLIsubmenutextnumber, SLIactiveprogramlist, SLIBackArrowNumber, SLIForwardArrowNumber, SLIsubmenubackshadownumber, SLIActionButton, SLICopyButton, SLItextboxframe, SLIInfoTabRect, SLIProcTabRect, SLIExtraTabRect, SLIpicturebox, SLITextBoxContents, SLITextFilesLoaded, SLIplatformcheckbox, SLIRunButtonList, SLIInstallButtonList, SLIActionList, SLIFullTextOptionBox, SLITextLoadOptionRect, SLIFullTextTick, SLIPictureBoxNumber, SLIAddressBoxNumber, SLIProductBoxNumber, SLIPlatformCheck01, SLIPlatformCheck02, SLIPlatformCheck03, SLIPlatformCheck04, SLIInstallButtonTextBox, SLIRunButtonTextBox, SLICopyWIthInstallTextBox, SLICopyWIthRunTextBox, SLIExecuteTextBox
  3.   case whichtab of
  4.     1:
  5.       set the member of sprite SLItextboxframe to member "infotab1"
  6.       set the member of sprite SLITextBoxContents to member "longtext"
  7.     2:
  8.       set the member of sprite SLItextboxframe to member "proctab1"
  9.       set the member of sprite SLITextBoxContents to member "processreqtext"
  10.     3:
  11.       set the member of sprite SLItextboxframe to member "extrtab1"
  12.       set the member of sprite SLITextBoxContents to member "extrareqtext"
  13.   end case
  14.   updateStage()
  15. end
  16.