home *** CD-ROM | disk | FTP | other *** search
/ CD Shareware Magazine 1996 December / CD_shareware_12-96.iso / WIN / INTERNET / QLSORT11.ZIP / QLSORT11.DOC < prev    next >
Encoding:
Text File  |  1996-08-21  |  7.5 KB  |  211 lines

  1. ******************************************************
  2. *                                                                     *
  3. *                WebEx - QuickList - Sorter  V 1.1 Beta          *
  4. *                                                                     *
  5. *                              by Thomas Unger                     *
  6. *                                                                     *
  7. ******************************************************
  8.  
  9. Disclaimer:
  10.  
  11. There is no warranty. Use this software at your own risk.
  12.  
  13. I am not responsible for any damage or loss of data caused by use of
  14. this software. This program is expected to work correctly, but
  15. nobody can actually guarantee this for any circumstances. And because this
  16. software is free, you get what you pay for ...
  17.  
  18. This program can be used freely. If you find any bugs or have
  19. suggestions about further enhancement, please contact the author.
  20.  
  21.  
  22. What is Web-QuickList-Sorter (QLSORT.EXE) ?
  23. --------------------------------------
  24.  
  25. This Program is a simple Utility to arrange IBM's WebEx Quicklist-Entries.
  26.  
  27. I found it annoying to arrange these Tags manually fiddling around with
  28. WebEx explore.ini, so I first wrote a Tool using StarOffice's VBA-compatible Basic. But loading a big Office-Program just to sort a Quicklist seemd a bit exaggerated. So here is a small, fast
  29. and easy to use Tool to do the work.
  30.  
  31. How will WebEx-QuickList-Sorter work ?
  32. ----------------------------------
  33.  
  34. *Retrieving an explore.ini:
  35.  
  36.  QLSORT.EXE will search for the file explore.ini within the directory QLSORT.EXE is
  37.  located in.
  38.  If it can't find it there, QLSORT.EXE queries the ETC-PATH  (SET ETC=... in your config.sys)
  39.  for explore.ini.
  40.  
  41.  A File-Open Menu has been added to open an explore.ini.
  42.  
  43. How to use WebEx-QuickList-Sorter
  44. ------------------------------
  45. QLSORT.EXE is a very simple Program, so it does not provide an Online-Help.
  46.  
  47. Although QLSORT.EXE will backup EXPLORE.INI, you should backup the original
  48. EXPLORE.INI to a different location before using this program. 
  49.  
  50.  
  51. (new) An Icon-Bar provides quick access to most functions. Fly-Over-Help gives a short hint.
  52.  
  53.  
  54. (new) To locate a Substring, use the Find-Command.
  55.  
  56. *MenuBar/PopUpMenu:
  57.  
  58.  Most Functions can be accessed from the MenuBar/PopUp-Menu
  59.  (press Mouse Button 2 inside a ListBox to open a PopUp-Menu).
  60.  
  61.  Some Functions can be invoked by using Accelerator-Keys
  62.  (e.g File-Open: Ctlr+O). 
  63.  
  64.  
  65. *Moving Tags:
  66.  
  67.  After starting the Program and the Quicklist-Tags are sucessfully retrieved, you
  68.  can change the position of the Tags by selecting one and pressing Promote/Demote
  69.  to change its position.
  70.  
  71.  Alternativly, Tags can be moved by dragging to the desired position with
  72.  Mouse Button 1 (usually the LeftMouseButton) pressed.
  73.  
  74.  To move Tags quickly to the Top/Bottom, use "Move Tags to Top/Bottom" Function.
  75.  
  76. *Edit your Tags
  77.  
  78.   All Tags can be edited. For this purpose use the two Entryfields above the Listboxes.
  79.   These Entryfields provide normal cut/copy/paste-procedures using the Clipboard.
  80.   To send the changes from an Entryfield into the Listbox, hit "Enter". 
  81.  
  82.  Important: Both EntryFields must contain Information to be accepted by the Listbox.    
  83.  Pressing ESC-Key will leave Edit-Mode without accepting changes.
  84.  
  85. *Add/Delete Tags
  86.  
  87.  Two Buttons (ADD/DELETE) have been added. Use them to add or delete Tags.
  88.  
  89. *Sorting Tags:
  90.  Tags can be sorted ascending/descending. It's possible to undo the last sort-command.
  91.  Sorting will always process the Title-Entries (URL's are updated as well). 
  92.  
  93. *Saving the processed Explore.ini
  94.  
  95.  If you press the "Save"-Button, you are asked for confirmation to save the changes.
  96.  You can press "Yes" to save and  "No" to cancel.
  97.  If "Yes" is pressed, a backup of the current INI-File is created having the extention
  98.  .QLS. The changed INI-File will be saved overwriting the Original.
  99.  If the Backupfile already exists, you are asked to overwrite it. Press "Yes" to proceed
  100.  overwriting it or "NO" to skip overwriting (no Backup will be created).
  101.  
  102.  To use a different Filename to save, use the "Save-As-Dialog".
  103.  
  104.  
  105. *Usefull Information displayed by QLSORT
  106.  
  107.  Bottom Area of the Window shows the Path of the currently processed explore.ini.
  108.  
  109.  The lower right windowcorner shows the current selected Tagnumber and Count of
  110.  all Tags.  
  111.  
  112.  
  113.  
  114. How to maintain multiple explore.ini-Files 
  115. ----------------------------------
  116. A. The easiest way is to create different objects of QLSORT on your desktop
  117.    and to set the working-directory in the settings-notebook to the path were
  118.    a copy of explore.ini resides.
  119.  
  120. B. Or you can associate QLSORT with explore.ini in the settings-notebook.
  121.    Opening any explore.ini will start QLSORT.
  122.  
  123. C. Simply drag an explore.ini onto QLSORT will work too.
  124.  
  125. D. Use the File-Open and/or Save-As Dialog.
  126.  
  127.  
  128.  
  129. To contact the author:
  130. ------------------
  131. If you find any bugs, or have any suggestions concerning this program,
  132. contact the author:
  133.  
  134. Fido: Thomas Unger @ 2:2468/1001.37
  135. eMail: tmunger@rummelplatz.uni-mannheim.de
  136.  
  137.  
  138.  
  139. Thanks to:
  140. Martin S. Hanoian, who encouraged me to implement certain functions.
  141.  
  142.  
  143.  
  144.  
  145. History
  146. ------
  147.  
  148. V 0.3 Beta   first public release
  149.  
  150. V 0.4 Beta    * corrected: QLSORT.EXE did not save the new Tags to explore.ini.
  151.                              (only a backup was created)
  152.  
  153.                 * changed:   the backup-file explore.qls is now stored in the same
  154.                               path as the original.                                      
  155.  
  156. V 0.5 Beta  internal build
  157.         * added:     a possibility to edit the Tags.
  158.         
  159. V 0.6 Beta   internal build
  160.         * added:     Status output in upper right windowcorner 
  161.         * added:     Path of currently processed explore.ini is displayed
  162.                               at windowbottom.
  163.  
  164. V 0.7 Beta  internal build
  165.         *added:     ADD/DELETE Button
  166.  
  167. V 0.8 Beta    *changed:   A bug resulting in a GPF when loading a very big explore.ini.
  168.                              (bug removed).
  169.  
  170. V 0.9  Beta internal build 1
  171.         *added      Moving Tags with LeftMouseButton pressed
  172.  
  173. V 0.9  Beta internal build 2
  174.         *changed     Edit-Tags-Routine improoved
  175.  
  176.         *changed     Moving Tags with LMB-Routine performance improoved
  177.         
  178.         *changed     Add-Routine-performance improoved
  179.         
  180.         *changed   "The biggest explore.ini isn't big enough" - maximum processing-size
  181.                              increased. Now it should be possible to handle 900 Tags.
  182.  
  183.  
  184. V 0.9 Beta public release
  185.                 *changed   Maximum Tag-Count is now limited by available memory
  186.                             (successfully created and edited an explore.ini containing 7300 Tags)                     
  187.                 *changed   some minor code-improovement
  188.  
  189.  
  190. V 1.0 Beta internal build 3
  191.                 *changed  Removed a bug in Promote-Routine.
  192.                             (Dragging with Mouse worked well)
  193.                 *added     Menu-Bar /PopUp-Menu
  194.                 *added     Sort Ascending/Descending
  195.                 *added     Move Tag to Top/Bottom
  196.                 *changed   Listbox-Scrolling synchronized
  197.                 *added     File/Save-As Dialog.
  198.  
  199.  
  200. V 1.0 Beta Internal build 4   
  201.                *changed  better support for different screen-resolution.
  202.                *added     Find-dialog
  203.                *added     Accelerator-Keys for most functions.
  204.                *changed   Improoved Keyboard usage
  205.                          
  206. V 1.1 Beta public release
  207.                *added    Toolbar added.
  208.                *added    Toolbar-Fly-over-help
  209.                *changed  Layout changed.
  210.               
  211.