Home » Archimedes archive » Acorn User » AU 1997-03 B.adf » Regulars » StarInfo/Ellis/ReadMe

StarInfo/Ellis/ReadMe

This website contains an archive of files for the Acorn Electron, BBC Micro, Acorn Archimedes, Commodore 16 and Commodore 64 computers, which Dominic Ford has rescued from his private collection of floppy disks and cassettes.

Some of these files were originally commercial releases in the 1980s and 1990s, but they are now widely available online. I assume that copyright over them is no longer being asserted. If you own the copyright and would like files to be removed, please contact me.

Tape/disk: Home » Archimedes archive » Acorn User » AU 1997-03 B.adf » Regulars
Filename: StarInfo/Ellis/ReadMe
Read OK:
File size: 0A2A bytes
Load address: 0000
Exec address: 0000
File contents
.-----------------------.
| HideTask version 0.01 |
| Century 21 Software   |
| � Dan Ellis, 1995     |
'-----------------------'

Introduction
------------
 If you wish to hide a program running on the desktop then normally the
best you can do is to not give it an icon on the iconbar and give it a
null taskname. However, the null taskname still appears in the task
manager's display. This little module allows you to prevent a particular
task from appearing on startup.

How it works
------------
 When a new task starts up (using Wimp_Initialise) the wimp broadcasts a
message informing any interested task of the name, wimpslot size and CAO
pointer of the new task. The task manager uses this message to produce
its list of tasks. This module applies a filter to all tasks (including
the task manager) that prevents them from hearing about the new task
starting up.

How to use it
-------------
 The HideTask module provides a single SWI call 'HideTask_SetName'. Call
this with R0 pointing to the name of the task you wish to hide just
before starting the task. When the task starts it will not appear in the
task manager's list. I have used SWI number &9A6C0 but I have not yet
registered it with Acorn. If you find that it clashes, let me know and I
will get an allocation from Acorn.

Conditions and disclaimer
-------------------------
 This program is FREEWARE - it is NOT public domain. You may copy this
program in its entirety, and without modification as long as this is not
done for profit or as an incentive to purchase other goods. I retain the
copyright of this software and it may not be modified, reverse engineered
etc without my permission in writing.
 Any changes or suggested changes should be sent to me (so I can keep track
of versions). I would be grateful if any public domain libraries, magazines
etc distributing this software could inform me. That way I can make sure
they have the most up-to-date version.
 This software is supplied "as is". I make no guarantee as to the
suitability or stability of it. I accept no responsiblity for ANY loss
(direct or indirect) arising from the use of this software. If you do not
agree to the conditions of this license you may delete the software now.


Contacting the author
---------------------
Mail:   Century 21 Software
        134 Plymouth Road
        Scunthorpe
        North Lincolnshire
        DN17 1TS

EMail:  digital.boy@ukimage.demon.co.uk

WWW:    http://www.armature.net.au/users/danellis
        http://www.geocities.com/SiliconValley/7470
        Changes of address will be posted here (I am going to Uni soon).
