Home » Archimedes archive » Micro User » MU 1992-05.adf » PD » Bits/!Largeness/!Help
Bits/!Largeness/!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 » Micro User » MU 1992-05.adf » PD |
Filename: | Bits/!Largeness/!Help |
Read OK: | ✔ |
File size: | 1568 bytes |
Load address: | 0000 |
Exec address: | 0000 |
File contents
!Largeness 1.07 =============== Action: An application to allow an infinite logical screen, by scrolling windows in the opposite direction when the mouse runs off the edge. It uses a patch module that forces windows to be opened with the no bounds bit set, so that they may move off screen, and another patch module that replaces any mouse bounds rectangle that matches the screen size with a much larger one. ** Now features a scale view window with dragging and clicking to front/back of windows via their images. Instant drags even! Drag on background to move everything. Uses: To quickly produce extra desktop space to put more windows in, and switch back and forth easily. Very useful. To irritate friends - very good at this, especially at fast mouse settings! Details: Double click on the application to run it. Then try dragging the pointer off the screen of one side. The icon bar icon has three actions: Select opens the miniview. Adjust retrieves all windows into visibility, Menu pops up a menu with a Quit entry. With the mini view window, select pulls to front and then drags, menu just drags, and adjust pushes to back and then drags. If you drag on the background, you move all windows at once. Check the first few lines of !RunImage to change colours, scale etc. I am afraid I haven't the energy to do a dialog box. Bugs: *** recommended reading *** Note that some builtin desktop programs create their windows when *desktop is first typed, and then open them when needed. This means that the Patch does not get a chance to set the no bounds bit, so these windows are still fixed into the screen area. This can be corrected by running the largeness module somewhat earlier in your boot up sequence, before you enter the desktop command stage... Hmm... I now find this only works for me from a bare machine, and not for part of my configuration... very strange. I have had this used with the new Wimp versions floating around which apparantly have some some sort of built in ability to let stuff move off the screen, but ONLY DOWN AND RIGHT. If only Acorn wasn't so weird, and it did up and left too, this would remove all need for the cludgy patch module when they release it. Rumour now suggests this has been improved. Thanks. Menus also manage to sneak past... possibly useful as it means they don't open off screen. But leaf menus that are really windows do. Oh well. Zoom boxes seem to try to open windows to maximum work area size, and rely on clipping to fix this. With no bounding, you get ridiculously large windows, which sometimes show up bugs in the wimp or in programs [!Edit] What is needed is an additional patch to catch this and fix it. Below is no longer applicable with pmfs module in. REM The continual removal of any mouse bounds rectangles at each null event REM causes some interesting behaviour in quite a few cases. In particular, REM the task manager seems to use the bounds to limit the size of memory REM regions. With it removed, you can drag eg the font cache to larger than 1 REM Meg, overwriting the DMA area and CRASHING the system - bad! It has an REM effect on some scroll bars too, allowing them to move beyond their normal REM limits, especially with no hot update. Certain modifications of the default icon bar lead to it becoming dragable - this is reasonably undesirable. In particular, in new riscos versions that I have had this tried with, there is a pull icon bar to front operation which does this. Pushing it to back again fixes it, though. Another thing to do With the retrieve windows feature, is make windows off screen visible, eg the Task Manager's Grab keys window, though it seems to start off background, and lose this later. Err... Oh! Hmm... one can then close this, which disables the f12 etc hot keys. Useful eh? History: This program was initially adapted from the !Madness applicaton from Acorn. However, I have disposed of very large amounts of junk, and sorted things out quite a bit. 1.00: Primitive version, absolutely no intelligence or flexability, just the basic idea. Decided to make movement static, not dynamic, i.e. move mouse pointer too. Prevents total loss of windows from a pointer accidentally left off screen. 1.01: Added bar icon with retrieve windows feature. No menu though. 1.02: Added menu to icon bar, and scatter window feature. Changed patch module name to "Largeness" 1.03: Added info window 1.04: Added overall view window, with drag and click to front/back. Replaced scatter feature by pull to front of view Did anybody really use that? 1.05: Lots of optimisation so it only updates window when needed, and causes less of a catch every second. Now not really noticeable with ARM3, still there with ARM2 though. 1.06: Added dragging of entire screen Now Restores mouse bounds to screen size when quitting Added explicit check for TaskManager's Grab Keys window 1.07: Internationalised. (not really sure why - all of 5 messages) Incorporated mouse bounds module from pmf (thanks) - so now bounds only removed when were full screen. Some help from Jon and Owen fiddling with soft reset and rmkill behaviour. Distribution: This application is hereby made freely distributable, but I retain copyright. At least, if the crazy law lets me, I will. Please tell me if you do anything interesting with it. Me: Brian.Brunswick@cl.cam.ac.uk Trinity College Cambridge CB2 1TQ UK
00000000 21 4c 61 72 67 65 6e 65 73 73 20 31 2e 30 37 0a |!Largeness 1.07.| 00000010 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 0a |===============.| 00000020 0a 41 63 74 69 6f 6e 3a 0a 0a 41 6e 20 61 70 70 |.Action:..An app| 00000030 6c 69 63 61 74 69 6f 6e 20 74 6f 20 61 6c 6c 6f |lication to allo| 00000040 77 20 61 6e 20 69 6e 66 69 6e 69 74 65 20 6c 6f |w an infinite lo| 00000050 67 69 63 61 6c 20 73 63 72 65 65 6e 2c 20 62 79 |gical screen, by| 00000060 20 73 63 72 6f 6c 6c 69 6e 67 20 77 69 6e 64 6f | scrolling windo| 00000070 77 73 0a 69 6e 20 74 68 65 20 6f 70 70 6f 73 69 |ws.in the opposi| 00000080 74 65 20 64 69 72 65 63 74 69 6f 6e 20 77 68 65 |te direction whe| 00000090 6e 20 74 68 65 20 6d 6f 75 73 65 20 72 75 6e 73 |n the mouse runs| 000000a0 20 6f 66 66 20 74 68 65 20 65 64 67 65 2e 20 49 | off the edge. I| 000000b0 74 20 75 73 65 73 0a 61 20 70 61 74 63 68 20 6d |t uses.a patch m| 000000c0 6f 64 75 6c 65 20 74 68 61 74 20 66 6f 72 63 65 |odule that force| 000000d0 73 20 77 69 6e 64 6f 77 73 20 74 6f 20 62 65 20 |s windows to be | 000000e0 6f 70 65 6e 65 64 20 77 69 74 68 20 74 68 65 20 |opened with the | 000000f0 6e 6f 20 62 6f 75 6e 64 73 20 62 69 74 20 73 65 |no bounds bit se| 00000100 74 2c 0a 73 6f 20 74 68 61 74 20 74 68 65 79 20 |t,.so that they | 00000110 6d 61 79 20 6d 6f 76 65 20 6f 66 66 20 73 63 72 |may move off scr| 00000120 65 65 6e 2c 20 61 6e 64 20 61 6e 6f 74 68 65 72 |een, and another| 00000130 20 70 61 74 63 68 20 6d 6f 64 75 6c 65 20 74 68 | patch module th| 00000140 61 74 20 72 65 70 6c 61 63 65 73 0a 61 6e 79 20 |at replaces.any | 00000150 6d 6f 75 73 65 20 62 6f 75 6e 64 73 20 72 65 63 |mouse bounds rec| 00000160 74 61 6e 67 6c 65 20 74 68 61 74 20 6d 61 74 63 |tangle that matc| 00000170 68 65 73 20 74 68 65 20 73 63 72 65 65 6e 20 73 |hes the screen s| 00000180 69 7a 65 20 77 69 74 68 20 61 20 6d 75 63 68 20 |ize with a much | 00000190 6c 61 72 67 65 72 20 6f 6e 65 2e 0a 0a 2a 2a 20 |larger one...** | 000001a0 4e 6f 77 20 66 65 61 74 75 72 65 73 20 61 20 73 |Now features a s| 000001b0 63 61 6c 65 20 76 69 65 77 20 77 69 6e 64 6f 77 |cale view window| 000001c0 20 77 69 74 68 20 64 72 61 67 67 69 6e 67 20 61 | with dragging a| 000001d0 6e 64 20 63 6c 69 63 6b 69 6e 67 20 74 6f 20 66 |nd clicking to f| 000001e0 72 6f 6e 74 2f 62 61 63 6b 0a 6f 66 20 77 69 6e |ront/back.of win| 000001f0 64 6f 77 73 20 76 69 61 20 74 68 65 69 72 20 69 |dows via their i| 00000200 6d 61 67 65 73 2e 20 49 6e 73 74 61 6e 74 20 64 |mages. Instant d| 00000210 72 61 67 73 20 65 76 65 6e 21 20 44 72 61 67 20 |rags even! Drag | 00000220 6f 6e 20 62 61 63 6b 67 72 6f 75 6e 64 20 74 6f |on background to| 00000230 20 6d 6f 76 65 0a 65 76 65 72 79 74 68 69 6e 67 | move.everything| 00000240 2e 0a 0a 55 73 65 73 3a 0a 0a 54 6f 20 71 75 69 |...Uses:..To qui| 00000250 63 6b 6c 79 20 70 72 6f 64 75 63 65 20 65 78 74 |ckly produce ext| 00000260 72 61 20 64 65 73 6b 74 6f 70 20 73 70 61 63 65 |ra desktop space| 00000270 20 74 6f 20 70 75 74 20 6d 6f 72 65 20 77 69 6e | to put more win| 00000280 64 6f 77 73 20 69 6e 2c 20 61 6e 64 20 73 77 69 |dows in, and swi| 00000290 74 63 68 0a 62 61 63 6b 20 61 6e 64 20 66 6f 72 |tch.back and for| 000002a0 74 68 20 65 61 73 69 6c 79 2e 20 56 65 72 79 20 |th easily. Very | 000002b0 75 73 65 66 75 6c 2e 0a 54 6f 20 69 72 72 69 74 |useful..To irrit| 000002c0 61 74 65 20 66 72 69 65 6e 64 73 20 2d 20 76 65 |ate friends - ve| 000002d0 72 79 20 67 6f 6f 64 20 61 74 20 74 68 69 73 2c |ry good at this,| 000002e0 20 65 73 70 65 63 69 61 6c 6c 79 20 61 74 20 66 | especially at f| 000002f0 61 73 74 20 6d 6f 75 73 65 20 73 65 74 74 69 6e |ast mouse settin| 00000300 67 73 21 0a 0a 44 65 74 61 69 6c 73 3a 0a 0a 44 |gs!..Details:..D| 00000310 6f 75 62 6c 65 20 63 6c 69 63 6b 20 6f 6e 20 74 |ouble click on t| 00000320 68 65 20 61 70 70 6c 69 63 61 74 69 6f 6e 20 74 |he application t| 00000330 6f 20 72 75 6e 20 69 74 2e 20 54 68 65 6e 20 74 |o run it. Then t| 00000340 72 79 20 64 72 61 67 67 69 6e 67 20 74 68 65 20 |ry dragging the | 00000350 70 6f 69 6e 74 65 72 20 6f 66 66 0a 74 68 65 20 |pointer off.the | 00000360 73 63 72 65 65 6e 20 6f 66 20 6f 6e 65 20 73 69 |screen of one si| 00000370 64 65 2e 20 54 68 65 20 69 63 6f 6e 20 62 61 72 |de. The icon bar| 00000380 20 69 63 6f 6e 20 68 61 73 20 74 68 72 65 65 20 | icon has three | 00000390 61 63 74 69 6f 6e 73 3a 20 53 65 6c 65 63 74 20 |actions: Select | 000003a0 6f 70 65 6e 73 20 74 68 65 0a 6d 69 6e 69 76 69 |opens the.minivi| 000003b0 65 77 2e 20 41 64 6a 75 73 74 20 72 65 74 72 69 |ew. Adjust retri| 000003c0 65 76 65 73 20 61 6c 6c 20 77 69 6e 64 6f 77 73 |eves all windows| 000003d0 20 69 6e 74 6f 20 76 69 73 69 62 69 6c 69 74 79 | into visibility| 000003e0 2c 20 4d 65 6e 75 20 70 6f 70 73 20 75 70 20 61 |, Menu pops up a| 000003f0 20 6d 65 6e 75 0a 77 69 74 68 20 61 20 51 75 69 | menu.with a Qui| 00000400 74 20 65 6e 74 72 79 2e 20 57 69 74 68 20 74 68 |t entry. With th| 00000410 65 20 6d 69 6e 69 20 76 69 65 77 20 77 69 6e 64 |e mini view wind| 00000420 6f 77 2c 20 73 65 6c 65 63 74 20 70 75 6c 6c 73 |ow, select pulls| 00000430 20 74 6f 20 66 72 6f 6e 74 20 61 6e 64 20 74 68 | to front and th| 00000440 65 6e 0a 64 72 61 67 73 2c 20 6d 65 6e 75 20 6a |en.drags, menu j| 00000450 75 73 74 20 64 72 61 67 73 2c 20 61 6e 64 20 61 |ust drags, and a| 00000460 64 6a 75 73 74 20 70 75 73 68 65 73 20 74 6f 20 |djust pushes to | 00000470 62 61 63 6b 20 61 6e 64 20 74 68 65 6e 20 64 72 |back and then dr| 00000480 61 67 73 2e 20 49 66 20 79 6f 75 20 64 72 61 67 |ags. If you drag| 00000490 0a 6f 6e 20 74 68 65 20 62 61 63 6b 67 72 6f 75 |.on the backgrou| 000004a0 6e 64 2c 20 79 6f 75 20 6d 6f 76 65 20 61 6c 6c |nd, you move all| 000004b0 20 77 69 6e 64 6f 77 73 20 61 74 20 6f 6e 63 65 | windows at once| 000004c0 2e 0a 0a 43 68 65 63 6b 20 74 68 65 20 66 69 72 |...Check the fir| 000004d0 73 74 20 66 65 77 20 6c 69 6e 65 73 20 6f 66 20 |st few lines of | 000004e0 21 52 75 6e 49 6d 61 67 65 20 74 6f 20 63 68 61 |!RunImage to cha| 000004f0 6e 67 65 20 63 6f 6c 6f 75 72 73 2c 20 73 63 61 |nge colours, sca| 00000500 6c 65 20 65 74 63 2e 20 49 20 61 6d 0a 61 66 72 |le etc. I am.afr| 00000510 61 69 64 20 49 20 68 61 76 65 6e 27 74 20 74 68 |aid I haven't th| 00000520 65 20 65 6e 65 72 67 79 20 74 6f 20 64 6f 20 61 |e energy to do a| 00000530 20 64 69 61 6c 6f 67 20 62 6f 78 2e 0a 0a 42 75 | dialog box...Bu| 00000540 67 73 3a 20 2a 2a 2a 20 72 65 63 6f 6d 6d 65 6e |gs: *** recommen| 00000550 64 65 64 20 72 65 61 64 69 6e 67 20 2a 2a 2a 0a |ded reading ***.| 00000560 0a 4e 6f 74 65 20 74 68 61 74 20 73 6f 6d 65 20 |.Note that some | 00000570 62 75 69 6c 74 69 6e 20 64 65 73 6b 74 6f 70 20 |builtin desktop | 00000580 70 72 6f 67 72 61 6d 73 20 63 72 65 61 74 65 20 |programs create | 00000590 74 68 65 69 72 20 77 69 6e 64 6f 77 73 20 77 68 |their windows wh| 000005a0 65 6e 20 2a 64 65 73 6b 74 6f 70 20 69 73 0a 66 |en *desktop is.f| 000005b0 69 72 73 74 20 74 79 70 65 64 2c 20 61 6e 64 20 |irst typed, and | 000005c0 74 68 65 6e 20 6f 70 65 6e 20 74 68 65 6d 20 77 |then open them w| 000005d0 68 65 6e 20 6e 65 65 64 65 64 2e 20 54 68 69 73 |hen needed. This| 000005e0 20 6d 65 61 6e 73 20 74 68 61 74 20 74 68 65 20 | means that the | 000005f0 50 61 74 63 68 20 64 6f 65 73 0a 6e 6f 74 20 67 |Patch does.not g| 00000600 65 74 20 61 20 63 68 61 6e 63 65 20 74 6f 20 73 |et a chance to s| 00000610 65 74 20 74 68 65 20 6e 6f 20 62 6f 75 6e 64 73 |et the no bounds| 00000620 20 62 69 74 2c 20 73 6f 20 74 68 65 73 65 20 77 | bit, so these w| 00000630 69 6e 64 6f 77 73 20 61 72 65 20 73 74 69 6c 6c |indows are still| 00000640 0a 66 69 78 65 64 20 69 6e 74 6f 20 74 68 65 20 |.fixed into the | 00000650 73 63 72 65 65 6e 20 61 72 65 61 2e 20 54 68 69 |screen area. Thi| 00000660 73 20 63 61 6e 20 62 65 20 63 6f 72 72 65 63 74 |s can be correct| 00000670 65 64 20 62 79 20 72 75 6e 6e 69 6e 67 20 74 68 |ed by running th| 00000680 65 20 6c 61 72 67 65 6e 65 73 73 20 6d 6f 64 75 |e largeness modu| 00000690 6c 65 0a 73 6f 6d 65 77 68 61 74 20 65 61 72 6c |le.somewhat earl| 000006a0 69 65 72 20 69 6e 20 79 6f 75 72 20 62 6f 6f 74 |ier in your boot| 000006b0 20 75 70 20 73 65 71 75 65 6e 63 65 2c 20 62 65 | up sequence, be| 000006c0 66 6f 72 65 20 79 6f 75 20 65 6e 74 65 72 20 74 |fore you enter t| 000006d0 68 65 20 64 65 73 6b 74 6f 70 0a 63 6f 6d 6d 61 |he desktop.comma| 000006e0 6e 64 20 73 74 61 67 65 2e 2e 2e 20 48 6d 6d 2e |nd stage... Hmm.| 000006f0 2e 2e 20 49 20 6e 6f 77 20 66 69 6e 64 20 74 68 |.. I now find th| 00000700 69 73 20 6f 6e 6c 79 20 77 6f 72 6b 73 20 66 6f |is only works fo| 00000710 72 20 6d 65 20 66 72 6f 6d 20 61 20 62 61 72 65 |r me from a bare| 00000720 20 6d 61 63 68 69 6e 65 2c 0a 61 6e 64 20 6e 6f | machine,.and no| 00000730 74 20 66 6f 72 20 70 61 72 74 20 6f 66 20 6d 79 |t for part of my| 00000740 20 63 6f 6e 66 69 67 75 72 61 74 69 6f 6e 2e 2e | configuration..| 00000750 2e 20 76 65 72 79 20 73 74 72 61 6e 67 65 2e 0a |. very strange..| 00000760 0a 49 20 68 61 76 65 20 68 61 64 20 74 68 69 73 |.I have had this| 00000770 20 75 73 65 64 20 77 69 74 68 20 74 68 65 20 6e | used with the n| 00000780 65 77 20 57 69 6d 70 20 76 65 72 73 69 6f 6e 73 |ew Wimp versions| 00000790 20 66 6c 6f 61 74 69 6e 67 20 61 72 6f 75 6e 64 | floating around| 000007a0 20 77 68 69 63 68 0a 61 70 70 61 72 61 6e 74 6c | which.apparantl| 000007b0 79 20 68 61 76 65 20 73 6f 6d 65 20 73 6f 6d 65 |y have some some| 000007c0 20 73 6f 72 74 20 6f 66 20 62 75 69 6c 74 20 69 | sort of built i| 000007d0 6e 20 61 62 69 6c 69 74 79 20 74 6f 20 6c 65 74 |n ability to let| 000007e0 20 73 74 75 66 66 20 6d 6f 76 65 20 6f 66 66 20 | stuff move off | 000007f0 74 68 65 0a 73 63 72 65 65 6e 2c 20 62 75 74 20 |the.screen, but | 00000800 4f 4e 4c 59 20 44 4f 57 4e 20 41 4e 44 20 52 49 |ONLY DOWN AND RI| 00000810 47 48 54 2e 20 49 66 20 6f 6e 6c 79 20 41 63 6f |GHT. If only Aco| 00000820 72 6e 20 77 61 73 6e 27 74 20 73 6f 20 77 65 69 |rn wasn't so wei| 00000830 72 64 2c 20 61 6e 64 20 69 74 20 64 69 64 0a 75 |rd, and it did.u| 00000840 70 20 61 6e 64 20 6c 65 66 74 20 74 6f 6f 2c 20 |p and left too, | 00000850 74 68 69 73 20 77 6f 75 6c 64 20 72 65 6d 6f 76 |this would remov| 00000860 65 20 61 6c 6c 20 6e 65 65 64 20 66 6f 72 20 74 |e all need for t| 00000870 68 65 20 63 6c 75 64 67 79 20 70 61 74 63 68 20 |he cludgy patch | 00000880 6d 6f 64 75 6c 65 20 77 68 65 6e 0a 74 68 65 79 |module when.they| 00000890 20 72 65 6c 65 61 73 65 20 69 74 2e 20 52 75 6d | release it. Rum| 000008a0 6f 75 72 20 6e 6f 77 20 73 75 67 67 65 73 74 73 |our now suggests| 000008b0 20 74 68 69 73 20 68 61 73 20 62 65 65 6e 20 69 | this has been i| 000008c0 6d 70 72 6f 76 65 64 2e 20 54 68 61 6e 6b 73 2e |mproved. Thanks.| 000008d0 0a 0a 4d 65 6e 75 73 20 61 6c 73 6f 20 6d 61 6e |..Menus also man| 000008e0 61 67 65 20 74 6f 20 73 6e 65 61 6b 20 70 61 73 |age to sneak pas| 000008f0 74 2e 2e 2e 20 70 6f 73 73 69 62 6c 79 20 75 73 |t... possibly us| 00000900 65 66 75 6c 20 61 73 20 69 74 20 6d 65 61 6e 73 |eful as it means| 00000910 20 74 68 65 79 20 64 6f 6e 27 74 20 6f 70 65 6e | they don't open| 00000920 0a 6f 66 66 20 73 63 72 65 65 6e 2e 20 42 75 74 |.off screen. But| 00000930 20 6c 65 61 66 20 6d 65 6e 75 73 20 74 68 61 74 | leaf menus that| 00000940 20 61 72 65 20 72 65 61 6c 6c 79 20 77 69 6e 64 | are really wind| 00000950 6f 77 73 20 64 6f 2e 20 4f 68 20 77 65 6c 6c 2e |ows do. Oh well.| 00000960 0a 0a 5a 6f 6f 6d 20 62 6f 78 65 73 20 73 65 65 |..Zoom boxes see| 00000970 6d 20 74 6f 20 74 72 79 20 74 6f 20 6f 70 65 6e |m to try to open| 00000980 20 77 69 6e 64 6f 77 73 20 74 6f 20 6d 61 78 69 | windows to maxi| 00000990 6d 75 6d 20 77 6f 72 6b 20 61 72 65 61 20 73 69 |mum work area si| 000009a0 7a 65 2c 20 61 6e 64 20 72 65 6c 79 0a 6f 6e 20 |ze, and rely.on | 000009b0 63 6c 69 70 70 69 6e 67 20 74 6f 20 66 69 78 20 |clipping to fix | 000009c0 74 68 69 73 2e 20 57 69 74 68 20 6e 6f 20 62 6f |this. With no bo| 000009d0 75 6e 64 69 6e 67 2c 20 79 6f 75 20 67 65 74 20 |unding, you get | 000009e0 72 69 64 69 63 75 6c 6f 75 73 6c 79 20 6c 61 72 |ridiculously lar| 000009f0 67 65 0a 77 69 6e 64 6f 77 73 2c 20 77 68 69 63 |ge.windows, whic| 00000a00 68 20 73 6f 6d 65 74 69 6d 65 73 20 73 68 6f 77 |h sometimes show| 00000a10 20 75 70 20 62 75 67 73 20 69 6e 20 74 68 65 20 | up bugs in the | 00000a20 77 69 6d 70 20 6f 72 20 69 6e 20 70 72 6f 67 72 |wimp or in progr| 00000a30 61 6d 73 20 5b 21 45 64 69 74 5d 0a 57 68 61 74 |ams [!Edit].What| 00000a40 20 69 73 20 6e 65 65 64 65 64 20 69 73 20 61 6e | is needed is an| 00000a50 20 61 64 64 69 74 69 6f 6e 61 6c 20 70 61 74 63 | additional patc| 00000a60 68 20 74 6f 20 63 61 74 63 68 20 74 68 69 73 20 |h to catch this | 00000a70 61 6e 64 20 66 69 78 20 69 74 2e 0a 0a 42 65 6c |and fix it...Bel| 00000a80 6f 77 20 69 73 20 6e 6f 20 6c 6f 6e 67 65 72 20 |ow is no longer | 00000a90 61 70 70 6c 69 63 61 62 6c 65 20 77 69 74 68 20 |applicable with | 00000aa0 70 6d 66 73 20 6d 6f 64 75 6c 65 20 69 6e 2e 0a |pmfs module in..| 00000ab0 52 45 4d 20 54 68 65 20 63 6f 6e 74 69 6e 75 61 |REM The continua| 00000ac0 6c 20 72 65 6d 6f 76 61 6c 20 6f 66 20 61 6e 79 |l removal of any| 00000ad0 20 6d 6f 75 73 65 20 62 6f 75 6e 64 73 20 72 65 | mouse bounds re| 00000ae0 63 74 61 6e 67 6c 65 73 20 61 74 20 65 61 63 68 |ctangles at each| 00000af0 20 6e 75 6c 6c 20 65 76 65 6e 74 0a 52 45 4d 20 | null event.REM | 00000b00 63 61 75 73 65 73 20 73 6f 6d 65 20 69 6e 74 65 |causes some inte| 00000b10 72 65 73 74 69 6e 67 20 62 65 68 61 76 69 6f 75 |resting behaviou| 00000b20 72 20 69 6e 20 71 75 69 74 65 20 61 20 66 65 77 |r in quite a few| 00000b30 20 63 61 73 65 73 2e 20 49 6e 20 70 61 72 74 69 | cases. In parti| 00000b40 63 75 6c 61 72 2c 0a 52 45 4d 20 74 68 65 20 74 |cular,.REM the t| 00000b50 61 73 6b 20 6d 61 6e 61 67 65 72 20 73 65 65 6d |ask manager seem| 00000b60 73 20 74 6f 20 75 73 65 20 74 68 65 20 62 6f 75 |s to use the bou| 00000b70 6e 64 73 20 74 6f 20 6c 69 6d 69 74 20 74 68 65 |nds to limit the| 00000b80 20 73 69 7a 65 20 6f 66 20 6d 65 6d 6f 72 79 0a | size of memory.| 00000b90 52 45 4d 20 72 65 67 69 6f 6e 73 2e 20 57 69 74 |REM regions. Wit| 00000ba0 68 20 69 74 20 72 65 6d 6f 76 65 64 2c 20 79 6f |h it removed, yo| 00000bb0 75 20 63 61 6e 20 64 72 61 67 20 65 67 20 74 68 |u can drag eg th| 00000bc0 65 20 66 6f 6e 74 20 63 61 63 68 65 20 74 6f 20 |e font cache to | 00000bd0 6c 61 72 67 65 72 20 74 68 61 6e 20 31 0a 52 45 |larger than 1.RE| 00000be0 4d 20 4d 65 67 2c 20 6f 76 65 72 77 72 69 74 69 |M Meg, overwriti| 00000bf0 6e 67 20 74 68 65 20 44 4d 41 20 61 72 65 61 20 |ng the DMA area | 00000c00 61 6e 64 20 43 52 41 53 48 49 4e 47 20 74 68 65 |and CRASHING the| 00000c10 20 73 79 73 74 65 6d 20 2d 20 62 61 64 21 20 49 | system - bad! I| 00000c20 74 20 68 61 73 20 61 6e 0a 52 45 4d 20 65 66 66 |t has an.REM eff| 00000c30 65 63 74 20 6f 6e 20 73 6f 6d 65 20 73 63 72 6f |ect on some scro| 00000c40 6c 6c 20 62 61 72 73 20 74 6f 6f 2c 20 61 6c 6c |ll bars too, all| 00000c50 6f 77 69 6e 67 20 74 68 65 6d 20 74 6f 20 6d 6f |owing them to mo| 00000c60 76 65 20 62 65 79 6f 6e 64 20 74 68 65 69 72 20 |ve beyond their | 00000c70 6e 6f 72 6d 61 6c 0a 52 45 4d 20 6c 69 6d 69 74 |normal.REM limit| 00000c80 73 2c 20 65 73 70 65 63 69 61 6c 6c 79 20 77 69 |s, especially wi| 00000c90 74 68 20 6e 6f 20 68 6f 74 20 75 70 64 61 74 65 |th no hot update| 00000ca0 2e 0a 0a 43 65 72 74 61 69 6e 20 6d 6f 64 69 66 |...Certain modif| 00000cb0 69 63 61 74 69 6f 6e 73 20 6f 66 20 74 68 65 20 |ications of the | 00000cc0 64 65 66 61 75 6c 74 20 69 63 6f 6e 20 62 61 72 |default icon bar| 00000cd0 20 6c 65 61 64 20 74 6f 20 69 74 20 62 65 63 6f | lead to it beco| 00000ce0 6d 69 6e 67 20 64 72 61 67 61 62 6c 65 20 2d 0a |ming dragable -.| 00000cf0 74 68 69 73 20 69 73 20 72 65 61 73 6f 6e 61 62 |this is reasonab| 00000d00 6c 79 20 75 6e 64 65 73 69 72 61 62 6c 65 2e 20 |ly undesirable. | 00000d10 49 6e 20 70 61 72 74 69 63 75 6c 61 72 2c 20 69 |In particular, i| 00000d20 6e 20 6e 65 77 20 72 69 73 63 6f 73 20 76 65 72 |n new riscos ver| 00000d30 73 69 6f 6e 73 20 74 68 61 74 20 49 0a 68 61 76 |sions that I.hav| 00000d40 65 20 68 61 64 20 74 68 69 73 20 74 72 69 65 64 |e had this tried| 00000d50 20 77 69 74 68 2c 20 74 68 65 72 65 20 69 73 20 | with, there is | 00000d60 61 20 70 75 6c 6c 20 69 63 6f 6e 20 62 61 72 20 |a pull icon bar | 00000d70 74 6f 20 66 72 6f 6e 74 20 6f 70 65 72 61 74 69 |to front operati| 00000d80 6f 6e 0a 77 68 69 63 68 20 64 6f 65 73 20 74 68 |on.which does th| 00000d90 69 73 2e 20 50 75 73 68 69 6e 67 20 69 74 20 74 |is. Pushing it t| 00000da0 6f 20 62 61 63 6b 20 61 67 61 69 6e 20 66 69 78 |o back again fix| 00000db0 65 73 20 69 74 2c 20 74 68 6f 75 67 68 2e 20 41 |es it, though. A| 00000dc0 6e 6f 74 68 65 72 0a 74 68 69 6e 67 20 74 6f 20 |nother.thing to | 00000dd0 64 6f 20 57 69 74 68 20 74 68 65 20 72 65 74 72 |do With the retr| 00000de0 69 65 76 65 20 77 69 6e 64 6f 77 73 20 66 65 61 |ieve windows fea| 00000df0 74 75 72 65 2c 20 69 73 20 6d 61 6b 65 20 77 69 |ture, is make wi| 00000e00 6e 64 6f 77 73 20 6f 66 66 20 73 63 72 65 65 6e |ndows off screen| 00000e10 0a 76 69 73 69 62 6c 65 2c 20 65 67 20 74 68 65 |.visible, eg the| 00000e20 20 54 61 73 6b 20 4d 61 6e 61 67 65 72 27 73 20 | Task Manager's | 00000e30 47 72 61 62 20 6b 65 79 73 20 77 69 6e 64 6f 77 |Grab keys window| 00000e40 2c 20 74 68 6f 75 67 68 20 69 74 20 73 65 65 6d |, though it seem| 00000e50 73 20 74 6f 20 73 74 61 72 74 0a 6f 66 66 20 62 |s to start.off b| 00000e60 61 63 6b 67 72 6f 75 6e 64 2c 20 61 6e 64 20 6c |ackground, and l| 00000e70 6f 73 65 20 74 68 69 73 20 6c 61 74 65 72 2e 20 |ose this later. | 00000e80 45 72 72 2e 2e 2e 20 4f 68 21 20 48 6d 6d 2e 2e |Err... Oh! Hmm..| 00000e90 2e 20 6f 6e 65 20 63 61 6e 20 74 68 65 6e 20 63 |. one can then c| 00000ea0 6c 6f 73 65 0a 74 68 69 73 2c 20 77 68 69 63 68 |lose.this, which| 00000eb0 20 64 69 73 61 62 6c 65 73 20 74 68 65 20 66 31 | disables the f1| 00000ec0 32 20 65 74 63 20 68 6f 74 20 6b 65 79 73 2e 20 |2 etc hot keys. | 00000ed0 55 73 65 66 75 6c 20 65 68 3f 0a 0a 48 69 73 74 |Useful eh?..Hist| 00000ee0 6f 72 79 3a 0a 0a 54 68 69 73 20 70 72 6f 67 72 |ory:..This progr| 00000ef0 61 6d 20 77 61 73 20 69 6e 69 74 69 61 6c 6c 79 |am was initially| 00000f00 20 61 64 61 70 74 65 64 20 66 72 6f 6d 20 74 68 | adapted from th| 00000f10 65 20 21 4d 61 64 6e 65 73 73 20 61 70 70 6c 69 |e !Madness appli| 00000f20 63 61 74 6f 6e 20 66 72 6f 6d 20 41 63 6f 72 6e |caton from Acorn| 00000f30 2e 0a 48 6f 77 65 76 65 72 2c 20 49 20 68 61 76 |..However, I hav| 00000f40 65 20 64 69 73 70 6f 73 65 64 20 6f 66 20 76 65 |e disposed of ve| 00000f50 72 79 20 6c 61 72 67 65 20 61 6d 6f 75 6e 74 73 |ry large amounts| 00000f60 20 6f 66 20 6a 75 6e 6b 2c 20 61 6e 64 20 73 6f | of junk, and so| 00000f70 72 74 65 64 20 74 68 69 6e 67 73 0a 6f 75 74 20 |rted things.out | 00000f80 71 75 69 74 65 20 61 20 62 69 74 2e 0a 0a 31 2e |quite a bit...1.| 00000f90 30 30 3a 20 50 72 69 6d 69 74 69 76 65 20 76 65 |00: Primitive ve| 00000fa0 72 73 69 6f 6e 2c 20 61 62 73 6f 6c 75 74 65 6c |rsion, absolutel| 00000fb0 79 20 6e 6f 20 69 6e 74 65 6c 6c 69 67 65 6e 63 |y no intelligenc| 00000fc0 65 20 6f 72 20 66 6c 65 78 61 62 69 6c 69 74 79 |e or flexability| 00000fd0 2c 20 6a 75 73 74 20 74 68 65 0a 20 20 20 20 20 |, just the. | 00000fe0 20 62 61 73 69 63 20 69 64 65 61 2e 20 44 65 63 | basic idea. Dec| 00000ff0 69 64 65 64 20 74 6f 20 6d 61 6b 65 20 6d 6f 76 |ided to make mov| 00001000 65 6d 65 6e 74 20 73 74 61 74 69 63 2c 20 6e 6f |ement static, no| 00001010 74 20 64 79 6e 61 6d 69 63 2c 20 69 2e 65 2e 20 |t dynamic, i.e. | 00001020 6d 6f 76 65 0a 20 20 20 20 20 20 6d 6f 75 73 65 |move. mouse| 00001030 20 70 6f 69 6e 74 65 72 20 74 6f 6f 2e 20 50 72 | pointer too. Pr| 00001040 65 76 65 6e 74 73 20 74 6f 74 61 6c 20 6c 6f 73 |events total los| 00001050 73 20 6f 66 20 77 69 6e 64 6f 77 73 20 66 72 6f |s of windows fro| 00001060 6d 20 61 20 70 6f 69 6e 74 65 72 0a 20 20 20 20 |m a pointer. | 00001070 20 20 61 63 63 69 64 65 6e 74 61 6c 6c 79 20 6c | accidentally l| 00001080 65 66 74 20 6f 66 66 20 73 63 72 65 65 6e 2e 0a |eft off screen..| 00001090 0a 31 2e 30 31 3a 20 41 64 64 65 64 20 62 61 72 |.1.01: Added bar| 000010a0 20 69 63 6f 6e 20 77 69 74 68 20 72 65 74 72 69 | icon with retri| 000010b0 65 76 65 20 77 69 6e 64 6f 77 73 20 66 65 61 74 |eve windows feat| 000010c0 75 72 65 2e 20 4e 6f 20 6d 65 6e 75 20 74 68 6f |ure. No menu tho| 000010d0 75 67 68 2e 0a 0a 31 2e 30 32 3a 20 41 64 64 65 |ugh...1.02: Adde| 000010e0 64 20 6d 65 6e 75 20 74 6f 20 69 63 6f 6e 20 62 |d menu to icon b| 000010f0 61 72 2c 20 61 6e 64 20 73 63 61 74 74 65 72 20 |ar, and scatter | 00001100 77 69 6e 64 6f 77 20 66 65 61 74 75 72 65 2e 20 |window feature. | 00001110 43 68 61 6e 67 65 64 20 70 61 74 63 68 0a 20 20 |Changed patch. | 00001120 20 20 20 20 6d 6f 64 75 6c 65 20 6e 61 6d 65 20 | module name | 00001130 74 6f 20 22 4c 61 72 67 65 6e 65 73 73 22 0a 0a |to "Largeness"..| 00001140 31 2e 30 33 3a 20 41 64 64 65 64 20 69 6e 66 6f |1.03: Added info| 00001150 20 77 69 6e 64 6f 77 0a 0a 31 2e 30 34 3a 20 41 | window..1.04: A| 00001160 64 64 65 64 20 6f 76 65 72 61 6c 6c 20 76 69 65 |dded overall vie| 00001170 77 20 77 69 6e 64 6f 77 2c 20 77 69 74 68 20 64 |w window, with d| 00001180 72 61 67 20 61 6e 64 20 63 6c 69 63 6b 20 74 6f |rag and click to| 00001190 20 66 72 6f 6e 74 2f 62 61 63 6b 2e 0a 20 20 20 | front/back.. | 000011a0 20 20 20 52 65 70 6c 61 63 65 64 20 73 63 61 74 | Replaced scat| 000011b0 74 65 72 20 66 65 61 74 75 72 65 20 62 79 20 70 |ter feature by p| 000011c0 75 6c 6c 20 74 6f 20 66 72 6f 6e 74 20 6f 66 20 |ull to front of | 000011d0 76 69 65 77 0a 20 20 20 20 20 20 20 20 44 69 64 |view. Did| 000011e0 20 61 6e 79 62 6f 64 79 20 72 65 61 6c 6c 79 20 | anybody really | 000011f0 75 73 65 20 74 68 61 74 3f 0a 0a 31 2e 30 35 3a |use that?..1.05:| 00001200 20 4c 6f 74 73 20 6f 66 20 6f 70 74 69 6d 69 73 | Lots of optimis| 00001210 61 74 69 6f 6e 20 73 6f 20 69 74 20 6f 6e 6c 79 |ation so it only| 00001220 20 75 70 64 61 74 65 73 20 77 69 6e 64 6f 77 20 | updates window | 00001230 77 68 65 6e 0a 20 20 20 20 20 20 6e 65 65 64 65 |when. neede| 00001240 64 2c 20 61 6e 64 20 63 61 75 73 65 73 20 6c 65 |d, and causes le| 00001250 73 73 20 6f 66 20 61 20 63 61 74 63 68 20 65 76 |ss of a catch ev| 00001260 65 72 79 20 73 65 63 6f 6e 64 2e 0a 20 20 20 20 |ery second.. | 00001270 20 20 4e 6f 77 20 6e 6f 74 20 72 65 61 6c 6c 79 | Now not really| 00001280 20 6e 6f 74 69 63 65 61 62 6c 65 20 77 69 74 68 | noticeable with| 00001290 20 41 52 4d 33 2c 20 73 74 69 6c 6c 20 74 68 65 | ARM3, still the| 000012a0 72 65 20 77 69 74 68 20 41 52 4d 32 20 74 68 6f |re with ARM2 tho| 000012b0 75 67 68 2e 0a 0a 31 2e 30 36 3a 20 41 64 64 65 |ugh...1.06: Adde| 000012c0 64 20 64 72 61 67 67 69 6e 67 20 6f 66 20 65 6e |d dragging of en| 000012d0 74 69 72 65 20 73 63 72 65 65 6e 0a 20 20 20 20 |tire screen. | 000012e0 20 20 4e 6f 77 20 52 65 73 74 6f 72 65 73 20 6d | Now Restores m| 000012f0 6f 75 73 65 20 62 6f 75 6e 64 73 20 74 6f 20 73 |ouse bounds to s| 00001300 63 72 65 65 6e 20 73 69 7a 65 20 77 68 65 6e 20 |creen size when | 00001310 71 75 69 74 74 69 6e 67 0a 20 20 20 20 20 20 41 |quitting. A| 00001320 64 64 65 64 20 65 78 70 6c 69 63 69 74 20 63 68 |dded explicit ch| 00001330 65 63 6b 20 66 6f 72 20 54 61 73 6b 4d 61 6e 61 |eck for TaskMana| 00001340 67 65 72 27 73 20 47 72 61 62 20 4b 65 79 73 20 |ger's Grab Keys | 00001350 77 69 6e 64 6f 77 0a 0a 31 2e 30 37 3a 20 49 6e |window..1.07: In| 00001360 74 65 72 6e 61 74 69 6f 6e 61 6c 69 73 65 64 2e |ternationalised.| 00001370 20 28 6e 6f 74 20 72 65 61 6c 6c 79 20 73 75 72 | (not really sur| 00001380 65 20 77 68 79 20 2d 20 61 6c 6c 20 6f 66 20 35 |e why - all of 5| 00001390 20 6d 65 73 73 61 67 65 73 29 0a 20 20 20 20 20 | messages). | 000013a0 20 49 6e 63 6f 72 70 6f 72 61 74 65 64 20 6d 6f | Incorporated mo| 000013b0 75 73 65 20 62 6f 75 6e 64 73 20 6d 6f 64 75 6c |use bounds modul| 000013c0 65 20 66 72 6f 6d 20 70 6d 66 20 28 74 68 61 6e |e from pmf (than| 000013d0 6b 73 29 20 2d 20 73 6f 20 6e 6f 77 20 62 6f 75 |ks) - so now bou| 000013e0 6e 64 73 20 6f 6e 6c 79 20 72 65 6d 6f 76 65 64 |nds only removed| 000013f0 0a 20 20 20 20 20 20 77 68 65 6e 20 77 65 72 65 |. when were| 00001400 20 66 75 6c 6c 20 73 63 72 65 65 6e 2e 20 53 6f | full screen. So| 00001410 6d 65 20 68 65 6c 70 20 66 72 6f 6d 20 4a 6f 6e |me help from Jon| 00001420 20 61 6e 64 20 4f 77 65 6e 20 66 69 64 64 6c 69 | and Owen fiddli| 00001430 6e 67 20 77 69 74 68 20 73 6f 66 74 20 72 65 73 |ng with soft res| 00001440 65 74 0a 20 20 20 20 20 20 61 6e 64 20 72 6d 6b |et. and rmk| 00001450 69 6c 6c 20 62 65 68 61 76 69 6f 75 72 2e 0a 0a |ill behaviour...| 00001460 44 69 73 74 72 69 62 75 74 69 6f 6e 3a 0a 0a 54 |Distribution:..T| 00001470 68 69 73 20 61 70 70 6c 69 63 61 74 69 6f 6e 20 |his application | 00001480 69 73 20 68 65 72 65 62 79 20 6d 61 64 65 20 66 |is hereby made f| 00001490 72 65 65 6c 79 20 64 69 73 74 72 69 62 75 74 61 |reely distributa| 000014a0 62 6c 65 2c 20 62 75 74 20 49 20 72 65 74 61 69 |ble, but I retai| 000014b0 6e 20 63 6f 70 79 72 69 67 68 74 2e 0a 41 74 20 |n copyright..At | 000014c0 6c 65 61 73 74 2c 20 69 66 20 74 68 65 20 63 72 |least, if the cr| 000014d0 61 7a 79 20 6c 61 77 20 6c 65 74 73 20 6d 65 2c |azy law lets me,| 000014e0 20 49 20 77 69 6c 6c 2e 20 50 6c 65 61 73 65 20 | I will. Please | 000014f0 74 65 6c 6c 20 6d 65 20 69 66 20 79 6f 75 20 64 |tell me if you d| 00001500 6f 0a 61 6e 79 74 68 69 6e 67 20 69 6e 74 65 72 |o.anything inter| 00001510 65 73 74 69 6e 67 20 77 69 74 68 20 69 74 2e 0a |esting with it..| 00001520 0a 4d 65 3a 0a 0a 42 72 69 61 6e 2e 42 72 75 6e |.Me:..Brian.Brun| 00001530 73 77 69 63 6b 40 63 6c 2e 63 61 6d 2e 61 63 2e |swick@cl.cam.ac.| 00001540 75 6b 0a 54 72 69 6e 69 74 79 20 43 6f 6c 6c 65 |uk.Trinity Colle| 00001550 67 65 0a 43 61 6d 62 72 69 64 67 65 0a 43 42 32 |ge.Cambridge.CB2| 00001560 20 31 54 51 0a 55 4b 0a | 1TQ.UK.| 00001568