Home » Archimedes archive » Acorn Computing » 1993 10 Mega Disk.adf » 93_10 » Miscellany/!Broadcast/!Help

Miscellany/!Broadcast/!Help

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 Computing » 1993 10 Mega Disk.adf » 93_10
Filename: Miscellany/!Broadcast/!Help
Read OK:
File size: 12FF bytes
Load address: 0000
Exec address: 0000
File contents
!Broadcast v1.00 - By David Bradshaw, � Acorn Computing 1993.
       
NOTE: Acorn's !Help is fully supported by this application, giving
      interactive help and information.  
      
Instructions for use
--------------------

   !Broadcast is a desktop utility which allows the user to send any
wimp message to any or all running tasks. The main use for this is
testing wimp applications or debugging them during development. It may
be used to simulate certain situations, allowing the user to see how
the program being tested reacts.

   To load, double click on the filer window icon in the usual mannor.
The icon will appear on the iconbar. Click 'Menu' over this to get a
menu, or 'Select' to open the main window. The menu consists of 3
entries - Info, Pointer Info, and Quit. 'Info' leads to a standard
information box, whilst 'Quit' exits the program. 'Pointer Info' opens
up a small window, which allows the user to see the task handle and
the window handle of the window under the pointer at any time. All
values are given in hex.
       The main window consists of main icons. The 9 main writable
icons in the centre of the window is where the message block data is
entered. To the left of each is a number showing which word in the
message block each icon represents. To the right of the icons are two
rows of radio buttons. There are two for each message block data icon,
and inform the program whether the data in each is a string or is
numeric. These should be selected as appropriate. Below all the icons
just described, at the left side of the window, is a smaller writable
icon labelled 'R0'. This is the message reason code. For example
User_Message =17, User_Message_Recorded =18 etc. To the right of these
are two icons 'Clear' and 'Send'. The 'Clear' icon clears any values
from the message block data icons above, whilst the 'Send' icon sends
a message as set up in the icons above.
   The last set of icons control where the message is sent to. If the
'Broadcast' radio is selected, the message will be passed around all
the currently running tasks. If the 'Task Handle' radio is selected,
the message will be sent to a specific task. The task handle of the
destination task must be entered in the writable icon on the right of
the radio buttons. The task handle of a task may be discovered using
the Pointer Info window as described above. Alternatively, a window
handle may be placed in this icon, and the message will be sent to the
task owning the window.

NOTE: All values are assumed to be in decimal in the main window,
unless preceeded by & or %. These signify hexadecimal and binary
notation respectively. It is important to include the '&' when
entering task and window handles into the icons, unless of course you
know the decimal equivalent. Values in the Pointer Info window are
always given in hex.

HotKeys
=======
  The handles displayed in the Pointer Info window may be copied
directly into the Task Handle: destination icon by pressing either F1
or F2. F1 copies the  task handle, whilst F2 copies the window handle.
The & will be automatically inserted. This feature will work even when
the Pointer Info window is closed.

Entering Text into the Message Block
====================================
   Some messages require text in the block as well as numerical
values. Text may be entered into any of the message block data icons,
and will be send correctly as long as the Text radio button is chosen
for that icon. The text in any icon may be more that 4 bytes long
unlike the numerical values, but any entries in further icons may
overwrite this. Leave them blank to avoid this. For example, if the
message required the text string "adfs::4.$.Apps" at the 16th byte of
the message block, it would be entered into the '+16' icon. The text
radio button at the right of this icon would then be selected. Since
the text would stretch to byte 30, the icons '+20' '+24' and '+28'
must be left blank.

Message Block Format
====================
   Please refer to the Programmers Reference Manuals or any other
suitable book for the format of message blocks if you are unfamiliar
with them. 

Example: Closing a window of a task
===================================

1) Open all three windows: the main window, the Pointer Info window,
and the window which you wish to close

2) Place the pointer over the window you want to close, and press F1
to copy the task handle into the main window. Now type in the window
handle of that window into the '+0' icon in the main window, not
forgetting to prefix the vaule with a &.

3) Type in the reason code 3 into the icon labelled 'R0'.

4) Make sure the 'Task Handle:' radio is selected at the bottom of the
main window.

5) Click 'Send' - the message will be sent to the appropriate task.