00000000  2e 2d 2d 2d 2d 2d 2d 2d  2d 2d 2d 2d 2d 2d 2d 2d  |.---------------|
00000010  2d 2d 2d 2d 2d 2d 2d 2d  2e 0a 7c 20 48 69 64 65  |--------..| Hide|
00000020  54 61 73 6b 20 76 65 72  73 69 6f 6e 20 30 2e 30  |Task version 0.0|
00000030  31 20 7c 0a 7c 20 43 65  6e 74 75 72 79 20 32 31  |1 |.| Century 21|
00000040  20 53 6f 66 74 77 61 72  65 20 20 20 7c 0a 7c 20  | Software   |.| |
00000050  a9 20 44 61 6e 20 45 6c  6c 69 73 2c 20 31 39 39  |. Dan Ellis, 199|
00000060  35 20 20 20 20 20 7c 0a  27 2d 2d 2d 2d 2d 2d 2d  |5     |.'-------|
00000070  2d 2d 2d 2d 2d 2d 2d 2d  2d 2d 2d 2d 2d 2d 2d 2d  |----------------|
00000080  27 0a 0a 49 6e 74 72 6f  64 75 63 74 69 6f 6e 0a  |'..Introduction.|
00000090  2d 2d 2d 2d 2d 2d 2d 2d  2d 2d 2d 2d 0a 20 49 66  |------------. If|
000000a0  20 79 6f 75 20 77 69 73  68 20 74 6f 20 68 69 64  | you wish to hid|
000000b0  65 20 61 20 70 72 6f 67  72 61 6d 20 72 75 6e 6e  |e a program runn|
000000c0  69 6e 67 20 6f 6e 20 74  68 65 20 64 65 73 6b 74  |ing on the deskt|
000000d0  6f 70 20 74 68 65 6e 20  6e 6f 72 6d 61 6c 6c 79  |op then normally|
000000e0  20 74 68 65 0a 62 65 73  74 20 79 6f 75 20 63 61  | the.best you ca|
000000f0  6e 20 64 6f 20 69 73 20  74 6f 20 6e 6f 74 20 67  |n do is to not g|
00000100  69 76 65 20 69 74 20 61  6e 20 69 63 6f 6e 20 6f  |ive it an icon o|
00000110  6e 20 74 68 65 20 69 63  6f 6e 62 61 72 20 61 6e  |n the iconbar an|
00000120  64 20 67 69 76 65 20 69  74 20 61 0a 6e 75 6c 6c  |d give it a.null|
00000130  20 74 61 73 6b 6e 61 6d  65 2e 20 48 6f 77 65 76  | taskname. Howev|
00000140  65 72 2c 20 74 68 65 20  6e 75 6c 6c 20 74 61 73  |er, the null tas|
00000150  6b 6e 61 6d 65 20 73 74  69 6c 6c 20 61 70 70 65  |kname still appe|
00000160  61 72 73 20 69 6e 20 74  68 65 20 74 61 73 6b 0a  |ars in the task.|
00000170  6d 61 6e 61 67 65 72 27  73 20 64 69 73 70 6c 61  |manager's displa|
00000180  79 2e 20 54 68 69 73 20  6c 69 74 74 6c 65 20 6d  |y. This little m|
00000190  6f 64 75 6c 65 20 61 6c  6c 6f 77 73 20 79 6f 75  |odule allows you|
000001a0  20 74 6f 20 70 72 65 76  65 6e 74 20 61 20 70 61  | to prevent a pa|
000001b0  72 74 69 63 75 6c 61 72  0a 74 61 73 6b 20 66 72  |rticular.task fr|
000001c0  6f 6d 20 61 70 70 65 61  72 69 6e 67 20 6f 6e 20  |om appearing on |
000001d0  73 74 61 72 74 75 70 2e  0a 0a 48 6f 77 20 69 74  |startup...How it|
000001e0  20 77 6f 72 6b 73 0a 2d  2d 2d 2d 2d 2d 2d 2d 2d  | works.---------|
000001f0  2d 2d 2d 0a 20 57 68 65  6e 20 61 20 6e 65 77 20  |---. When a new |
00000200  74 61 73 6b 20 73 74 61  72 74 73 20 75 70 20 28  |task starts up (|
00000210  75 73 69 6e 67 20 57 69  6d 70 5f 49 6e 69 74 69  |using Wimp_Initi|
00000220  61 6c 69 73 65 29 20 74  68 65 20 77 69 6d 70 20  |alise) the wimp |
00000230  62 72 6f 61 64 63 61 73  74 73 20 61 0a 6d 65 73  |broadcasts a.mes|
00000240  73 61 67 65 20 69 6e 66  6f 72 6d 69 6e 67 20 61  |sage informing a|
00000250  6e 79 20 69 6e 74 65 72  65 73 74 65 64 20 74 61  |ny interested ta|
00000260  73 6b 20 6f 66 20 74 68  65 20 6e 61 6d 65 2c 20  |sk of the name, |
00000270  77 69 6d 70 73 6c 6f 74  20 73 69 7a 65 20 61 6e  |wimpslot size an|
00000280  64 20 43 41 4f 0a 70 6f  69 6e 74 65 72 20 6f 66  |d CAO.pointer of|
00000290  20 74 68 65 20 6e 65 77  20 74 61 73 6b 2e 20 54  | the new task. T|
000002a0  68 65 20 74 61 73 6b 20  6d 61 6e 61 67 65 72 20  |he task manager |
000002b0  75 73 65 73 20 74 68 69  73 20 6d 65 73 73 61 67  |uses this messag|
000002c0  65 20 74 6f 20 70 72 6f  64 75 63 65 0a 69 74 73  |e to produce.its|
000002d0  20 6c 69 73 74 20 6f 66  20 74 61 73 6b 73 2e 20  | list of tasks. |
000002e0  54 68 69 73 20 6d 6f 64  75 6c 65 20 61 70 70 6c  |This module appl|
000002f0  69 65 73 20 61 20 66 69  6c 74 65 72 20 74 6f 20  |ies a filter to |
00000300  61 6c 6c 20 74 61 73 6b  73 20 28 69 6e 63 6c 75  |all tasks (inclu|
00000310  64 69 6e 67 0a 74 68 65  20 74 61 73 6b 20 6d 61  |ding.the task ma|
00000320  6e 61 67 65 72 29 20 74  68 61 74 20 70 72 65 76  |nager) that prev|
00000330  65 6e 74 73 20 74 68 65  6d 20 66 72 6f 6d 20 68  |ents them from h|
00000340  65 61 72 69 6e 67 20 61  62 6f 75 74 20 74 68 65  |earing about the|
00000350  20 6e 65 77 20 74 61 73  6b 0a 73 74 61 72 74 69  | new task.starti|
00000360  6e 67 20 75 70 2e 0a 0a  48 6f 77 20 74 6f 20 75  |ng up...How to u|
00000370  73 65 20 69 74 0a 2d 2d  2d 2d 2d 2d 2d 2d 2d 2d  |se it.----------|
00000380  2d 2d 2d 0a 20 54 68 65  20 48 69 64 65 54 61 73  |---. The HideTas|
00000390  6b 20 6d 6f 64 75 6c 65  20 70 72 6f 76 69 64 65  |k module provide|
000003a0  73 20 61 20 73 69 6e 67  6c 65 20 53 57 49 20 63  |s a single SWI c|
000003b0  61 6c 6c 20 27 48 69 64  65 54 61 73 6b 5f 53 65  |all 'HideTask_Se|
000003c0  74 4e 61 6d 65 27 2e 20  43 61 6c 6c 0a 74 68 69  |tName'. Call.thi|
000003d0  73 20 77 69 74 68 20 52  30 20 70 6f 69 6e 74 69  |s with R0 pointi|
000003e0  6e 67 20 74 6f 20 74 68  65 20 6e 61 6d 65 20 6f  |ng to the name o|
000003f0  66 20 74 68 65 20 74 61  73 6b 20 79 6f 75 20 77  |f the task you w|
00000400  69 73 68 20 74 6f 20 68  69 64 65 20 6a 75 73 74  |ish to hide just|
00000410  0a 62 65 66 6f 72 65 20  73 74 61 72 74 69 6e 67  |.before starting|
00000420  20 74 68 65 20 74 61 73  6b 2e 20 57 68 65 6e 20  | the task. When |
00000430  74 68 65 20 74 61 73 6b  20 73 74 61 72 74 73 20  |the task starts |
00000440  69 74 20 77 69 6c 6c 20  6e 6f 74 20 61 70 70 65  |it will not appe|
00000450  61 72 20 69 6e 20 74 68  65 0a 74 61 73 6b 20 6d  |ar in the.task m|
00000460  61 6e 61 67 65 72 27 73  20 6c 69 73 74 2e 20 49  |anager's list. I|
00000470  20 68 61 76 65 20 75 73  65 64 20 53 57 49 20 6e  | have used SWI n|
00000480  75 6d 62 65 72 20 26 39  41 36 43 30 20 62 75 74  |umber &9A6C0 but|
00000490  20 49 20 68 61 76 65 20  6e 6f 74 20 79 65 74 0a  | I have not yet.|
000004a0  72 65 67 69 73 74 65 72  65 64 20 69 74 20 77 69  |registered it wi|
000004b0  74 68 20 41 63 6f 72 6e  2e 20 49 66 20 79 6f 75  |th Acorn. If you|
000004c0  20 66 69 6e 64 20 74 68  61 74 20 69 74 20 63 6c  | find that it cl|
000004d0  61 73 68 65 73 2c 20 6c  65 74 20 6d 65 20 6b 6e  |ashes, let me kn|
000004e0  6f 77 20 61 6e 64 20 49  0a 77 69 6c 6c 20 67 65  |ow and I.will ge|
000004f0  74 20 61 6e 20 61 6c 6c  6f 63 61 74 69 6f 6e 20  |t an allocation |
00000500  66 72 6f 6d 20 41 63 6f  72 6e 2e 0a 0a 43 6f 6e  |from Acorn...Con|
00000510  64 69 74 69 6f 6e 73 20  61 6e 64 20 64 69 73 63  |ditions and disc|
00000520  6c 61 69 6d 65 72 0a 2d  2d 2d 2d 2d 2d 2d 2d 2d  |laimer.---------|
00000530  2d 2d 2d 2d 2d 2d 2d 2d  2d 2d 2d 2d 2d 2d 2d 2d  |----------------|
00000540  0a 20 54 68 69 73 20 70  72 6f 67 72 61 6d 20 69  |. This program i|
00000550  73 20 46 52 45 45 57 41  52 45 20 2d 20 69 74 20  |s FREEWARE - it |
00000560  69 73 20 4e 4f 54 20 70  75 62 6c 69 63 20 64 6f  |is NOT public do|
00000570  6d 61 69 6e 2e 20 59 6f  75 20 6d 61 79 20 63 6f  |main. You may co|
00000580  70 79 20 74 68 69 73 0a  70 72 6f 67 72 61 6d 20  |py this.program |
00000590  69 6e 20 69 74 73 20 65  6e 74 69 72 65 74 79 2c  |in its entirety,|
000005a0  20 61 6e 64 20 77 69 74  68 6f 75 74 20 6d 6f 64  | and without mod|
000005b0  69 66 69 63 61 74 69 6f  6e 20 61 73 20 6c 6f 6e  |ification as lon|
000005c0  67 20 61 73 20 74 68 69  73 20 69 73 20 6e 6f 74  |g as this is not|
000005d0  0a 64 6f 6e 65 20 66 6f  72 20 70 72 6f 66 69 74  |.done for profit|
000005e0  20 6f 72 20 61 73 20 61  6e 20 69 6e 63 65 6e 74  | or as an incent|
000005f0  69 76 65 20 74 6f 20 70  75 72 63 68 61 73 65 20  |ive to purchase |
00000600  6f 74 68 65 72 20 67 6f  6f 64 73 2e 20 49 20 72  |other goods. I r|
00000610  65 74 61 69 6e 20 74 68  65 0a 63 6f 70 79 72 69  |etain the.copyri|
00000620  67 68 74 20 6f 66 20 74  68 69 73 20 73 6f 66 74  |ght of this soft|
00000630  77 61 72 65 20 61 6e 64  20 69 74 20 6d 61 79 20  |ware and it may |
00000640  6e 6f 74 20 62 65 20 6d  6f 64 69 66 69 65 64 2c  |not be modified,|
00000650  20 72 65 76 65 72 73 65  20 65 6e 67 69 6e 65 65  | reverse enginee|
00000660  72 65 64 0a 65 74 63 20  77 69 74 68 6f 75 74 20  |red.etc without |
00000670  6d 79 20 70 65 72 6d 69  73 73 69 6f 6e 20 69 6e  |my permission in|
00000680  20 77 72 69 74 69 6e 67  2e 0a 20 41 6e 79 20 63  | writing.. Any c|
00000690  68 61 6e 67 65 73 20 6f  72 20 73 75 67 67 65 73  |hanges or sugges|
000006a0  74 65 64 20 63 68 61 6e  67 65 73 20 73 68 6f 75  |ted changes shou|
000006b0  6c 64 20 62 65 20 73 65  6e 74 20 74 6f 20 6d 65  |ld be sent to me|
000006c0  20 28 73 6f 20 49 20 63  61 6e 20 6b 65 65 70 20  | (so I can keep |
000006d0  74 72 61 63 6b 0a 6f 66  20 76 65 72 73 69 6f 6e  |track.of version|
000006e0  73 29 2e 20 49 20 77 6f  75 6c 64 20 62 65 20 67  |s). I would be g|
000006f0  72 61 74 65 66 75 6c 20  69 66 20 61 6e 79 20 70  |rateful if any p|
00000700  75 62 6c 69 63 20 64 6f  6d 61 69 6e 20 6c 69 62  |ublic domain lib|
00000710  72 61 72 69 65 73 2c 20  6d 61 67 61 7a 69 6e 65  |raries, magazine|
00000720  73 0a 65 74 63 20 64 69  73 74 72 69 62 75 74 69  |s.etc distributi|
00000730  6e 67 20 74 68 69 73 20  73 6f 66 74 77 61 72 65  |ng this software|
00000740  20 63 6f 75 6c 64 20 69  6e 66 6f 72 6d 20 6d 65  | could inform me|
00000750  2e 20 54 68 61 74 20 77  61 79 20 49 20 63 61 6e  |. That way I can|
00000760  20 6d 61 6b 65 20 73 75  72 65 0a 74 68 65 79 20  | make sure.they |
00000770  68 61 76 65 20 74 68 65  20 6d 6f 73 74 20 75 70  |have the most up|
00000780  2d 74 6f 2d 64 61 74 65  20 76 65 72 73 69 6f 6e  |-to-date version|
00000790  2e 0a 20 54 68 69 73 20  73 6f 66 74 77 61 72 65  |.. This software|
000007a0  20 69 73 20 73 75 70 70  6c 69 65 64 20 22 61 73  | is supplied "as|
000007b0  20 69 73 22 2e 20 49 20  6d 61 6b 65 20 6e 6f 20  | is". I make no |
000007c0  67 75 61 72 61 6e 74 65  65 20 61 73 20 74 6f 20  |guarantee as to |
000007d0  74 68 65 0a 73 75 69 74  61 62 69 6c 69 74 79 20  |the.suitability |
000007e0  6f 72 20 73 74 61 62 69  6c 69 74 79 20 6f 66 20  |or stability of |
000007f0  69 74 2e 20 49 20 61 63  63 65 70 74 20 6e 6f 20  |it. I accept no |
00000800  72 65 73 70 6f 6e 73 69  62 6c 69 74 79 20 66 6f  |responsiblity fo|
00000810  72 20 41 4e 59 20 6c 6f  73 73 0a 28 64 69 72 65  |r ANY loss.(dire|
00000820  63 74 20 6f 72 20 69 6e  64 69 72 65 63 74 29 20  |ct or indirect) |
00000830  61 72 69 73 69 6e 67 20  66 72 6f 6d 20 74 68 65  |arising from the|
00000840  20 75 73 65 20 6f 66 20  74 68 69 73 20 73 6f 66  | use of this sof|
00000850  74 77 61 72 65 2e 20 49  66 20 79 6f 75 20 64 6f  |tware. If you do|
00000860  20 6e 6f 74 0a 61 67 72  65 65 20 74 6f 20 74 68  | not.agree to th|
00000870  65 20 63 6f 6e 64 69 74  69 6f 6e 73 20 6f 66 20  |e conditions of |
00000880  74 68 69 73 20 6c 69 63  65 6e 73 65 20 79 6f 75  |this license you|
00000890  20 6d 61 79 20 64 65 6c  65 74 65 20 74 68 65 20  | may delete the |
000008a0  73 6f 66 74 77 61 72 65  20 6e 6f 77 2e 0a 0a 0a  |software now....|
000008b0  43 6f 6e 74 61 63 74 69  6e 67 20 74 68 65 20 61  |Contacting the a|
000008c0  75 74 68 6f 72 0a 2d 2d  2d 2d 2d 2d 2d 2d 2d 2d  |uthor.----------|
000008d0  2d 2d 2d 2d 2d 2d 2d 2d  2d 2d 2d 0a 4d 61 69 6c  |-----------.Mail|
000008e0  3a 20 20 20 43 65 6e 74  75 72 79 20 32 31 20 53  |:   Century 21 S|
000008f0  6f 66 74 77 61 72 65 0a  20 20 20 20 20 20 20 20  |oftware.        |
00000900  31 33 34 20 50 6c 79 6d  6f 75 74 68 20 52 6f 61  |134 Plymouth Roa|
00000910  64 0a 20 20 20 20 20 20  20 20 53 63 75 6e 74 68  |d.        Scunth|
00000920  6f 72 70 65 0a 20 20 20  20 20 20 20 20 4e 6f 72  |orpe.        Nor|
00000930  74 68 20 4c 69 6e 63 6f  6c 6e 73 68 69 72 65 0a  |th Lincolnshire.|
00000940  20 20 20 20 20 20 20 20  44 4e 31 37 20 31 54 53  |        DN17 1TS|
00000950  0a 0a 45 4d 61 69 6c 3a  20 20 64 69 67 69 74 61  |..EMail:  digita|
00000960  6c 2e 62 6f 79 40 75 6b  69 6d 61 67 65 2e 64 65  |l.boy@ukimage.de|
00000970  6d 6f 6e 2e 63 6f 2e 75  6b 0a 0a 57 57 57 3a 20  |mon.co.uk..WWW: |
00000980  20 20 20 68 74 74 70 3a  2f 2f 77 77 77 2e 61 72  |   http://www.ar|
00000990  6d 61 74 75 72 65 2e 6e  65 74 2e 61 75 2f 75 73  |mature.net.au/us|
000009a0  65 72 73 2f 64 61 6e 65  6c 6c 69 73 0a 20 20 20  |ers/danellis.   |
000009b0  20 20 20 20 20 68 74 74  70 3a 2f 2f 77 77 77 2e  |     http://www.|
000009c0  67 65 6f 63 69 74 69 65  73 2e 63 6f 6d 2f 53 69  |geocities.com/Si|
000009d0  6c 69 63 6f 6e 56 61 6c  6c 65 79 2f 37 34 37 30  |liconValley/7470|
000009e0  0a 20 20 20 20 20 20 20  20 43 68 61 6e 67 65 73  |.        Changes|
000009f0  20 6f 66 20 61 64 64 72  65 73 73 20 77 69 6c 6c  | of address will|
00000a00  20 62 65 20 70 6f 73 74  65 64 20 68 65 72 65 20  | be posted here |
00000a10  28 49 20 61 6d 20 67 6f  69 6e 67 20 74 6f 20 55  |(I am going to U|
00000a20  6e 69 20 73 6f 6f 6e 29  2e 0a                    |ni soon)..|
00000a2a