Home » Archimedes archive » Archimedes World » archimedes_world_volume_15_issue_1_scp.adf » !ProFiler_ProFiler » !ProFiler/Dox/Messages
!ProFiler/Dox/Messages
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 » Archimedes World » archimedes_world_volume_15_issue_1_scp.adf » !ProFiler_ProFiler |
Filename: | !ProFiler/Dox/Messages |
Read OK: | ✔ |
File size: | 0E51 bytes |
Load address: | 0000 |
Exec address: | 0000 |
File contents
<html><head><title>ProFiler wimp messages</title></head> <body> <h1><center><u>ProFiler wimp messages</u></center></h1> <h2><a name="400">Message_FilerOpenDir (&400)</a></h2> This message can be broadcasted in order to open a directory viewer. <pre> R1+20 Filing system number (ignored by Profiler) R1+24 Bit0 set: Don't canonicalise name before using. (ignored by ProFiler, it always canonicalises). R1+24� Name of directory to open, 0-terminated. </pre> <h2><a name="401">Message_FilerCloseDir (&401)</a></h2> This message can be broadcasted in order to close all directory viewers whose names start with the string given. <pre> R1+20 Filing system number (ignored by Profiler) R1+24 Bit0 set: Don't canonicalise name before using. (ignored by ProFiler, it always canonicalises). R1+24� Name of directory to close, 0-terminated. </pre> <h2><a name="402">Message_FilerOpenDirAt (&402)</a></h2> This message can be broadcasted in order to control the appearance of a viewer. It is opened if not open already. <pre> R1+20 Filing system number (ignored by Profiler) R1+24 Must be 0 (ignored by Profiler) R1+28 Left X position of viewer R1+32 Top Y position of viewer R1+36 Width of viewer R1+40 Height of viewer R1+44 Bits 0,1 Style 0 Large icons 1 Small icons 2 Full info 3 reserved 2,3 Sorting 0 Sort by name 1 Sort by size 2 Sort by type 3 Sort by date 4 Use style in bits 0,1 5 Use sorting in bits 2,3 7-31 reserved (must be 0) R1+45� Name of directory, 0-terminated. </pre> <h2><a name="403">Message_FilerSelectionDirectory (&403)</a></h2> <h2><a name="404">Message_FilerAddSelection (&404)</a></h2> <h2><a name="405">Message_FilerAction (&405)</a></h2> <h2><a name="406">Message_FilerControlAction (&406)</a></h2> These messages are sent by the filer, but implemented by Filer_Action. See the Filer_Action documentation for details (PRM pages 3-235 to 3-237). <h2><a name="407">Message_FilerSelection (&407)</a></h2> This message is sent before the DataLoad messages. It is mainly used by the Pinboard to place the icons properly. <pre> R1+20 X0 of selection box (not supported, always 0) R1+24 Y0 of selection box (not supported, always 0) R1+28 X1 of selection box (not supported, always 0) R1+32 Y1 of selection box (not supported, always 0) R1+36 Width of each item R1+40 Height of each item R1+44 Bits 0,1 Style 0 Large icons 1 Small icons 2 Full info 3 reserved 2,3 Sorting 0 Sort by name 1 Sort by size 2 Sort by type 3 Sort by date 4-31 reserved (currently 0) R1+48 Start column of selection (not fully supported, always 0) R1+52 Start row of selection (not fully supported, always 0) R1+56 End column of selection (not fully supported, always number_of_files-1) R1+60 End row of selection (not fully supported always 0) </pre> <h2><a name="410">Message_FilerSpriteIs (&410)</a></h2> This message is sent back to you after you have called SWI <a href="./SWIs#Sprite">Filer_Sprite</a>. It contains the name of a sprite in the wimp pool. <pre> R1+20 Byte 0 Size requested (0=Large, 1=Small) 1 Half size flag (0=OK, 1=Display at half size) 2,3 reserved R1+24 Sprite name R1+40� Full pathname of object </pre> <h2><a name="411">Message_FilerExternalControl (&411)</a></h2> This message is used to control the external parts of the filer. <pre> R1+20 Reason code 0 Filer_G started 1 Filer_L started R1+24� Directory name (window title) 2 Quit external choice task 3 External choice task started R1+24 Window handle of choices pane R1+28 bit0 set: Is it possible to Use without saving 4 Choices accepted as permanent values 5 Choices accepted as current values 6� reserved </pre>
00000000 3c 68 74 6d 6c 3e 3c 68 65 61 64 3e 3c 74 69 74 |<html><head><tit| 00000010 6c 65 3e 50 72 6f 46 69 6c 65 72 20 77 69 6d 70 |le>ProFiler wimp| 00000020 20 6d 65 73 73 61 67 65 73 3c 2f 74 69 74 6c 65 | messages</title| 00000030 3e 3c 2f 68 65 61 64 3e 0a 0a 3c 62 6f 64 79 3e |></head>..<body>| 00000040 0a 3c 68 31 3e 3c 63 65 6e 74 65 72 3e 3c 75 3e |.<h1><center><u>| 00000050 50 72 6f 46 69 6c 65 72 20 77 69 6d 70 20 6d 65 |ProFiler wimp me| 00000060 73 73 61 67 65 73 3c 2f 75 3e 3c 2f 63 65 6e 74 |ssages</u></cent| 00000070 65 72 3e 3c 2f 68 31 3e 0a 0a 3c 68 32 3e 3c 61 |er></h1>..<h2><a| 00000080 20 6e 61 6d 65 3d 22 34 30 30 22 3e 4d 65 73 73 | name="400">Mess| 00000090 61 67 65 5f 46 69 6c 65 72 4f 70 65 6e 44 69 72 |age_FilerOpenDir| 000000a0 20 28 26 34 30 30 29 3c 2f 61 3e 3c 2f 68 32 3e | (&400)</a></h2>| 000000b0 0a 0a 54 68 69 73 20 6d 65 73 73 61 67 65 20 63 |..This message c| 000000c0 61 6e 20 62 65 20 62 72 6f 61 64 63 61 73 74 65 |an be broadcaste| 000000d0 64 20 69 6e 20 6f 72 64 65 72 20 74 6f 20 6f 70 |d in order to op| 000000e0 65 6e 20 61 20 64 69 72 65 63 74 6f 72 79 20 76 |en a directory v| 000000f0 69 65 77 65 72 2e 0a 0a 3c 70 72 65 3e 0a 52 31 |iewer...<pre>.R1| 00000100 2b 32 30 09 46 69 6c 69 6e 67 20 73 79 73 74 65 |+20.Filing syste| 00000110 6d 20 6e 75 6d 62 65 72 20 28 69 67 6e 6f 72 65 |m number (ignore| 00000120 64 20 62 79 20 50 72 6f 66 69 6c 65 72 29 0a 52 |d by Profiler).R| 00000130 31 2b 32 34 09 42 69 74 30 20 73 65 74 3a 20 44 |1+24.Bit0 set: D| 00000140 6f 6e 27 74 20 63 61 6e 6f 6e 69 63 61 6c 69 73 |on't canonicalis| 00000150 65 20 6e 61 6d 65 20 62 65 66 6f 72 65 20 75 73 |e name before us| 00000160 69 6e 67 2e 20 28 69 67 6e 6f 72 65 64 20 62 79 |ing. (ignored by| 00000170 20 50 72 6f 46 69 6c 65 72 2c 0a 09 69 74 20 61 | ProFiler,..it a| 00000180 6c 77 61 79 73 20 63 61 6e 6f 6e 69 63 61 6c 69 |lways canonicali| 00000190 73 65 73 29 2e 0a 52 31 2b 32 34 8c 09 4e 61 6d |ses)..R1+24..Nam| 000001a0 65 20 6f 66 20 64 69 72 65 63 74 6f 72 79 20 74 |e of directory t| 000001b0 6f 20 6f 70 65 6e 2c 20 30 2d 74 65 72 6d 69 6e |o open, 0-termin| 000001c0 61 74 65 64 2e 0a 3c 2f 70 72 65 3e 0a 0a 3c 68 |ated..</pre>..<h| 000001d0 32 3e 3c 61 20 6e 61 6d 65 3d 22 34 30 31 22 3e |2><a name="401">| 000001e0 4d 65 73 73 61 67 65 5f 46 69 6c 65 72 43 6c 6f |Message_FilerClo| 000001f0 73 65 44 69 72 20 28 26 34 30 31 29 3c 2f 61 3e |seDir (&401)</a>| 00000200 3c 2f 68 32 3e 0a 0a 54 68 69 73 20 6d 65 73 73 |</h2>..This mess| 00000210 61 67 65 20 63 61 6e 20 62 65 20 62 72 6f 61 64 |age can be broad| 00000220 63 61 73 74 65 64 20 69 6e 20 6f 72 64 65 72 20 |casted in order | 00000230 74 6f 20 63 6c 6f 73 65 20 61 6c 6c 20 64 69 72 |to close all dir| 00000240 65 63 74 6f 72 79 20 76 69 65 77 65 72 73 20 77 |ectory viewers w| 00000250 68 6f 73 65 0a 6e 61 6d 65 73 20 73 74 61 72 74 |hose.names start| 00000260 20 77 69 74 68 20 74 68 65 20 73 74 72 69 6e 67 | with the string| 00000270 20 67 69 76 65 6e 2e 0a 0a 3c 70 72 65 3e 0a 52 | given...<pre>.R| 00000280 31 2b 32 30 09 46 69 6c 69 6e 67 20 73 79 73 74 |1+20.Filing syst| 00000290 65 6d 20 6e 75 6d 62 65 72 20 28 69 67 6e 6f 72 |em number (ignor| 000002a0 65 64 20 62 79 20 50 72 6f 66 69 6c 65 72 29 0a |ed by Profiler).| 000002b0 52 31 2b 32 34 09 42 69 74 30 20 73 65 74 3a 20 |R1+24.Bit0 set: | 000002c0 44 6f 6e 27 74 20 63 61 6e 6f 6e 69 63 61 6c 69 |Don't canonicali| 000002d0 73 65 20 6e 61 6d 65 20 62 65 66 6f 72 65 20 75 |se name before u| 000002e0 73 69 6e 67 2e 20 28 69 67 6e 6f 72 65 64 20 62 |sing. (ignored b| 000002f0 79 20 50 72 6f 46 69 6c 65 72 2c 0a 09 69 74 20 |y ProFiler,..it | 00000300 61 6c 77 61 79 73 20 63 61 6e 6f 6e 69 63 61 6c |always canonical| 00000310 69 73 65 73 29 2e 0a 52 31 2b 32 34 8c 09 4e 61 |ises)..R1+24..Na| 00000320 6d 65 20 6f 66 20 64 69 72 65 63 74 6f 72 79 20 |me of directory | 00000330 74 6f 20 63 6c 6f 73 65 2c 20 30 2d 74 65 72 6d |to close, 0-term| 00000340 69 6e 61 74 65 64 2e 0a 3c 2f 70 72 65 3e 0a 0a |inated..</pre>..| 00000350 3c 68 32 3e 3c 61 20 6e 61 6d 65 3d 22 34 30 32 |<h2><a name="402| 00000360 22 3e 4d 65 73 73 61 67 65 5f 46 69 6c 65 72 4f |">Message_FilerO| 00000370 70 65 6e 44 69 72 41 74 20 28 26 34 30 32 29 3c |penDirAt (&402)<| 00000380 2f 61 3e 3c 2f 68 32 3e 0a 0a 54 68 69 73 20 6d |/a></h2>..This m| 00000390 65 73 73 61 67 65 20 63 61 6e 20 62 65 20 62 72 |essage can be br| 000003a0 6f 61 64 63 61 73 74 65 64 20 69 6e 20 6f 72 64 |oadcasted in ord| 000003b0 65 72 20 74 6f 20 63 6f 6e 74 72 6f 6c 20 74 68 |er to control th| 000003c0 65 20 61 70 70 65 61 72 61 6e 63 65 20 6f 66 20 |e appearance of | 000003d0 61 20 76 69 65 77 65 72 2e 20 49 74 20 69 73 20 |a viewer. It is | 000003e0 6f 70 65 6e 65 64 20 69 66 20 6e 6f 74 20 6f 70 |opened if not op| 000003f0 65 6e 20 61 6c 72 65 61 64 79 2e 0a 0a 3c 70 72 |en already...<pr| 00000400 65 3e 0a 52 31 2b 32 30 09 46 69 6c 69 6e 67 20 |e>.R1+20.Filing | 00000410 73 79 73 74 65 6d 20 6e 75 6d 62 65 72 20 28 69 |system number (i| 00000420 67 6e 6f 72 65 64 20 62 79 20 50 72 6f 66 69 6c |gnored by Profil| 00000430 65 72 29 0a 52 31 2b 32 34 09 4d 75 73 74 20 62 |er).R1+24.Must b| 00000440 65 20 30 20 28 69 67 6e 6f 72 65 64 20 62 79 20 |e 0 (ignored by | 00000450 50 72 6f 66 69 6c 65 72 29 0a 52 31 2b 32 38 09 |Profiler).R1+28.| 00000460 4c 65 66 74 20 58 20 70 6f 73 69 74 69 6f 6e 20 |Left X position | 00000470 6f 66 20 76 69 65 77 65 72 0a 52 31 2b 33 32 09 |of viewer.R1+32.| 00000480 54 6f 70 20 59 20 70 6f 73 69 74 69 6f 6e 20 6f |Top Y position o| 00000490 66 20 76 69 65 77 65 72 0a 52 31 2b 33 36 09 57 |f viewer.R1+36.W| 000004a0 69 64 74 68 20 6f 66 20 76 69 65 77 65 72 0a 52 |idth of viewer.R| 000004b0 31 2b 34 30 09 48 65 69 67 68 74 20 6f 66 20 76 |1+40.Height of v| 000004c0 69 65 77 65 72 0a 52 31 2b 34 34 09 42 69 74 73 |iewer.R1+44.Bits| 000004d0 0a 09 30 2c 31 09 53 74 79 6c 65 0a 09 09 30 09 |..0,1.Style...0.| 000004e0 4c 61 72 67 65 20 69 63 6f 6e 73 0a 09 09 31 09 |Large icons...1.| 000004f0 53 6d 61 6c 6c 20 69 63 6f 6e 73 0a 09 09 32 09 |Small icons...2.| 00000500 46 75 6c 6c 20 69 6e 66 6f 0a 09 09 33 09 72 65 |Full info...3.re| 00000510 73 65 72 76 65 64 0a 09 32 2c 33 09 53 6f 72 74 |served..2,3.Sort| 00000520 69 6e 67 0a 09 09 30 09 53 6f 72 74 20 62 79 20 |ing...0.Sort by | 00000530 6e 61 6d 65 0a 09 09 31 09 53 6f 72 74 20 62 79 |name...1.Sort by| 00000540 20 73 69 7a 65 0a 09 09 32 09 53 6f 72 74 20 62 | size...2.Sort b| 00000550 79 20 74 79 70 65 0a 09 09 33 09 53 6f 72 74 20 |y type...3.Sort | 00000560 62 79 20 64 61 74 65 0a 09 34 09 55 73 65 20 73 |by date..4.Use s| 00000570 74 79 6c 65 20 69 6e 20 62 69 74 73 20 30 2c 31 |tyle in bits 0,1| 00000580 0a 09 35 09 55 73 65 20 73 6f 72 74 69 6e 67 20 |..5.Use sorting | 00000590 69 6e 20 62 69 74 73 20 32 2c 33 0a 09 37 2d 33 |in bits 2,3..7-3| 000005a0 31 09 72 65 73 65 72 76 65 64 20 28 6d 75 73 74 |1.reserved (must| 000005b0 20 62 65 20 30 29 0a 52 31 2b 34 35 8c 09 4e 61 | be 0).R1+45..Na| 000005c0 6d 65 20 6f 66 20 64 69 72 65 63 74 6f 72 79 2c |me of directory,| 000005d0 20 30 2d 74 65 72 6d 69 6e 61 74 65 64 2e 0a 3c | 0-terminated..<| 000005e0 2f 70 72 65 3e 0a 0a 3c 68 32 3e 3c 61 20 6e 61 |/pre>..<h2><a na| 000005f0 6d 65 3d 22 34 30 33 22 3e 4d 65 73 73 61 67 65 |me="403">Message| 00000600 5f 46 69 6c 65 72 53 65 6c 65 63 74 69 6f 6e 44 |_FilerSelectionD| 00000610 69 72 65 63 74 6f 72 79 20 28 26 34 30 33 29 3c |irectory (&403)<| 00000620 2f 61 3e 3c 2f 68 32 3e 0a 3c 68 32 3e 3c 61 20 |/a></h2>.<h2><a | 00000630 6e 61 6d 65 3d 22 34 30 34 22 3e 4d 65 73 73 61 |name="404">Messa| 00000640 67 65 5f 46 69 6c 65 72 41 64 64 53 65 6c 65 63 |ge_FilerAddSelec| 00000650 74 69 6f 6e 20 28 26 34 30 34 29 3c 2f 61 3e 3c |tion (&404)</a><| 00000660 2f 68 32 3e 0a 3c 68 32 3e 3c 61 20 6e 61 6d 65 |/h2>.<h2><a name| 00000670 3d 22 34 30 35 22 3e 4d 65 73 73 61 67 65 5f 46 |="405">Message_F| 00000680 69 6c 65 72 41 63 74 69 6f 6e 20 28 26 34 30 35 |ilerAction (&405| 00000690 29 3c 2f 61 3e 3c 2f 68 32 3e 0a 3c 68 32 3e 3c |)</a></h2>.<h2><| 000006a0 61 20 6e 61 6d 65 3d 22 34 30 36 22 3e 4d 65 73 |a name="406">Mes| 000006b0 73 61 67 65 5f 46 69 6c 65 72 43 6f 6e 74 72 6f |sage_FilerContro| 000006c0 6c 41 63 74 69 6f 6e 20 28 26 34 30 36 29 3c 2f |lAction (&406)</| 000006d0 61 3e 3c 2f 68 32 3e 0a 0a 54 68 65 73 65 20 6d |a></h2>..These m| 000006e0 65 73 73 61 67 65 73 20 61 72 65 20 73 65 6e 74 |essages are sent| 000006f0 20 62 79 20 74 68 65 20 66 69 6c 65 72 2c 20 62 | by the filer, b| 00000700 75 74 20 69 6d 70 6c 65 6d 65 6e 74 65 64 20 62 |ut implemented b| 00000710 79 20 46 69 6c 65 72 5f 41 63 74 69 6f 6e 2e 20 |y Filer_Action. | 00000720 53 65 65 20 74 68 65 20 46 69 6c 65 72 5f 41 63 |See the Filer_Ac| 00000730 74 69 6f 6e 20 64 6f 63 75 6d 65 6e 74 61 74 69 |tion documentati| 00000740 6f 6e 20 66 6f 72 20 64 65 74 61 69 6c 73 20 28 |on for details (| 00000750 50 52 4d 20 70 61 67 65 73 20 33 2d 32 33 35 20 |PRM pages 3-235 | 00000760 74 6f 20 33 2d 32 33 37 29 2e 0a 0a 3c 68 32 3e |to 3-237)...<h2>| 00000770 3c 61 20 6e 61 6d 65 3d 22 34 30 37 22 3e 4d 65 |<a name="407">Me| 00000780 73 73 61 67 65 5f 46 69 6c 65 72 53 65 6c 65 63 |ssage_FilerSelec| 00000790 74 69 6f 6e 20 28 26 34 30 37 29 3c 2f 61 3e 3c |tion (&407)</a><| 000007a0 2f 68 32 3e 0a 0a 54 68 69 73 20 6d 65 73 73 61 |/h2>..This messa| 000007b0 67 65 20 69 73 20 73 65 6e 74 20 62 65 66 6f 72 |ge is sent befor| 000007c0 65 20 74 68 65 20 44 61 74 61 4c 6f 61 64 20 6d |e the DataLoad m| 000007d0 65 73 73 61 67 65 73 2e 20 49 74 20 69 73 20 6d |essages. It is m| 000007e0 61 69 6e 6c 79 20 75 73 65 64 20 62 79 20 74 68 |ainly used by th| 000007f0 65 20 50 69 6e 62 6f 61 72 64 20 74 6f 20 70 6c |e Pinboard to pl| 00000800 61 63 65 20 74 68 65 20 69 63 6f 6e 73 20 70 72 |ace the icons pr| 00000810 6f 70 65 72 6c 79 2e 0a 0a 3c 70 72 65 3e 0a 52 |operly...<pre>.R| 00000820 31 2b 32 30 09 58 30 20 6f 66 20 73 65 6c 65 63 |1+20.X0 of selec| 00000830 74 69 6f 6e 20 62 6f 78 20 28 6e 6f 74 20 73 75 |tion box (not su| 00000840 70 70 6f 72 74 65 64 2c 20 61 6c 77 61 79 73 20 |pported, always | 00000850 30 29 0a 52 31 2b 32 34 09 59 30 20 6f 66 20 73 |0).R1+24.Y0 of s| 00000860 65 6c 65 63 74 69 6f 6e 20 62 6f 78 20 28 6e 6f |election box (no| 00000870 74 20 73 75 70 70 6f 72 74 65 64 2c 20 61 6c 77 |t supported, alw| 00000880 61 79 73 20 30 29 0a 52 31 2b 32 38 09 58 31 20 |ays 0).R1+28.X1 | 00000890 6f 66 20 73 65 6c 65 63 74 69 6f 6e 20 62 6f 78 |of selection box| 000008a0 20 28 6e 6f 74 20 73 75 70 70 6f 72 74 65 64 2c | (not supported,| 000008b0 20 61 6c 77 61 79 73 20 30 29 0a 52 31 2b 33 32 | always 0).R1+32| 000008c0 09 59 31 20 6f 66 20 73 65 6c 65 63 74 69 6f 6e |.Y1 of selection| 000008d0 20 62 6f 78 20 28 6e 6f 74 20 73 75 70 70 6f 72 | box (not suppor| 000008e0 74 65 64 2c 20 61 6c 77 61 79 73 20 30 29 0a 52 |ted, always 0).R| 000008f0 31 2b 33 36 09 57 69 64 74 68 20 6f 66 20 65 61 |1+36.Width of ea| 00000900 63 68 20 69 74 65 6d 0a 52 31 2b 34 30 09 48 65 |ch item.R1+40.He| 00000910 69 67 68 74 20 6f 66 20 65 61 63 68 20 69 74 65 |ight of each ite| 00000920 6d 0a 52 31 2b 34 34 09 42 69 74 73 0a 09 30 2c |m.R1+44.Bits..0,| 00000930 31 09 53 74 79 6c 65 0a 09 09 30 09 4c 61 72 67 |1.Style...0.Larg| 00000940 65 20 69 63 6f 6e 73 0a 09 09 31 09 53 6d 61 6c |e icons...1.Smal| 00000950 6c 20 69 63 6f 6e 73 0a 09 09 32 09 46 75 6c 6c |l icons...2.Full| 00000960 20 69 6e 66 6f 0a 09 09 33 09 72 65 73 65 72 76 | info...3.reserv| 00000970 65 64 0a 09 32 2c 33 09 53 6f 72 74 69 6e 67 0a |ed..2,3.Sorting.| 00000980 09 09 30 09 53 6f 72 74 20 62 79 20 6e 61 6d 65 |..0.Sort by name| 00000990 0a 09 09 31 09 53 6f 72 74 20 62 79 20 73 69 7a |...1.Sort by siz| 000009a0 65 0a 09 09 32 09 53 6f 72 74 20 62 79 20 74 79 |e...2.Sort by ty| 000009b0 70 65 0a 09 09 33 09 53 6f 72 74 20 62 79 20 64 |pe...3.Sort by d| 000009c0 61 74 65 0a 09 34 2d 33 31 09 72 65 73 65 72 76 |ate..4-31.reserv| 000009d0 65 64 20 28 63 75 72 72 65 6e 74 6c 79 20 30 29 |ed (currently 0)| 000009e0 0a 52 31 2b 34 38 09 53 74 61 72 74 20 63 6f 6c |.R1+48.Start col| 000009f0 75 6d 6e 20 6f 66 20 73 65 6c 65 63 74 69 6f 6e |umn of selection| 00000a00 20 28 6e 6f 74 20 66 75 6c 6c 79 20 73 75 70 70 | (not fully supp| 00000a10 6f 72 74 65 64 2c 20 61 6c 77 61 79 73 20 30 29 |orted, always 0)| 00000a20 0a 52 31 2b 35 32 09 53 74 61 72 74 20 72 6f 77 |.R1+52.Start row| 00000a30 20 6f 66 20 73 65 6c 65 63 74 69 6f 6e 20 28 6e | of selection (n| 00000a40 6f 74 20 66 75 6c 6c 79 20 73 75 70 70 6f 72 74 |ot fully support| 00000a50 65 64 2c 20 61 6c 77 61 79 73 20 30 29 0a 52 31 |ed, always 0).R1| 00000a60 2b 35 36 09 45 6e 64 20 63 6f 6c 75 6d 6e 20 6f |+56.End column o| 00000a70 66 20 73 65 6c 65 63 74 69 6f 6e 20 28 6e 6f 74 |f selection (not| 00000a80 20 66 75 6c 6c 79 20 73 75 70 70 6f 72 74 65 64 | fully supported| 00000a90 2c 20 61 6c 77 61 79 73 20 6e 75 6d 62 65 72 5f |, always number_| 00000aa0 6f 66 5f 66 69 6c 65 73 2d 31 29 0a 52 31 2b 36 |of_files-1).R1+6| 00000ab0 30 09 45 6e 64 20 72 6f 77 20 6f 66 20 73 65 6c |0.End row of sel| 00000ac0 65 63 74 69 6f 6e 20 28 6e 6f 74 20 66 75 6c 6c |ection (not full| 00000ad0 79 20 73 75 70 70 6f 72 74 65 64 20 61 6c 77 61 |y supported alwa| 00000ae0 79 73 20 30 29 0a 3c 2f 70 72 65 3e 0a 0a 3c 68 |ys 0).</pre>..<h| 00000af0 32 3e 3c 61 20 6e 61 6d 65 3d 22 34 31 30 22 3e |2><a name="410">| 00000b00 4d 65 73 73 61 67 65 5f 46 69 6c 65 72 53 70 72 |Message_FilerSpr| 00000b10 69 74 65 49 73 20 28 26 34 31 30 29 3c 2f 61 3e |iteIs (&410)</a>| 00000b20 3c 2f 68 32 3e 0a 0a 54 68 69 73 20 6d 65 73 73 |</h2>..This mess| 00000b30 61 67 65 20 69 73 20 73 65 6e 74 20 62 61 63 6b |age is sent back| 00000b40 20 74 6f 20 79 6f 75 20 61 66 74 65 72 20 79 6f | to you after yo| 00000b50 75 20 68 61 76 65 20 63 61 6c 6c 65 64 20 53 57 |u have called SW| 00000b60 49 20 3c 61 20 68 72 65 66 3d 22 2e 2f 53 57 49 |I <a href="./SWI| 00000b70 73 23 53 70 72 69 74 65 22 3e 46 69 6c 65 72 5f |s#Sprite">Filer_| 00000b80 53 70 72 69 74 65 3c 2f 61 3e 2e 20 49 74 20 63 |Sprite</a>. It c| 00000b90 6f 6e 74 61 69 6e 73 20 74 68 65 20 6e 61 6d 65 |ontains the name| 00000ba0 20 6f 66 20 61 20 73 70 72 69 74 65 20 69 6e 20 | of a sprite in | 00000bb0 74 68 65 20 77 69 6d 70 20 70 6f 6f 6c 2e 0a 0a |the wimp pool...| 00000bc0 3c 70 72 65 3e 0a 52 31 2b 32 30 09 42 79 74 65 |<pre>.R1+20.Byte| 00000bd0 0a 09 30 09 53 69 7a 65 20 72 65 71 75 65 73 74 |..0.Size request| 00000be0 65 64 20 28 30 3d 4c 61 72 67 65 2c 20 31 3d 53 |ed (0=Large, 1=S| 00000bf0 6d 61 6c 6c 29 0a 09 31 09 48 61 6c 66 20 73 69 |mall)..1.Half si| 00000c00 7a 65 20 66 6c 61 67 20 28 30 3d 4f 4b 2c 20 31 |ze flag (0=OK, 1| 00000c10 3d 44 69 73 70 6c 61 79 20 61 74 20 68 61 6c 66 |=Display at half| 00000c20 20 73 69 7a 65 29 0a 09 32 2c 33 09 72 65 73 65 | size)..2,3.rese| 00000c30 72 76 65 64 0a 52 31 2b 32 34 09 53 70 72 69 74 |rved.R1+24.Sprit| 00000c40 65 20 6e 61 6d 65 0a 52 31 2b 34 30 8c 09 46 75 |e name.R1+40..Fu| 00000c50 6c 6c 20 70 61 74 68 6e 61 6d 65 20 6f 66 20 6f |ll pathname of o| 00000c60 62 6a 65 63 74 0a 3c 2f 70 72 65 3e 0a 0a 3c 68 |bject.</pre>..<h| 00000c70 32 3e 3c 61 20 6e 61 6d 65 3d 22 34 31 31 22 3e |2><a name="411">| 00000c80 4d 65 73 73 61 67 65 5f 46 69 6c 65 72 45 78 74 |Message_FilerExt| 00000c90 65 72 6e 61 6c 43 6f 6e 74 72 6f 6c 20 28 26 34 |ernalControl (&4| 00000ca0 31 31 29 3c 2f 61 3e 3c 2f 68 32 3e 0a 0a 54 68 |11)</a></h2>..Th| 00000cb0 69 73 20 6d 65 73 73 61 67 65 20 69 73 20 75 73 |is message is us| 00000cc0 65 64 20 74 6f 20 63 6f 6e 74 72 6f 6c 20 74 68 |ed to control th| 00000cd0 65 20 65 78 74 65 72 6e 61 6c 20 70 61 72 74 73 |e external parts| 00000ce0 20 6f 66 20 74 68 65 20 66 69 6c 65 72 2e 0a 0a | of the filer...| 00000cf0 3c 70 72 65 3e 0a 52 31 2b 32 30 09 52 65 61 73 |<pre>.R1+20.Reas| 00000d00 6f 6e 20 63 6f 64 65 0a 09 30 09 46 69 6c 65 72 |on code..0.Filer| 00000d10 5f 47 20 73 74 61 72 74 65 64 0a 09 31 09 46 69 |_G started..1.Fi| 00000d20 6c 65 72 5f 4c 20 73 74 61 72 74 65 64 0a 09 09 |ler_L started...| 00000d30 52 31 2b 32 34 8c 09 44 69 72 65 63 74 6f 72 79 |R1+24..Directory| 00000d40 20 6e 61 6d 65 20 28 77 69 6e 64 6f 77 20 74 69 | name (window ti| 00000d50 74 6c 65 29 0a 09 32 09 51 75 69 74 20 65 78 74 |tle)..2.Quit ext| 00000d60 65 72 6e 61 6c 20 63 68 6f 69 63 65 20 74 61 73 |ernal choice tas| 00000d70 6b 0a 09 33 09 45 78 74 65 72 6e 61 6c 20 63 68 |k..3.External ch| 00000d80 6f 69 63 65 20 74 61 73 6b 20 73 74 61 72 74 65 |oice task starte| 00000d90 64 0a 09 09 52 31 2b 32 34 09 57 69 6e 64 6f 77 |d...R1+24.Window| 00000da0 20 68 61 6e 64 6c 65 20 6f 66 20 63 68 6f 69 63 | handle of choic| 00000db0 65 73 20 70 61 6e 65 0a 09 09 52 31 2b 32 38 09 |es pane...R1+28.| 00000dc0 62 69 74 30 20 73 65 74 3a 20 49 73 20 69 74 20 |bit0 set: Is it | 00000dd0 70 6f 73 73 69 62 6c 65 20 74 6f 20 55 73 65 20 |possible to Use | 00000de0 77 69 74 68 6f 75 74 20 73 61 76 69 6e 67 0a 09 |without saving..| 00000df0 34 09 43 68 6f 69 63 65 73 20 61 63 63 65 70 74 |4.Choices accept| 00000e00 65 64 20 61 73 20 70 65 72 6d 61 6e 65 6e 74 20 |ed as permanent | 00000e10 76 61 6c 75 65 73 0a 09 35 09 43 68 6f 69 63 65 |values..5.Choice| 00000e20 73 20 61 63 63 65 70 74 65 64 20 61 73 20 63 75 |s accepted as cu| 00000e30 72 72 65 6e 74 20 76 61 6c 75 65 73 0a 09 36 8c |rrent values..6.| 00000e40 09 72 65 73 65 72 76 65 64 0a 3c 2f 70 72 65 3e |.reserved.</pre>| 00000e50 0a |.| 00000e51