home *** CD-ROM | disk | FTP | other *** search
/ ARM Club 3 / TheARMClub_PDCD3.iso / programs / programming / winctrl / !WinCtrl / !Help next >
Encoding:
Text File  |  1998-03-03  |  3.8 KB  |  98 lines

  1. _____________________________________________________________________________
  2.  
  3.                               “ W i n C t r l ”
  4.  
  5.                               Window controller
  6.  
  7.                           by David Thomas, © 1992-4
  8.  
  9. _____________________________________________________________________________
  10.  
  11.  
  12.  Purpose ___________________________________________________________________
  13.  
  14.   Some windows don’t have gadgets around their borders, or some of the
  15. gadgets aren’t there.  This program attempts to emulate the gadgets of the
  16. Wimp so you can move windows without title bars, scroll un-scrollable windows
  17. etc.  You can even re-size or scroll menus!
  18.  
  19.  
  20.  Usage _____________________________________________________________________
  21.  
  22.   After you have loaded WinCtrl it’s icon will appear on the icon bar.
  23. Clicking SELECT upon this icon will bring up the main WinCtrl window.  From
  24. this window you can select which type of operation you wish WinCtrl to
  25. perform.
  26.  
  27.             • Whole window drag - emulate the title bar.
  28.             • Resize window     - emulate the resize gadget.
  29.             • Horizontal scroll - emulate the bottom scroll bar.
  30.             • Vertical scroll   - emulate the side scroll bar.
  31.  
  32.   To perform an operation, click and hold SELECT or ADJUST inside the window
  33. and tap the either Alt key.  The operation will perform as if you were using
  34. a Wimp gadget (except that it will be invisible).  Don’t hold down the Alt
  35. key when moving the pointer about, as WinCtrl will start operating on any
  36. other windows you move about.
  37.  
  38.   Please note that dragging the Task Manager and Palette windows with the
  39. pointer over the moveable slider bars will cause the slider bars to become
  40. erroneously attatched to the pointer and slide about even when they aren’t
  41. being dragged.  It’s best to try and avoid doing this!  To stop it just click
  42. normally on the slider icon again.
  43.  
  44.  
  45.  Problems __________________________________________________________________
  46.  
  47.  • Some apps give address exceptions when you try to resize some of their
  48.    windows.  This unfortunately crashes WinCtrl, I don’t know what’s causing
  49.    it and there’s nothing I can do about it, sorry! (Maybe someone could
  50.    figure out what’s going wrong - you can contact me and I’ll fix it.)
  51.  
  52.  
  53.  Versions __________________________________________________________________
  54.  
  55. 1.00 First released version
  56.  
  57. 1.01 - Interface Manager 2.00 now used
  58.      - Templates updated
  59.      - Docs updated
  60.      - Help v1.10 used
  61.  
  62. 1.02 - Docs updated, for better method of using WinCtrl (no hold down Ctrl)
  63.      - Help App. removed for reducing size of app
  64.      - ‘Details’ section added showing current window and icon handles
  65.  
  66. 1.03 - Completely ARM coded, and hence only needs 8K WimpSlot (not tested)
  67.      - ‘Details’ section removed, being included in another app (Msg)
  68.      - Templates & Docs updated
  69.      - Ctrl-action key changed to Alt-action key
  70.      - Icon added for Pinboard (on RISC OS 3) iconised windows (hi-res too)
  71.  
  72. 1.04 - Source is now included
  73.      - Minor changes
  74.  
  75.  
  76.  Copyright & Contact Addresses _____________________________________________
  77.  
  78.   This software is copyrighted work of David Thomas, it is supplied “as is”;
  79. using it is entirely at your own risk.  I make no warranty as to the fitness
  80. of this software for any purpose.  You are free to distribute this program
  81. toanyone you please, as long as you are not supplying it for personal or
  82. commercial gain and it is delivered with all of the supplied files unaltered.
  83.  
  84.   If you have any comments, bug reports, suggestions for future versions or
  85. anything else don’t hesitate to contact me at -
  86.  
  87.   Mail:  Mr D.P. Thomas
  88.          20 Rosebery Avenue
  89.          Waterloo
  90.          Liverpool
  91.          L22 2BH
  92.  
  93.   Email: dpt@tristone.co.uk
  94.  
  95.   WWW:   http://www.tristone.co.uk/davespace/
  96. _____________________________________________________________________________
  97.  
  98.