home *** CD-ROM | disk | FTP | other *** search
/ ARM Club 1 / ARM_CLUB_CD.iso / contents / apps / program / d / helpask / !HelpAsk / !Help / TextFile < prev   
Encoding:
Text File  |  1992-02-06  |  2.0 KB  |  66 lines

  1. !HelpAsk
  2.  
  3. This is an speedy version of the acorn
  4. !Help application. It has been copied
  5. from the Application_1 disc, 'descrambled'
  6. to obtain the source(=basic) code it
  7. obtained. Next the old 'icon-based' routines
  8. were removed and replaced by 'real' redraw
  9. routines, based around the poll reasoncodes
  10. 'Redraw/UpdateWindow'. 
  11.  
  12. This has sped up things by about a 40 percent..
  13.  
  14. Test.. on a ArcHi 340, ARM2, slow romspeed,
  15.        with IDEFS,!Edit,!BasicEd,!Alarm, !Menon
  16.        and 'TijmenvanGulik' virus blocker running.
  17.        on RiscOs '2.50' i.e. extended 2.00 with
  18.        RiscOS 3.00 filers and Clibs
  19.  
  20. Acorns !Help     V 0.31     272 polls/min (max)
  21. This   !HelpAsk  V X.XX     502 polls/min (avarage)
  22.  
  23. ; polls=help polls, both running, only the programme
  24. ; under measurement had it's window open and was polling 
  25. ; the other. Both !Help and !HelpAsk have been modified 
  26. ; with a wee bit of basic to measure/display the time
  27. ;
  28. ;   delta_time%=(delta_time%*4+(TIME-last_time%))/5
  29. ;   last_time%=TIME
  30. ;   helpr$+="|M Avarage speed :"+STR$(6000/delta_time%)+" Helppolls/min"
  31. ;
  32.  
  33. And has made the !help(ing) message handling
  34. a wee bit smoother. Which was the prime reason
  35. to get started with this, I needed a smooth
  36. displaying routine for !Locomtion, a folly
  37. which runs a western-movie, with 'stereo-sound'
  38. provided as HelpMessages.
  39.  
  40. Have fun.......
  41.  
  42. And.. Annyway, Send Chrismascards, moans, bugs and
  43. feedback to :
  44.  
  45. (c) February 1991 Version 0.00
  46.     Dirk-Willem van Gulik
  47.     Landgoed Leeuwzicht
  48.     7533 RK Enschede
  49.     The Netherlands
  50.  
  51.     Email DWVGULIK@Utwente.nl
  52.           IAPS@phys.uva.nl
  53.  
  54.     or on a public BBS   
  55.      - UT-BBS, phone (+31)-(0)53-898005 
  56.                and mailname : Dirk Gulik
  57.  
  58. Lots of Love........................Dirk-Willem.
  59.  
  60. PS  Feel free to copy this programme, as long
  61.     as the INFO window and this !HELP file contains
  62.     at least the information originally supplied, 
  63.     and are kept/stored along with the programme.
  64.                                                  
  65.     All modification welcome. Keep me informed !
  66.