home *** CD-ROM | disk | FTP | other *** search
/ The Datafile PD-CD 5 / DATAFILE_PDCD5.iso / utilities / p / popups / !PopUpTest / !Help next >
Text File  |  1993-05-24  |  4KB  |  92 lines

  1. Help for !PopUpTest
  2. ===================
  3.  
  4. ** This application and contents are Public Domain
  5.                                      ^^^^^^^^^^^^^
  6. This application is a simple testbed and demonstration application for
  7. the PopUp Manager module and Server application, but also is a good source
  8. of code if you wish to write applications using PopUps.
  9.  
  10. Double click the application to run it and install the PopUp system
  11.  
  12. Click menu on the iconbar icon to display a menu. Moving the mouse pointer
  13. over these menu items, or clicking on them, will do the following:
  14.  
  15.     Info       =>    Displays the normal program info window
  16.     -------------
  17.     Magnify    =>    Displays a 'Magnify' PopUp. This gives you two writable
  18.                        icons and 'bump' buttons to change them with. Every
  19.                        time you change the value in the icons, the current
  20.                        value is updated, and will be printed over the top left
  21.                        corner of the screen.
  22.  
  23.     Print      =>    Displays a simple 'print' dialogue which allows you
  24.                        to set a number of pages to print, and then click OK
  25.                        to start the printing operation. (The test application
  26.                        DOES NOT print anything, however!)
  27.  
  28.     ProgInfo   =>    Displays a 'ProgInfo' PopUp. Note that this window will
  29.                        appear with a close icon if it is opened by clicking
  30.                        on the parent menu item, while it will appear without
  31.                        a close icon if you just follow the arrow.
  32.  
  33.     Report...        Click on this item to bring up a problem/message report
  34.                        dialogue box. You may select the 'affirmative' (left)
  35.                        button by clicking on it or pressing return. You may
  36.                        select the 'negative' (right) button by clicking on it
  37.                        or by pressing escape or by clicking outside the
  38.                        report box. Note that while you are making up your
  39.                        mind, PopUpTest is halted, but all other tasks
  40.                        continue to multitask.
  41.  
  42.     Save       =>    Displays a 'SaveAs' PopUp. If you drag the file icon to
  43.                        a directory viewer, it will save a small test file
  44.                        under that name to prove that it works.
  45.  
  46.                        If you attempt to save with an invalid pathname by
  47.                        clicking 'OK', a 'Report' style box will appear to
  48.                        inform you what to do to save ("drag the icon")
  49.                        (Notice that the report box automatically stays clear
  50.                        of the edges of the screen - All 'standalone' and
  51.                        'static' PopUps do this, so that you can't easily lose
  52.                        the iconbar under a PopUp)
  53.  
  54.     WimpColour =>    Displays a 'WimpColour' PopUp - clicking on a new colour
  55.                        causes an 'instant effect' to set the colour (it will
  56.                        beep and print the new colour over the top left corner
  57.                        of the screen)
  58.     (etc.)
  59.     -------------
  60.     Quit             Quits the application, leaving the PopUps installed.
  61.  
  62.  
  63. NOTE that sometimes when the Test application gets back a new state value from
  64. the PopUp system, it will beep and print an explanation of what has been
  65. set over the top left corner of the screen (in black on white text). This
  66. will make a bit of a mess of the screen - ignore it. One day, I might
  67. go to the tremendous effort of adding a window to the test app. to display
  68. these reports in! (Though I'm thinking of writing a text-display PopUp ;-)
  69.  
  70. Despite all the windows this program displays, there is not a single
  71. Wimp_Open/LoadTemplate, Wimp_CreateWindow, or Wimp_OpenWindow call in the
  72. BASIC !RunImage code AT ALL!
  73.  
  74. For programming information on using PopUps in your own programs and writing
  75. new PopUp modules (or changing existing PopUp modules), please see the
  76. accompanying PopUp document files.
  77.  
  78. More PopUp modules may be forthcoming in the near future.
  79.  
  80. ---
  81.  
  82. Please send any comments, suggestions, bug reports, new modules, ideas,
  83. money, expensive cars, and beautiful rich women to:
  84.  
  85.   Jason Williams,
  86.   R.D.2, Manuel Road,
  87.   Silverdale,
  88.   North Auckland,
  89.   NEW ZEALAND.
  90.  
  91.   jason@tmota.nacjack.gen.nz
  92.