Home » Archimedes archive » Archimedes World » AW-1997-02.adf » !Utilities_Utils » !MoveWindo/!Help
!MoveWindo/!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 » Archimedes World » AW-1997-02.adf » !Utilities_Utils |
Filename: | !MoveWindo/!Help |
Read OK: | ✔ |
File size: | 03A9 bytes |
Load address: | 0000 |
Exec address: | 0000 |
File contents
MoveWindow ---------- By Andrew Brooks, from an idea by Iain Fothergill (aka Wowbagger). Usage ----- To move a window without using the title bar: Press and hold <CTRL> and <SHIFT>. The window can then be dragged as normal by holding a mouse button down anywhere in the window. NOTE: Mouse clicks are just detected, not intercepted, and so the mouse should not point to any sensitive area in the window, eg. over a 'format hard disc' icon! Andrew Brooks can be contacted at: arb@comp.lancs.ac.uk Computer Science Department, Lancaster University, Lancaster, LA1 4YR. Iain Fothergill can be contacted at: "Joycelyn", Preston Road, Charnock Richard, Chorley, Lancashire, PR7 5HH History ------- 0.01 BASIC program by Iain Fothergill 0.02 19 Nov 1991 Module by Andrew Brooks 0.03 30 Jan 1992 Bugfix, stops MoveWindow restarting the window drag (possibly picking up a new window) every null event.
00000000 4d 6f 76 65 57 69 6e 64 6f 77 0a 2d 2d 2d 2d 2d |MoveWindow.-----| 00000010 2d 2d 2d 2d 2d 0a 42 79 20 41 6e 64 72 65 77 20 |-----.By Andrew | 00000020 42 72 6f 6f 6b 73 2c 20 66 72 6f 6d 20 61 6e 20 |Brooks, from an | 00000030 69 64 65 61 20 62 79 20 49 61 69 6e 20 46 6f 74 |idea by Iain Fot| 00000040 68 65 72 67 69 6c 6c 20 28 61 6b 61 20 57 6f 77 |hergill (aka Wow| 00000050 62 61 67 67 65 72 29 2e 0a 0a 0a 55 73 61 67 65 |bagger)....Usage| 00000060 0a 2d 2d 2d 2d 2d 0a 0a 54 6f 20 6d 6f 76 65 20 |.-----..To move | 00000070 61 20 77 69 6e 64 6f 77 20 77 69 74 68 6f 75 74 |a window without| 00000080 20 75 73 69 6e 67 20 74 68 65 20 74 69 74 6c 65 | using the title| 00000090 20 62 61 72 3a 0a 0a 50 72 65 73 73 20 61 6e 64 | bar:..Press and| 000000a0 20 68 6f 6c 64 20 3c 43 54 52 4c 3e 20 61 6e 64 | hold <CTRL> and| 000000b0 20 3c 53 48 49 46 54 3e 2e 20 54 68 65 20 77 69 | <SHIFT>. The wi| 000000c0 6e 64 6f 77 20 63 61 6e 20 74 68 65 6e 20 62 65 |ndow can then be| 000000d0 20 64 72 61 67 67 65 64 20 61 73 20 6e 6f 72 6d | dragged as norm| 000000e0 61 6c 0a 62 79 20 68 6f 6c 64 69 6e 67 20 61 20 |al.by holding a | 000000f0 6d 6f 75 73 65 20 62 75 74 74 6f 6e 20 64 6f 77 |mouse button dow| 00000100 6e 20 61 6e 79 77 68 65 72 65 20 69 6e 20 74 68 |n anywhere in th| 00000110 65 20 77 69 6e 64 6f 77 2e 0a 0a 4e 4f 54 45 3a |e window...NOTE:| 00000120 20 4d 6f 75 73 65 20 63 6c 69 63 6b 73 20 61 72 | Mouse clicks ar| 00000130 65 20 6a 75 73 74 20 64 65 74 65 63 74 65 64 2c |e just detected,| 00000140 20 6e 6f 74 20 69 6e 74 65 72 63 65 70 74 65 64 | not intercepted| 00000150 2c 20 61 6e 64 20 73 6f 20 74 68 65 20 6d 6f 75 |, and so the mou| 00000160 73 65 0a 73 68 6f 75 6c 64 20 6e 6f 74 20 70 6f |se.should not po| 00000170 69 6e 74 20 74 6f 20 61 6e 79 20 73 65 6e 73 69 |int to any sensi| 00000180 74 69 76 65 20 61 72 65 61 20 69 6e 20 74 68 65 |tive area in the| 00000190 20 77 69 6e 64 6f 77 2c 20 65 67 2e 20 6f 76 65 | window, eg. ove| 000001a0 72 20 61 20 27 66 6f 72 6d 61 74 0a 68 61 72 64 |r a 'format.hard| 000001b0 20 64 69 73 63 27 20 69 63 6f 6e 21 0a 0a 0a 41 | disc' icon!...A| 000001c0 6e 64 72 65 77 20 42 72 6f 6f 6b 73 20 63 61 6e |ndrew Brooks can| 000001d0 20 62 65 20 63 6f 6e 74 61 63 74 65 64 20 61 74 | be contacted at| 000001e0 3a 0a 61 72 62 40 63 6f 6d 70 2e 6c 61 6e 63 73 |:.arb@comp.lancs| 000001f0 2e 61 63 2e 75 6b 0a 43 6f 6d 70 75 74 65 72 20 |.ac.uk.Computer | 00000200 53 63 69 65 6e 63 65 20 44 65 70 61 72 74 6d 65 |Science Departme| 00000210 6e 74 2c 0a 4c 61 6e 63 61 73 74 65 72 20 55 6e |nt,.Lancaster Un| 00000220 69 76 65 72 73 69 74 79 2c 0a 4c 61 6e 63 61 73 |iversity,.Lancas| 00000230 74 65 72 2c 0a 4c 41 31 20 34 59 52 2e 0a 0a 49 |ter,.LA1 4YR...I| 00000240 61 69 6e 20 46 6f 74 68 65 72 67 69 6c 6c 20 63 |ain Fothergill c| 00000250 61 6e 20 62 65 20 63 6f 6e 74 61 63 74 65 64 20 |an be contacted | 00000260 61 74 3a 0a 22 4a 6f 79 63 65 6c 79 6e 22 2c 20 |at:."Joycelyn", | 00000270 50 72 65 73 74 6f 6e 20 52 6f 61 64 2c 0a 43 68 |Preston Road,.Ch| 00000280 61 72 6e 6f 63 6b 20 52 69 63 68 61 72 64 2c 0a |arnock Richard,.| 00000290 43 68 6f 72 6c 65 79 2c 0a 4c 61 6e 63 61 73 68 |Chorley,.Lancash| 000002a0 69 72 65 2c 0a 50 52 37 20 35 48 48 0a 0a 0a 48 |ire,.PR7 5HH...H| 000002b0 69 73 74 6f 72 79 0a 2d 2d 2d 2d 2d 2d 2d 0a 30 |istory.-------.0| 000002c0 2e 30 31 20 20 20 20 20 20 20 20 20 20 20 20 20 |.01 | 000002d0 20 42 41 53 49 43 20 70 72 6f 67 72 61 6d 20 62 | BASIC program b| 000002e0 79 20 49 61 69 6e 20 46 6f 74 68 65 72 67 69 6c |y Iain Fothergil| 000002f0 6c 0a 30 2e 30 32 20 31 39 20 4e 6f 76 20 31 39 |l.0.02 19 Nov 19| 00000300 39 31 20 20 4d 6f 64 75 6c 65 20 62 79 20 41 6e |91 Module by An| 00000310 64 72 65 77 20 42 72 6f 6f 6b 73 0a 30 2e 30 33 |drew Brooks.0.03| 00000320 20 33 30 20 4a 61 6e 20 31 39 39 32 20 20 42 75 | 30 Jan 1992 Bu| 00000330 67 66 69 78 2c 20 73 74 6f 70 73 20 4d 6f 76 65 |gfix, stops Move| 00000340 57 69 6e 64 6f 77 20 72 65 73 74 61 72 74 69 6e |Window restartin| 00000350 67 20 74 68 65 20 77 69 6e 64 6f 77 20 64 72 61 |g the window dra| 00000360 67 0a 20 20 20 20 20 20 20 20 20 20 20 20 20 20 |g. | 00000370 20 20 20 20 28 70 6f 73 73 69 62 6c 79 20 70 69 | (possibly pi| 00000380 63 6b 69 6e 67 20 75 70 20 61 20 6e 65 77 20 77 |cking up a new w| 00000390 69 6e 64 6f 77 29 20 65 76 65 72 79 20 6e 75 6c |indow) every nul| 000003a0 6c 20 65 76 65 6e 74 2e 0a |l event..| 000003a9