6) When the task receives the message (virtually immediately), the
window will be closed.
00000000  21 42 72 6f 61 64 63 61  73 74 20 76 31 2e 30 30  |!Broadcast v1.00|
00000010  20 2d 20 42 79 20 44 61  76 69 64 20 42 72 61 64  | - By David Brad|
00000020  73 68 61 77 2c 20 a9 20  41 63 6f 72 6e 20 43 6f  |shaw, . Acorn Co|
00000030  6d 70 75 74 69 6e 67 20  31 39 39 33 2e 0a 20 20  |mputing 1993..  |
00000040  20 20 20 20 20 0a 4e 4f  54 45 3a 20 41 63 6f 72  |     .NOTE: Acor|
00000050  6e 27 73 20 21 48 65 6c  70 20 69 73 20 66 75 6c  |n's !Help is ful|
00000060  6c 79 20 73 75 70 70 6f  72 74 65 64 20 62 79 20  |ly supported by |
00000070  74 68 69 73 20 61 70 70  6c 69 63 61 74 69 6f 6e  |this application|
00000080  2c 20 67 69 76 69 6e 67  0a 20 20 20 20 20 20 69  |, giving.      i|
00000090  6e 74 65 72 61 63 74 69  76 65 20 68 65 6c 70 20  |nteractive help |
000000a0  61 6e 64 20 69 6e 66 6f  72 6d 61 74 69 6f 6e 2e  |and information.|
000000b0  20 20 0a 20 20 20 20 20  20 0a 49 6e 73 74 72 75  |  .      .Instru|
000000c0  63 74 69 6f 6e 73 20 66  6f 72 20 75 73 65 0a 2d  |ctions for use.-|
000000d0  2d 2d 2d 2d 2d 2d 2d 2d  2d 2d 2d 2d 2d 2d 2d 2d  |----------------|
000000e0  2d 2d 2d 0a 0a 20 20 20  21 42 72 6f 61 64 63 61  |---..   !Broadca|
000000f0  73 74 20 69 73 20 61 20  64 65 73 6b 74 6f 70 20  |st is a desktop |
00000100  75 74 69 6c 69 74 79 20  77 68 69 63 68 20 61 6c  |utility which al|
00000110  6c 6f 77 73 20 74 68 65  20 75 73 65 72 20 74 6f  |lows the user to|
00000120  20 73 65 6e 64 20 61 6e  79 0a 77 69 6d 70 20 6d  | send any.wimp m|
00000130  65 73 73 61 67 65 20 74  6f 20 61 6e 79 20 6f 72  |essage to any or|
00000140  20 61 6c 6c 20 72 75 6e  6e 69 6e 67 20 74 61 73  | all running tas|
00000150  6b 73 2e 20 54 68 65 20  6d 61 69 6e 20 75 73 65  |ks. The main use|
00000160  20 66 6f 72 20 74 68 69  73 20 69 73 0a 74 65 73  | for this is.tes|
00000170  74 69 6e 67 20 77 69 6d  70 20 61 70 70 6c 69 63  |ting wimp applic|
00000180  61 74 69 6f 6e 73 20 6f  72 20 64 65 62 75 67 67  |ations or debugg|
00000190  69 6e 67 20 74 68 65 6d  20 64 75 72 69 6e 67 20  |ing them during |
000001a0  64 65 76 65 6c 6f 70 6d  65 6e 74 2e 20 49 74 20  |development. It |
000001b0  6d 61 79 0a 62 65 20 75  73 65 64 20 74 6f 20 73  |may.be used to s|
000001c0  69 6d 75 6c 61 74 65 20  63 65 72 74 61 69 6e 20  |imulate certain |
000001d0  73 69 74 75 61 74 69 6f  6e 73 2c 20 61 6c 6c 6f  |situations, allo|
000001e0  77 69 6e 67 20 74 68 65  20 75 73 65 72 20 74 6f  |wing the user to|
000001f0  20 73 65 65 20 68 6f 77  0a 74 68 65 20 70 72 6f  | see how.the pro|
00000200  67 72 61 6d 20 62 65 69  6e 67 20 74 65 73 74 65  |gram being teste|
00000210  64 20 72 65 61 63 74 73  2e 0a 0a 20 20 20 54 6f  |d reacts...   To|
00000220  20 6c 6f 61 64 2c 20 64  6f 75 62 6c 65 20 63 6c  | load, double cl|
00000230  69 63 6b 20 6f 6e 20 74  68 65 20 66 69 6c 65 72  |ick on the filer|
00000240  20 77 69 6e 64 6f 77 20  69 63 6f 6e 20 69 6e 20  | window icon in |
00000250  74 68 65 20 75 73 75 61  6c 20 6d 61 6e 6e 6f 72  |the usual mannor|
00000260  2e 0a 54 68 65 20 69 63  6f 6e 20 77 69 6c 6c 20  |..The icon will |
00000270  61 70 70 65 61 72 20 6f  6e 20 74 68 65 20 69 63  |appear on the ic|
00000280  6f 6e 62 61 72 2e 20 43  6c 69 63 6b 20 27 4d 65  |onbar. Click 'Me|
00000290  6e 75 27 20 6f 76 65 72  20 74 68 69 73 20 74 6f  |nu' over this to|
000002a0  20 67 65 74 20 61 0a 6d  65 6e 75 2c 20 6f 72 20  | get a.menu, or |
000002b0  27 53 65 6c 65 63 74 27  20 74 6f 20 6f 70 65 6e  |'Select' to open|
000002c0  20 74 68 65 20 6d 61 69  6e 20 77 69 6e 64 6f 77  | the main window|
000002d0  2e 20 54 68 65 20 6d 65  6e 75 20 63 6f 6e 73 69  |. The menu consi|
000002e0  73 74 73 20 6f 66 20 33  0a 65 6e 74 72 69 65 73  |sts of 3.entries|
000002f0  20 2d 20 49 6e 66 6f 2c  20 50 6f 69 6e 74 65 72  | - Info, Pointer|
00000300  20 49 6e 66 6f 2c 20 61  6e 64 20 51 75 69 74 2e  | Info, and Quit.|
00000310  20 27 49 6e 66 6f 27 20  6c 65 61 64 73 20 74 6f  | 'Info' leads to|
00000320  20 61 20 73 74 61 6e 64  61 72 64 0a 69 6e 66 6f  | a standard.info|
00000330  72 6d 61 74 69 6f 6e 20  62 6f 78 2c 20 77 68 69  |rmation box, whi|
00000340  6c 73 74 20 27 51 75 69  74 27 20 65 78 69 74 73  |lst 'Quit' exits|
00000350  20 74 68 65 20 70 72 6f  67 72 61 6d 2e 20 27 50  | the program. 'P|
00000360  6f 69 6e 74 65 72 20 49  6e 66 6f 27 20 6f 70 65  |ointer Info' ope|
00000370  6e 73 0a 75 70 20 61 20  73 6d 61 6c 6c 20 77 69  |ns.up a small wi|
00000380  6e 64 6f 77 2c 20 77 68  69 63 68 20 61 6c 6c 6f  |ndow, which allo|
00000390  77 73 20 74 68 65 20 75  73 65 72 20 74 6f 20 73  |ws the user to s|
000003a0  65 65 20 74 68 65 20 74  61 73 6b 20 68 61 6e 64  |ee the task hand|
000003b0  6c 65 20 61 6e 64 0a 74  68 65 20 77 69 6e 64 6f  |le and.the windo|
000003c0  77 20 68 61 6e 64 6c 65  20 6f 66 20 74 68 65 20  |w handle of the |
000003d0  77 69 6e 64 6f 77 20 75  6e 64 65 72 20 74 68 65  |window under the|
000003e0  20 70 6f 69 6e 74 65 72  20 61 74 20 61 6e 79 20  | pointer at any |
000003f0  74 69 6d 65 2e 20 41 6c  6c 0a 76 61 6c 75 65 73  |time. All.values|
00000400  20 61 72 65 20 67 69 76  65 6e 20 69 6e 20 68 65  | are given in he|
00000410  78 2e 0a 20 20 20 20 20  20 20 54 68 65 20 6d 61  |x..       The ma|
00000420  69 6e 20 77 69 6e 64 6f  77 20 63 6f 6e 73 69 73  |in window consis|
00000430  74 73 20 6f 66 20 6d 61  69 6e 20 69 63 6f 6e 73  |ts of main icons|
00000440  2e 20 54 68 65 20 39 20  6d 61 69 6e 20 77 72 69  |. The 9 main wri|
00000450  74 61 62 6c 65 0a 69 63  6f 6e 73 20 69 6e 20 74  |table.icons in t|
00000460  68 65 20 63 65 6e 74 72  65 20 6f 66 20 74 68 65  |he centre of the|
00000470  20 77 69 6e 64 6f 77 20  69 73 20 77 68 65 72 65  | window is where|
00000480  20 74 68 65 20 6d 65 73  73 61 67 65 20 62 6c 6f  | the message blo|
00000490  63 6b 20 64 61 74 61 20  69 73 0a 65 6e 74 65 72  |ck data is.enter|
000004a0  65 64 2e 20 54 6f 20 74  68 65 20 6c 65 66 74 20  |ed. To the left |
000004b0  6f 66 20 65 61 63 68 20  69 73 20 61 20 6e 75 6d  |of each is a num|
000004c0  62 65 72 20 73 68 6f 77  69 6e 67 20 77 68 69 63  |ber showing whic|
000004d0  68 20 77 6f 72 64 20 69  6e 20 74 68 65 0a 6d 65  |h word in the.me|
000004e0  73 73 61 67 65 20 62 6c  6f 63 6b 20 65 61 63 68  |ssage block each|
000004f0  20 69 63 6f 6e 20 72 65  70 72 65 73 65 6e 74 73  | icon represents|
00000500  2e 20 54 6f 20 74 68 65  20 72 69 67 68 74 20 6f  |. To the right o|
00000510  66 20 74 68 65 20 69 63  6f 6e 73 20 61 72 65 20  |f the icons are |
00000520  74 77 6f 0a 72 6f 77 73  20 6f 66 20 72 61 64 69  |two.rows of radi|
00000530  6f 20 62 75 74 74 6f 6e  73 2e 20 54 68 65 72 65  |o buttons. There|
00000540  20 61 72 65 20 74 77 6f  20 66 6f 72 20 65 61 63  | are two for eac|
00000550  68 20 6d 65 73 73 61 67  65 20 62 6c 6f 63 6b 20  |h message block |
00000560  64 61 74 61 20 69 63 6f  6e 2c 0a 61 6e 64 20 69  |data icon,.and i|
00000570  6e 66 6f 72 6d 20 74 68  65 20 70 72 6f 67 72 61  |nform the progra|
00000580  6d 20 77 68 65 74 68 65  72 20 74 68 65 20 64 61  |m whether the da|
00000590  74 61 20 69 6e 20 65 61  63 68 20 69 73 20 61 20  |ta in each is a |
000005a0  73 74 72 69 6e 67 20 6f  72 20 69 73 0a 6e 75 6d  |string or is.num|
000005b0  65 72 69 63 2e 20 54 68  65 73 65 20 73 68 6f 75  |eric. These shou|
000005c0  6c 64 20 62 65 20 73 65  6c 65 63 74 65 64 20 61  |ld be selected a|
000005d0  73 20 61 70 70 72 6f 70  72 69 61 74 65 2e 20 42  |s appropriate. B|
000005e0  65 6c 6f 77 20 61 6c 6c  20 74 68 65 20 69 63 6f  |elow all the ico|
000005f0  6e 73 0a 6a 75 73 74 20  64 65 73 63 72 69 62 65  |ns.just describe|
00000600  64 2c 20 61 74 20 74 68  65 20 6c 65 66 74 20 73  |d, at the left s|
00000610  69 64 65 20 6f 66 20 74  68 65 20 77 69 6e 64 6f  |ide of the windo|
00000620  77 2c 20 69 73 20 61 20  73 6d 61 6c 6c 65 72 20  |w, is a smaller |
00000630  77 72 69 74 61 62 6c 65  0a 69 63 6f 6e 20 6c 61  |writable.icon la|
00000640  62 65 6c 6c 65 64 20 27  52 30 27 2e 20 54 68 69  |belled 'R0'. Thi|
00000650  73 20 69 73 20 74 68 65  20 6d 65 73 73 61 67 65  |s is the message|
00000660  20 72 65 61 73 6f 6e 20  63 6f 64 65 2e 20 46 6f  | reason code. Fo|
00000670  72 20 65 78 61 6d 70 6c  65 0a 55 73 65 72 5f 4d  |r example.User_M|
00000680  65 73 73 61 67 65 20 3d  31 37 2c 20 55 73 65 72  |essage =17, User|
00000690  5f 4d 65 73 73 61 67 65  5f 52 65 63 6f 72 64 65  |_Message_Recorde|
000006a0  64 20 3d 31 38 20 65 74  63 2e 20 54 6f 20 74 68  |d =18 etc. To th|
000006b0  65 20 72 69 67 68 74 20  6f 66 20 74 68 65 73 65  |e right of these|
000006c0  0a 61 72 65 20 74 77 6f  20 69 63 6f 6e 73 20 27  |.are two icons '|
000006d0  43 6c 65 61 72 27 20 61  6e 64 20 27 53 65 6e 64  |Clear' and 'Send|
000006e0  27 2e 20 54 68 65 20 27  43 6c 65 61 72 27 20 69  |'. The 'Clear' i|
000006f0  63 6f 6e 20 63 6c 65 61  72 73 20 61 6e 79 20 76  |con clears any v|
00000700  61 6c 75 65 73 0a 66 72  6f 6d 20 74 68 65 20 6d  |alues.from the m|
00000710  65 73 73 61 67 65 20 62  6c 6f 63 6b 20 64 61 74  |essage block dat|
00000720  61 20 69 63 6f 6e 73 20  61 62 6f 76 65 2c 20 77  |a icons above, w|
00000730  68 69 6c 73 74 20 74 68  65 20 27 53 65 6e 64 27  |hilst the 'Send'|
00000740  20 69 63 6f 6e 20 73 65  6e 64 73 0a 61 20 6d 65  | icon sends.a me|
00000750  73 73 61 67 65 20 61 73  20 73 65 74 20 75 70 20  |ssage as set up |
00000760  69 6e 20 74 68 65 20 69  63 6f 6e 73 20 61 62 6f  |in the icons abo|
00000770  76 65 2e 0a 20 20 20 54  68 65 20 6c 61 73 74 20  |ve..   The last |
00000780  73 65 74 20 6f 66 20 69  63 6f 6e 73 20 63 6f 6e  |set of icons con|
00000790  74 72 6f 6c 20 77 68 65  72 65 20 74 68 65 20 6d  |trol where the m|
000007a0  65 73 73 61 67 65 20 69  73 20 73 65 6e 74 20 74  |essage is sent t|
000007b0  6f 2e 20 49 66 20 74 68  65 0a 27 42 72 6f 61 64  |o. If the.'Broad|
000007c0  63 61 73 74 27 20 72 61  64 69 6f 20 69 73 20 73  |cast' radio is s|
000007d0  65 6c 65 63 74 65 64 2c  20 74 68 65 20 6d 65 73  |elected, the mes|
000007e0  73 61 67 65 20 77 69 6c  6c 20 62 65 20 70 61 73  |sage will be pas|
000007f0  73 65 64 20 61 72 6f 75  6e 64 20 61 6c 6c 0a 74  |sed around all.t|
00000800  68 65 20 63 75 72 72 65  6e 74 6c 79 20 72 75 6e  |he currently run|
00000810  6e 69 6e 67 20 74 61 73  6b 73 2e 20 49 66 20 74  |ning tasks. If t|
00000820  68 65 20 27 54 61 73 6b  20 48 61 6e 64 6c 65 27  |he 'Task Handle'|
00000830  20 72 61 64 69 6f 20 69  73 20 73 65 6c 65 63 74  | radio is select|
00000840  65 64 2c 0a 74 68 65 20  6d 65 73 73 61 67 65 20  |ed,.the message |
00000850  77 69 6c 6c 20 62 65 20  73 65 6e 74 20 74 6f 20  |will be sent to |
00000860  61 20 73 70 65 63 69 66  69 63 20 74 61 73 6b 2e  |a specific task.|
00000870  20 54 68 65 20 74 61 73  6b 20 68 61 6e 64 6c 65  | The task handle|
00000880  20 6f 66 20 74 68 65 0a  64 65 73 74 69 6e 61 74  | of the.destinat|
00000890  69 6f 6e 20 74 61 73 6b  20 6d 75 73 74 20 62 65  |ion task must be|
000008a0  20 65 6e 74 65 72 65 64  20 69 6e 20 74 68 65 20  | entered in the |
000008b0  77 72 69 74 61 62 6c 65  20 69 63 6f 6e 20 6f 6e  |writable icon on|
000008c0  20 74 68 65 20 72 69 67  68 74 20 6f 66 0a 74 68  | the right of.th|
000008d0  65 20 72 61 64 69 6f 20  62 75 74 74 6f 6e 73 2e  |e radio buttons.|
000008e0  20 54 68 65 20 74 61 73  6b 20 68 61 6e 64 6c 65  | The task handle|
000008f0  20 6f 66 20 61 20 74 61  73 6b 20 6d 61 79 20 62  | of a task may b|
00000900  65 20 64 69 73 63 6f 76  65 72 65 64 20 75 73 69  |e discovered usi|
00000910  6e 67 0a 74 68 65 20 50  6f 69 6e 74 65 72 20 49  |ng.the Pointer I|
00000920  6e 66 6f 20 77 69 6e 64  6f 77 20 61 73 20 64 65  |nfo window as de|
00000930  73 63 72 69 62 65 64 20  61 62 6f 76 65 2e 20 41  |scribed above. A|
00000940  6c 74 65 72 6e 61 74 69  76 65 6c 79 2c 20 61 20  |lternatively, a |
00000950  77 69 6e 64 6f 77 0a 68  61 6e 64 6c 65 20 6d 61  |window.handle ma|
00000960  79 20 62 65 20 70 6c 61  63 65 64 20 69 6e 20 74  |y be placed in t|
00000970  68 69 73 20 69 63 6f 6e  2c 20 61 6e 64 20 74 68  |his icon, and th|
00000980  65 20 6d 65 73 73 61 67  65 20 77 69 6c 6c 20 62  |e message will b|
00000990  65 20 73 65 6e 74 20 74  6f 20 74 68 65 0a 74 61  |e sent to the.ta|
000009a0  73 6b 20 6f 77 6e 69 6e  67 20 74 68 65 20 77 69  |sk owning the wi|
000009b0  6e 64 6f 77 2e 0a 0a 4e  4f 54 45 3a 20 41 6c 6c  |ndow...NOTE: All|
000009c0  20 76 61 6c 75 65 73 20  61 72 65 20 61 73 73 75  | values are assu|
000009d0  6d 65 64 20 74 6f 20 62  65 20 69 6e 20 64 65 63  |med to be in dec|
000009e0  69 6d 61 6c 20 69 6e 20  74 68 65 20 6d 61 69 6e  |imal in the main|
000009f0  20 77 69 6e 64 6f 77 2c  0a 75 6e 6c 65 73 73 20  | window,.unless |
00000a00  70 72 65 63 65 65 64 65  64 20 62 79 20 26 20 6f  |preceeded by & o|
00000a10  72 20 25 2e 20 54 68 65  73 65 20 73 69 67 6e 69  |r %. These signi|
00000a20  66 79 20 68 65 78 61 64  65 63 69 6d 61 6c 20 61  |fy hexadecimal a|
00000a30  6e 64 20 62 69 6e 61 72  79 0a 6e 6f 74 61 74 69  |nd binary.notati|
00000a40  6f 6e 20 72 65 73 70 65  63 74 69 76 65 6c 79 2e  |on respectively.|
00000a50  20 49 74 20 69 73 20 69  6d 70 6f 72 74 61 6e 74  | It is important|
00000a60  20 74 6f 20 69 6e 63 6c  75 64 65 20 74 68 65 20  | to include the |
00000a70  27 26 27 20 77 68 65 6e  0a 65 6e 74 65 72 69 6e  |'&' when.enterin|
00000a80  67 20 74 61 73 6b 20 61  6e 64 20 77 69 6e 64 6f  |g task and windo|
00000a90  77 20 68 61 6e 64 6c 65  73 20 69 6e 74 6f 20 74  |w handles into t|
00000aa0  68 65 20 69 63 6f 6e 73  2c 20 75 6e 6c 65 73 73  |he icons, unless|
00000ab0  20 6f 66 20 63 6f 75 72  73 65 20 79 6f 75 0a 6b  | of course you.k|
00000ac0  6e 6f 77 20 74 68 65 20  64 65 63 69 6d 61 6c 20  |now the decimal |
00000ad0  65 71 75 69 76 61 6c 65  6e 74 2e 20 56 61 6c 75  |equivalent. Valu|
00000ae0  65 73 20 69 6e 20 74 68  65 20 50 6f 69 6e 74 65  |es in the Pointe|
00000af0  72 20 49 6e 66 6f 20 77  69 6e 64 6f 77 20 61 72  |r Info window ar|
00000b00  65 0a 61 6c 77 61 79 73  20 67 69 76 65 6e 20 69  |e.always given i|
00000b10  6e 20 68 65 78 2e 0a 0a  48 6f 74 4b 65 79 73 0a  |n hex...HotKeys.|
00000b20  3d 3d 3d 3d 3d 3d 3d 0a  20 20 54 68 65 20 68 61  |=======.  The ha|
00000b30  6e 64 6c 65 73 20 64 69  73 70 6c 61 79 65 64 20  |ndles displayed |
00000b40  69 6e 20 74 68 65 20 50  6f 69 6e 74 65 72 20 49  |in the Pointer I|
00000b50  6e 66 6f 20 77 69 6e 64  6f 77 20 6d 61 79 20 62  |nfo window may b|
00000b60  65 20 63 6f 70 69 65 64  0a 64 69 72 65 63 74 6c  |e copied.directl|
00000b70  79 20 69 6e 74 6f 20 74  68 65 20 54 61 73 6b 20  |y into the Task |
00000b80  48 61 6e 64 6c 65 3a 20  64 65 73 74 69 6e 61 74  |Handle: destinat|
00000b90  69 6f 6e 20 69 63 6f 6e  20 62 79 20 70 72 65 73  |ion icon by pres|
00000ba0  73 69 6e 67 20 65 69 74  68 65 72 20 46 31 0a 6f  |sing either F1.o|
00000bb0  72 20 46 32 2e 20 46 31  20 63 6f 70 69 65 73 20  |r F2. F1 copies |
00000bc0  74 68 65 20 20 74 61 73  6b 20 68 61 6e 64 6c 65  |the  task handle|
00000bd0  2c 20 77 68 69 6c 73 74  20 46 32 20 63 6f 70 69  |, whilst F2 copi|
00000be0  65 73 20 74 68 65 20 77  69 6e 64 6f 77 20 68 61  |es the window ha|
00000bf0  6e 64 6c 65 2e 0a 54 68  65 20 26 20 77 69 6c 6c  |ndle..The & will|
00000c00  20 62 65 20 61 75 74 6f  6d 61 74 69 63 61 6c 6c  | be automaticall|
00000c10  79 20 69 6e 73 65 72 74  65 64 2e 20 54 68 69 73  |y inserted. This|
00000c20  20 66 65 61 74 75 72 65  20 77 69 6c 6c 20 77 6f  | feature will wo|
00000c30  72 6b 20 65 76 65 6e 20  77 68 65 6e 0a 74 68 65  |rk even when.the|
00000c40  20 50 6f 69 6e 74 65 72  20 49 6e 66 6f 20 77 69  | Pointer Info wi|
00000c50  6e 64 6f 77 20 69 73 20  63 6c 6f 73 65 64 2e 0a  |ndow is closed..|
00000c60  0a 45 6e 74 65 72 69 6e  67 20 54 65 78 74 20 69  |.Entering Text i|
00000c70  6e 74 6f 20 74 68 65 20  4d 65 73 73 61 67 65 20  |nto the Message |
00000c80  42 6c 6f 63 6b 0a 3d 3d  3d 3d 3d 3d 3d 3d 3d 3d  |Block.==========|
00000c90  3d 3d 3d 3d 3d 3d 3d 3d  3d 3d 3d 3d 3d 3d 3d 3d  |================|
00000ca0  3d 3d 3d 3d 3d 3d 3d 3d  3d 3d 0a 20 20 20 53 6f  |==========.   So|
00000cb0  6d 65 20 6d 65 73 73 61  67 65 73 20 72 65 71 75  |me messages requ|
00000cc0  69 72 65 20 74 65 78 74  20 69 6e 20 74 68 65 20  |ire text in the |
00000cd0  62 6c 6f 63 6b 20 61 73  20 77 65 6c 6c 20 61 73  |block as well as|
00000ce0  20 6e 75 6d 65 72 69 63  61 6c 0a 76 61 6c 75 65  | numerical.value|
00000cf0  73 2e 20 54 65 78 74 20  6d 61 79 20 62 65 20 65  |s. Text may be e|
00000d00  6e 74 65 72 65 64 20 69  6e 74 6f 20 61 6e 79 20  |ntered into any |
00000d10  6f 66 20 74 68 65 20 6d  65 73 73 61 67 65 20 62  |of the message b|
00000d20  6c 6f 63 6b 20 64 61 74  61 20 69 63 6f 6e 73 2c  |lock data icons,|
00000d30  0a 61 6e 64 20 77 69 6c  6c 20 62 65 20 73 65 6e  |.and will be sen|
00000d40  64 20 63 6f 72 72 65 63  74 6c 79 20 61 73 20 6c  |d correctly as l|
00000d50  6f 6e 67 20 61 73 20 74  68 65 20 54 65 78 74 20  |ong as the Text |
00000d60  72 61 64 69 6f 20 62 75  74 74 6f 6e 20 69 73 20  |radio button is |
00000d70  63 68 6f 73 65 6e 0a 66  6f 72 20 74 68 61 74 20  |chosen.for that |
00000d80  69 63 6f 6e 2e 20 54 68  65 20 74 65 78 74 20 69  |icon. The text i|
00000d90  6e 20 61 6e 79 20 69 63  6f 6e 20 6d 61 79 20 62  |n any icon may b|
00000da0  65 20 6d 6f 72 65 20 74  68 61 74 20 34 20 62 79  |e more that 4 by|
00000db0  74 65 73 20 6c 6f 6e 67  0a 75 6e 6c 69 6b 65 20  |tes long.unlike |
00000dc0  74 68 65 20 6e 75 6d 65  72 69 63 61 6c 20 76 61  |the numerical va|
00000dd0  6c 75 65 73 2c 20 62 75  74 20 61 6e 79 20 65 6e  |lues, but any en|
00000de0  74 72 69 65 73 20 69 6e  20 66 75 72 74 68 65 72  |tries in further|
00000df0  20 69 63 6f 6e 73 20 6d  61 79 0a 6f 76 65 72 77  | icons may.overw|
00000e00  72 69 74 65 20 74 68 69  73 2e 20 4c 65 61 76 65  |rite this. Leave|
00000e10  20 74 68 65 6d 20 62 6c  61 6e 6b 20 74 6f 20 61  | them blank to a|
00000e20  76 6f 69 64 20 74 68 69  73 2e 20 46 6f 72 20 65  |void this. For e|
00000e30  78 61 6d 70 6c 65 2c 20  69 66 20 74 68 65 0a 6d  |xample, if the.m|
00000e40  65 73 73 61 67 65 20 72  65 71 75 69 72 65 64 20  |essage required |
00000e50  74 68 65 20 74 65 78 74  20 73 74 72 69 6e 67 20  |the text string |
00000e60  22 61 64 66 73 3a 3a 34  2e 24 2e 41 70 70 73 22  |"adfs::4.$.Apps"|
00000e70  20 61 74 20 74 68 65 20  31 36 74 68 20 62 79 74  | at the 16th byt|
00000e80  65 20 6f 66 0a 74 68 65  20 6d 65 73 73 61 67 65  |e of.the message|
00000e90  20 62 6c 6f 63 6b 2c 20  69 74 20 77 6f 75 6c 64  | block, it would|
00000ea0  20 62 65 20 65 6e 74 65  72 65 64 20 69 6e 74 6f  | be entered into|
00000eb0  20 74 68 65 20 27 2b 31  36 27 20 69 63 6f 6e 2e  | the '+16' icon.|
00000ec0  20 54 68 65 20 74 65 78  74 0a 72 61 64 69 6f 20  | The text.radio |
00000ed0  62 75 74 74 6f 6e 20 61  74 20 74 68 65 20 72 69  |button at the ri|
00000ee0  67 68 74 20 6f 66 20 74  68 69 73 20 69 63 6f 6e  |ght of this icon|
00000ef0  20 77 6f 75 6c 64 20 74  68 65 6e 20 62 65 20 73  | would then be s|
00000f00  65 6c 65 63 74 65 64 2e  20 53 69 6e 63 65 0a 74  |elected. Since.t|
00000f10  68 65 20 74 65 78 74 20  77 6f 75 6c 64 20 73 74  |he text would st|
00000f20  72 65 74 63 68 20 74 6f  20 62 79 74 65 20 33 30  |retch to byte 30|
00000f30  2c 20 74 68 65 20 69 63  6f 6e 73 20 27 2b 32 30  |, the icons '+20|
00000f40  27 20 27 2b 32 34 27 20  61 6e 64 20 27 2b 32 38  |' '+24' and '+28|
00000f50  27 0a 6d 75 73 74 20 62  65 20 6c 65 66 74 20 62  |'.must be left b|
00000f60  6c 61 6e 6b 2e 0a 0a 4d  65 73 73 61 67 65 20 42  |lank...Message B|
00000f70  6c 6f 63 6b 20 46 6f 72  6d 61 74 0a 3d 3d 3d 3d  |lock Format.====|
00000f80  3d 3d 3d 3d 3d 3d 3d 3d  3d 3d 3d 3d 3d 3d 3d 3d  |================|
00000f90  0a 20 20 20 50 6c 65 61  73 65 20 72 65 66 65 72  |.   Please refer|
00000fa0  20 74 6f 20 74 68 65 20  50 72 6f 67 72 61 6d 6d  | to the Programm|
00000fb0  65 72 73 20 52 65 66 65  72 65 6e 63 65 20 4d 61  |ers Reference Ma|
00000fc0  6e 75 61 6c 73 20 6f 72  20 61 6e 79 20 6f 74 68  |nuals or any oth|
00000fd0  65 72 0a 73 75 69 74 61  62 6c 65 20 62 6f 6f 6b  |er.suitable book|
00000fe0  20 66 6f 72 20 74 68 65  20 66 6f 72 6d 61 74 20  | for the format |
00000ff0  6f 66 20 6d 65 73 73 61  67 65 20 62 6c 6f 63 6b  |of message block|
00001000  73 20 69 66 20 79 6f 75  20 61 72 65 20 75 6e 66  |s if you are unf|
00001010  61 6d 69 6c 69 61 72 0a  77 69 74 68 20 74 68 65  |amiliar.with the|
00001020  6d 2e 20 0a 0a 45 78 61  6d 70 6c 65 3a 20 43 6c  |m. ..Example: Cl|
00001030  6f 73 69 6e 67 20 61 20  77 69 6e 64 6f 77 20 6f  |osing a window o|
00001040  66 20 61 20 74 61 73 6b  0a 3d 3d 3d 3d 3d 3d 3d  |f a task.=======|
00001050  3d 3d 3d 3d 3d 3d 3d 3d  3d 3d 3d 3d 3d 3d 3d 3d  |================|
00001060  3d 3d 3d 3d 3d 3d 3d 3d  3d 3d 3d 3d 0a 0a 31 29  |============..1)|
00001070  20 4f 70 65 6e 20 61 6c  6c 20 74 68 72 65 65 20  | Open all three |
00001080  77 69 6e 64 6f 77 73 3a  20 74 68 65 20 6d 61 69  |windows: the mai|
00001090  6e 20 77 69 6e 64 6f 77  2c 20 74 68 65 20 50 6f  |n window, the Po|
000010a0  69 6e 74 65 72 20 49 6e  66 6f 20 77 69 6e 64 6f  |inter Info windo|
000010b0  77 2c 0a 61 6e 64 20 74  68 65 20 77 69 6e 64 6f  |w,.and the windo|
000010c0  77 20 77 68 69 63 68 20  79 6f 75 20 77 69 73 68  |w which you wish|
000010d0  20 74 6f 20 63 6c 6f 73  65 0a 0a 32 29 20 50 6c  | to close..2) Pl|
000010e0  61 63 65 20 74 68 65 20  70 6f 69 6e 74 65 72 20  |ace the pointer |
000010f0  6f 76 65 72 20 74 68 65  20 77 69 6e 64 6f 77 20  |over the window |
00001100  79 6f 75 20 77 61 6e 74  20 74 6f 20 63 6c 6f 73  |you want to clos|
00001110  65 2c 20 61 6e 64 20 70  72 65 73 73 20 46 31 0a  |e, and press F1.|
00001120  74 6f 20 63 6f 70 79 20  74 68 65 20 74 61 73 6b  |to copy the task|
00001130  20 68 61 6e 64 6c 65 20  69 6e 74 6f 20 74 68 65  | handle into the|
00001140  20 6d 61 69 6e 20 77 69  6e 64 6f 77 2e 20 4e 6f  | main window. No|
00001150  77 20 74 79 70 65 20 69  6e 20 74 68 65 20 77 69  |w type in the wi|
00001160  6e 64 6f 77 0a 68 61 6e  64 6c 65 20 6f 66 20 74  |ndow.handle of t|
00001170  68 61 74 20 77 69 6e 64  6f 77 20 69 6e 74 6f 20  |hat window into |
00001180  74 68 65 20 27 2b 30 27  20 69 63 6f 6e 20 69 6e  |the '+0' icon in|
00001190  20 74 68 65 20 6d 61 69  6e 20 77 69 6e 64 6f 77  | the main window|
000011a0  2c 20 6e 6f 74 0a 66 6f  72 67 65 74 74 69 6e 67  |, not.forgetting|
000011b0  20 74 6f 20 70 72 65 66  69 78 20 74 68 65 20 76  | to prefix the v|
000011c0  61 75 6c 65 20 77 69 74  68 20 61 20 26 2e 0a 0a  |aule with a &...|
000011d0  33 29 20 54 79 70 65 20  69 6e 20 74 68 65 20 72  |3) Type in the r|
000011e0  65 61 73 6f 6e 20 63 6f  64 65 20 33 20 69 6e 74  |eason code 3 int|
000011f0  6f 20 74 68 65 20 69 63  6f 6e 20 6c 61 62 65 6c  |o the icon label|
00001200  6c 65 64 20 27 52 30 27  2e 0a 0a 34 29 20 4d 61  |led 'R0'...4) Ma|
00001210  6b 65 20 73 75 72 65 20  74 68 65 20 27 54 61 73  |ke sure the 'Tas|
00001220  6b 20 48 61 6e 64 6c 65  3a 27 20 72 61 64 69 6f  |k Handle:' radio|
00001230  20 69 73 20 73 65 6c 65  63 74 65 64 20 61 74 20  | is selected at |
00001240  74 68 65 20 62 6f 74 74  6f 6d 20 6f 66 20 74 68  |the bottom of th|
00001250  65 0a 6d 61 69 6e 20 77  69 6e 64 6f 77 2e 0a 0a  |e.main window...|
00001260  35 29 20 43 6c 69 63 6b  20 27 53 65 6e 64 27 20  |5) Click 'Send' |
00001270  2d 20 74 68 65 20 6d 65  73 73 61 67 65 20 77 69  |- the message wi|
00001280  6c 6c 20 62 65 20 73 65  6e 74 20 74 6f 20 74 68  |ll be sent to th|
00001290  65 20 61 70 70 72 6f 70  72 69 61 74 65 20 74 61  |e appropriate ta|
000012a0  73 6b 2e 0a 0a 36 29 20  57 68 65 6e 20 74 68 65  |sk...6) When the|
000012b0  20 74 61 73 6b 20 72 65  63 65 69 76 65 73 20 74  | task receives t|
000012c0  68 65 20 6d 65 73 73 61  67 65 20 28 76 69 72 74  |he message (virt|
000012d0  75 61 6c 6c 79 20 69 6d  6d 65 64 69 61 74 65 6c  |ually immediatel|
000012e0  79 29 2c 20 74 68 65 0a  77 69 6e 64 6f 77 20 77  |y), the.window w|
000012f0  69 6c 6c 20 62 65 20 63  6c 6f 73 65 64 2e 0a     |ill be closed..|
000012ff