home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 299.lha / popupmenu.doc < prev    next >
Text File  |  1980-12-05  |  3KB  |  107 lines

  1.  
  2.     PopUpMenu V1.38 by Martin Adrian                 89-10-30
  3.     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  4.  
  5.     Introduction
  6.     ~~~~~~~~~~~~
  7.    Are you using QMose, DMouse, or HeliosMouse and "always" get the wrong
  8.     menues when you press the mousebutton?
  9.    Have you ever needed pop-up menues for your Amiga?
  10.  
  11.    The solution: PopUpMenu
  12.  
  13.     Distribution
  14.     ~~~~~~~~~~~~
  15.  
  16.    This version of the PopUpMenu program is released as Public Domain and may
  17.      freely be copied.
  18.  
  19.  
  20.     Installation:
  21.     ~~~~~~~~~~~~
  22.  
  23.    To use the program put the file `PopUpMenu' in your current directory.
  24.  
  25.  
  26.    To turn on the pop-up menues just type:
  27.  
  28.      1> Run PopUpMenu
  29.  
  30.    or even better (Arp 1.3 users)
  31.  
  32.      1> ARun PopUpMenu NOIO STACK 2000 PRI 5
  33.  
  34.  
  35.    To turn them off, just type:
  36.  
  37.       1> PopUpMenu
  38.  
  39.  
  40.    Features:
  41.    ~~~~~~~~~
  42.    The Pop-up menues will not show up when you press the menubutton
  43.     if any of the following conditions is true:
  44.  
  45.    1) No window is active.
  46.    2) The active window has no menues.
  47.    3) The active window has the flag RMBTRAP set.
  48.    4) The mousepointer is in the screens menubar.
  49.     (standard pull-down menues will appear)
  50.    5) You are pressing any qualifier key.
  51.     (shift, alt, control, left or right Amiga, left (or middle) mousebutton)
  52.  
  53.  
  54.    Differences from Intuition:
  55.    ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  56.    1) Multiple select is not supported.
  57.    2) MENUVERIFY is not supported. (See WARNINGS)
  58.    3) The menuitem & subitem windows will show up next to the mousepointer.
  59.     (makes selection easier)
  60.    4) To allow quicker selections, the menuitem & subitem windows does
  61.     not appear until the mousepointer stands still for 3 INTUITICKS.
  62.  
  63.    WARNINGS:
  64.    ~~~~~~~~~
  65.    BIG:
  66.      Since the MENUVERIFY is not supported You should be careful when using
  67.        programs that changes their menues.
  68.        (Don't pop-up the menues directly after an operation that changes the
  69.     menues, or you may visit the GURU.)
  70.  
  71.    small:
  72.      The PopUpMenu-program uses intuition-windows to show menuitems.  It is
  73.        possible to fool the program by activating another window.
  74.        (This will not crash the amiga but a wrong or no menuevent may be sent)
  75.  
  76.      The mousepointer don't move while a window is opened or closed.
  77.        (Intuition bug?)
  78.       Solution: Lets wait for Kickstart 1.4.
  79.  
  80.    FUTURE:
  81.    ~~~~~~~
  82.      No improvements or bugfixes will be made to this PublicDomain program
  83.      by me.  I am currently working on a similar program that uses
  84.      SwapBitsRastPortClipRect and supports MENUVERIFY and multiple select.
  85.      I intend to release that program as ShareWare in late November or early
  86.      December. (1989)
  87.  
  88.  
  89.  
  90.    Author:
  91.    ~~~~~~~
  92.      Martin Adrian                              o
  93.      Motgengen 305            (the e is an 'a' with a ring above -> a)
  94.      S-412 80  Gothenburg
  95.      Sweden
  96.  
  97. USENET d5adria@dtek.chalmers.se
  98.  
  99.    Thanks to:
  100.     Derek Zahn          for the PopUpMenu program on FishDisk 96
  101.     Commodore          for the Amiga
  102.     Arp - people          for Arp 1.3 & AShell
  103.     Lattice           for the C compiler (5.0)
  104.     My English teatcher
  105.     Anna              my girlfriend
  106.     You              for using this program
  107.