home *** CD-ROM | disk | FTP | other *** search
/ ARM Club 1 / ARM_CLUB_CD.iso / contents / apps / comms / k / patch / !Patch / !Help / textfile < prev   
Encoding:
Text File  |  1992-10-26  |  4.5 KB  |  133 lines

  1. ArcTerm 7 Patch...
  2.  
  3.  Version 1.00 first release, no version number
  4.          1.03 minor improvements, more comment
  5.               better desk-icon, more help file..
  6.               added install-command-file
  7.  
  8. Since I obtained RO 3.10 I had some trouble with
  9. ArcTerm 1.06... The colours did not look quite
  10. right... This is due to some sort of bug in the
  11. old Wimp, which has been corrected in RO3.10.
  12.  
  13. Contrary to the old Wimp the new RO3.10 takes note
  14. of the palette flag of an sprite whilst plotting
  15. it under the Wimp manager. 
  16.  
  17. ArcTerm 7, quite sensibly, uses a sprite for it's
  18. screen output, which somehow has got a weird palette
  19. associated. This palette did not do anyting under
  20. RO2.xx. However it comes into effect whilst using RO3.
  21.  
  22. This little patch corrects the palette. Just run this
  23. programme. It monitors the pointer. As soon as the
  24. pointer is above your ArcTerm window (with it faulted
  25. colours) it will try to correct them by doing some
  26. intricate peeking and pooking. After a succesfull
  27. change the patch will kill itself. 
  28.  
  29. Unfortunately you will have to run the patch every time
  30. you run ArcTerm. There is a special ArcRun file in this dir
  31. which will do that for you... You can either follow
  32. the instructions in the Arc7_Run file or DClick on the
  33. command file 'INSTALL'. Make sure you have a backup, just
  34. in case....
  35.  
  36. If someone manages to change the !Runimage from ArcTerm
  37. itself... well that would be a lot better. :-)
  38.  
  39. If you feel confident, you can change the show%=TRUE into
  40. show%=FALSE, at the very beginning of !RunImage. This will
  41. ensure that you do not get all sorts of messages flashed at
  42. whilst using the patch, nor will the patch show on the 
  43. iconbar. There is some other customizing stuff as well.
  44.  
  45.  
  46. Meanwhile ... good comming...
  47.  
  48. Dirk.
  49.  
  50. And.. Annyway, Send Chrismascards, moans, bugs and
  51. feedback to :
  52.  
  53. (c) February 1991 Version 0.00
  54.     Dirk-Willem van Gulik
  55.     Landgoed Leeuwzicht
  56.     7533 RK Enschede
  57.     The Netherlands
  58.  
  59.     Email DWVGULIK@Utwente.nl
  60.           IAPS@phys.uva.nl
  61.  
  62.     or on a public BBS   
  63.      - Like Dialis @ Aconet .nl
  64.                and mailname : Dirk Gulik
  65.  
  66. Lots of Love........................Dirk-Willem.
  67.  
  68. PS  Feel free to copy this programme, as long
  69.     as the INFO window and this !HELP file contains
  70.     at least the information originally supplied, 
  71.     and are kept/stored along with the programme.
  72.                                                  
  73.     All modification welcome. Keep me informed !
  74.  
  75.  
  76. Techno Specs... 
  77.  What does it doo..
  78.  
  79.  After starting up it will monitor the pointer.
  80.  
  81.  As soon as the pointer is over a window it will
  82.  examine that window and compare it to the specs
  83.  of the ArcTerm 7 window.
  84.  
  85.  Specs, in order of checking
  86.   -valid, >=0 window handle
  87.   -text+indirected title bar icon
  88.   -the window has 14 defined icons in its 
  89.    storage
  90.   -the window has a valid indirected title
  91.    text area (unlike some other ArcTerm windows!)
  92.   -Check wether this indirected area starts
  93.    with 'ARCTerm VI....'
  94.   -Icon 13 must be sprite icon, indirected
  95.   -sprite pointer must be direct, so len=0
  96.  
  97.  After having checked this, and found to be correct,
  98.  the programme will get the sprite control block
  99.  and the palette definiton. The palette def will be
  100.  replaced by something more sensible. Than the whole
  101.  bunch is transferred back. After that the application
  102.  will kill itself.
  103.  
  104.  If you have a different version of Arcterm and things
  105.  do not seem to work, please inform me. If you manage
  106.  to obtain a copy of !InfoScoop then you can see wether
  107.  the specs are valid for your arcterm-window. 
  108.  
  109.  It is quite likely that you might find more programmes
  110.  which need a little patch. Therefore the whole programme
  111.  is in BASIC. The procedure PROC_Patch does the job and
  112.  is rather heavily commented. Feel free to change things.
  113.  There is a (new version of) a programme called !InfoScoop
  114.  which just extracts all the date you need. You might find
  115.  it in the same BBS you found this programme on. Or just
  116.  send me a (not so blank) disc.
  117.  
  118. .........and further...
  119.  
  120.  If you like this programme, no I will not beg for money :-),
  121.  just do me a little favour, just tell me.... as I am rather 
  122.  unsure wether the technique used is valid on a wider audience
  123.  of computers.... And... if it works be so kind to upload it
  124.  into any BBS which does not already have it on-line. I myself
  125.  do not have the requirements to do so and I do know that a
  126.  lot of people really would like to have their ArcTerm 7 
  127.  working again!
  128.  
  129.  And if you really feel like being nice, just send me your silly
  130.  soft and other follies, I LOVE THEM !
  131.  
  132.  
  133.