Home » Archimedes archive » Acorn User » AU 1998-09.adf » Features » DesktopPD/ExtraBar/!ExDocs/Docs/upgrading
DesktopPD/ExtraBar/!ExDocs/Docs/upgrading
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 1998-09.adf » Features |
Filename: | DesktopPD/ExtraBar/!ExDocs/Docs/upgrading |
Read OK: | ✔ |
File size: | 0F96 bytes |
Load address: | 0000 |
Exec address: | 0000 |
File contents
<html> <head> <title>ExtraBar - Upgrading from versions 0.xx</title> </head> <body bgcolor="#ffffff" text="#000000" link="#0000dd" alink="#0000dd" opmargin=8 leftmargin=8 rightmargin=8> <h1><img src="images/smlogo.gif" align="right">ExtraBar - Upgrading</h1> <hr noshade> <p>If you are upgrading to ExtraBar 1.xx from a 0.xx version then there are important changes that you should familiarise yourself with.</p> <p>The most important change is that this version of ExtraBar has been written to integrate as closely with the Risc OS desktop as possible. This has meant a number of changes have been made;</p> <table width="100%"> <colgroup><col width="60" align="center"><col></colgroup> <tbody> <tr><td><B>1.</B><td><B>Sprites are no longer stored by Extrabar.</B></tr> <tr><td><td><p>Instead of Extrabar storing its own set of sprites, separate to those used by the window manager, it has handed all responsibility back to the window manager.</p> <p>If you want to include a sprite in a button then you will need to <tt>*IconSprites <file></tt> the file first.</p> <tr><td><B>2.</B><td><B>Dynamic buttons.</B></tr> <tr><td><td><p>When defining a dynamic button, ExtraBar will now automatically detect its presence by the first letter in the text field being a <B>#</B>. It is also possible now to have a sprite in a dynamic button rather then just text. The sprite is defined in the sprite field of the alter button window.</p> <p>The 'Extra info' field has also now been removed. Rather then defining it as a separately, any extra information required by a dynamic button is defined in the text field with the dynamic item. For example to define a button that has a clock face, 24 hour time without seconds you would enter the following;</p></tr> <tr><td> <td> <center> <table border=0 width="60%" cellspacing=2 cellpadding=4> <tr bgcolor="#dddddd"><th>Field</th><th>Text</th></tr> <tr><td><I>Text</I></td><td>#time "%24:%mi"</td></tr> <tr><td><I>Sprite</I></td><td>sm!clock</td></tr> </table> </center> <tr><td><td><p>The command field are unchanged except that the fall in line with the rest of Risc OS the command separator has changed from <I>{com}</I> to the more normal <I>|M</I>.</p> <tr><td><B>3.</B><td><B>Internal commands</B> <tr><td><td><p>In previous versions of ExtraBar, there where a number of internal commands used within Extrabar. These have now been removed. This is to save memory and to make it easier in the future to add new functions.</p> <p>A side effect of this is that the commands can now be used inside of the Obey files when they are run inside of the desktop. There is a known problem though with TaskWindows and you should avoid running the commands from them.</p> <tr><td><B>4.</B><td><B>!F12Toggle boot patch</B> <tr><td><td><p>With ExtraBar 0.xx you required a patch to be added to your boot sequence if ExtraBar was started at boot time. This patch prevented ExtraBar opening its main window behind the Pinboard.</p> <p>This patch is nolonger required.</p> </tbody> </table> <H2>Loading old Extrabar (pre 1.00) files</H2> <p>If you load an old ExtraBar file (pre 1.00) then it will be converted to the new file format by the <tt>!ExtraBar.RMStore.!Convert</tt> script. If the file contained any sprites then Extrabar will automatically load these in to the shared sprite pool. You can then save them separately from the <tt>ExtraBar => Save => Sprites</tt> sub menu.</p> <p>The conversion script will automatically convert the command separator used in the script to <I>|M</I> for use with the 1.xx versions of ExtraBar.</p> <p>The conversion script will automatically convert old style dynamic buttons in to the new style definitions, as use by version 1.xx of ExtraBar.</p> <hr noshade> <p align="right">If you have any problems or queries about ExtraBar 1.xx then you can<br>contact me at <a href="mailto:davemac@atlantic.oaktree.co.uk">davemac@atlantic.oaktree.co.uk</a>. </body> </html>
00000000 3c 68 74 6d 6c 3e 0a 3c 68 65 61 64 3e 0a 3c 74 |<html>.<head>.<t| 00000010 69 74 6c 65 3e 45 78 74 72 61 42 61 72 20 2d 20 |itle>ExtraBar - | 00000020 55 70 67 72 61 64 69 6e 67 20 66 72 6f 6d 20 76 |Upgrading from v| 00000030 65 72 73 69 6f 6e 73 20 30 2e 78 78 3c 2f 74 69 |ersions 0.xx</ti| 00000040 74 6c 65 3e 0a 3c 2f 68 65 61 64 3e 0a 3c 62 6f |tle>.</head>.<bo| 00000050 64 79 20 62 67 63 6f 6c 6f 72 3d 22 23 66 66 66 |dy bgcolor="#fff| 00000060 66 66 66 22 20 74 65 78 74 3d 22 23 30 30 30 30 |fff" text="#0000| 00000070 30 30 22 20 6c 69 6e 6b 3d 22 23 30 30 30 30 64 |00" link="#0000d| 00000080 64 22 20 61 6c 69 6e 6b 3d 22 23 30 30 30 30 64 |d" alink="#0000d| 00000090 64 22 20 6f 70 6d 61 72 67 69 6e 3d 38 20 6c 65 |d" opmargin=8 le| 000000a0 66 74 6d 61 72 67 69 6e 3d 38 20 72 69 67 68 74 |ftmargin=8 right| 000000b0 6d 61 72 67 69 6e 3d 38 3e 0a 0a 3c 68 31 3e 3c |margin=8>..<h1><| 000000c0 69 6d 67 20 73 72 63 3d 22 69 6d 61 67 65 73 2f |img src="images/| 000000d0 73 6d 6c 6f 67 6f 2e 67 69 66 22 20 61 6c 69 67 |smlogo.gif" alig| 000000e0 6e 3d 22 72 69 67 68 74 22 3e 45 78 74 72 61 42 |n="right">ExtraB| 000000f0 61 72 20 2d 20 55 70 67 72 61 64 69 6e 67 3c 2f |ar - Upgrading</| 00000100 68 31 3e 0a 0a 3c 68 72 20 6e 6f 73 68 61 64 65 |h1>..<hr noshade| 00000110 3e 0a 0a 3c 70 3e 49 66 20 79 6f 75 20 61 72 65 |>..<p>If you are| 00000120 20 75 70 67 72 61 64 69 6e 67 20 74 6f 20 45 78 | upgrading to Ex| 00000130 74 72 61 42 61 72 20 31 2e 78 78 20 66 72 6f 6d |traBar 1.xx from| 00000140 20 61 20 30 2e 78 78 20 76 65 72 73 69 6f 6e 20 | a 0.xx version | 00000150 74 68 65 6e 20 74 68 65 72 65 20 61 72 65 20 69 |then there are i| 00000160 6d 70 6f 72 74 61 6e 74 20 63 68 61 6e 67 65 73 |mportant changes| 00000170 20 74 68 61 74 20 79 6f 75 20 73 68 6f 75 6c 64 | that you should| 00000180 20 66 61 6d 69 6c 69 61 72 69 73 65 20 79 6f 75 | familiarise you| 00000190 72 73 65 6c 66 20 77 69 74 68 2e 3c 2f 70 3e 0a |rself with.</p>.| 000001a0 0a 3c 70 3e 54 68 65 20 6d 6f 73 74 20 69 6d 70 |.<p>The most imp| 000001b0 6f 72 74 61 6e 74 20 63 68 61 6e 67 65 20 69 73 |ortant change is| 000001c0 20 74 68 61 74 20 74 68 69 73 20 76 65 72 73 69 | that this versi| 000001d0 6f 6e 20 6f 66 20 45 78 74 72 61 42 61 72 20 68 |on of ExtraBar h| 000001e0 61 73 20 62 65 65 6e 20 77 72 69 74 74 65 6e 20 |as been written | 000001f0 74 6f 20 69 6e 74 65 67 72 61 74 65 20 61 73 20 |to integrate as | 00000200 63 6c 6f 73 65 6c 79 20 77 69 74 68 20 74 68 65 |closely with the| 00000210 20 52 69 73 63 20 4f 53 20 64 65 73 6b 74 6f 70 | Risc OS desktop| 00000220 20 61 73 20 70 6f 73 73 69 62 6c 65 2e 20 54 68 | as possible. Th| 00000230 69 73 20 68 61 73 20 6d 65 61 6e 74 20 61 20 6e |is has meant a n| 00000240 75 6d 62 65 72 20 6f 66 20 63 68 61 6e 67 65 73 |umber of changes| 00000250 20 68 61 76 65 20 62 65 65 6e 20 6d 61 64 65 3b | have been made;| 00000260 3c 2f 70 3e 0a 0a 3c 74 61 62 6c 65 20 77 69 64 |</p>..<table wid| 00000270 74 68 3d 22 31 30 30 25 22 3e 0a 3c 63 6f 6c 67 |th="100%">.<colg| 00000280 72 6f 75 70 3e 3c 63 6f 6c 20 77 69 64 74 68 3d |roup><col width=| 00000290 22 36 30 22 20 61 6c 69 67 6e 3d 22 63 65 6e 74 |"60" align="cent| 000002a0 65 72 22 3e 3c 63 6f 6c 3e 3c 2f 63 6f 6c 67 72 |er"><col></colgr| 000002b0 6f 75 70 3e 0a 0a 3c 74 62 6f 64 79 3e 0a 3c 74 |oup>..<tbody>.<t| 000002c0 72 3e 3c 74 64 3e 3c 42 3e 31 2e 3c 2f 42 3e 3c |r><td><B>1.</B><| 000002d0 74 64 3e 3c 42 3e 53 70 72 69 74 65 73 20 61 72 |td><B>Sprites ar| 000002e0 65 20 6e 6f 20 6c 6f 6e 67 65 72 20 73 74 6f 72 |e no longer stor| 000002f0 65 64 20 62 79 20 45 78 74 72 61 62 61 72 2e 3c |ed by Extrabar.<| 00000300 2f 42 3e 3c 2f 74 72 3e 0a 3c 74 72 3e 3c 74 64 |/B></tr>.<tr><td| 00000310 3e 3c 74 64 3e 3c 70 3e 49 6e 73 74 65 61 64 20 |><td><p>Instead | 00000320 6f 66 20 45 78 74 72 61 62 61 72 20 73 74 6f 72 |of Extrabar stor| 00000330 69 6e 67 20 69 74 73 20 6f 77 6e 20 73 65 74 20 |ing its own set | 00000340 6f 66 20 73 70 72 69 74 65 73 2c 20 73 65 70 61 |of sprites, sepa| 00000350 72 61 74 65 20 74 6f 20 74 68 6f 73 65 20 75 73 |rate to those us| 00000360 65 64 20 62 79 20 74 68 65 20 77 69 6e 64 6f 77 |ed by the window| 00000370 20 6d 61 6e 61 67 65 72 2c 20 69 74 20 68 61 73 | manager, it has| 00000380 20 68 61 6e 64 65 64 20 61 6c 6c 20 72 65 73 70 | handed all resp| 00000390 6f 6e 73 69 62 69 6c 69 74 79 20 62 61 63 6b 20 |onsibility back | 000003a0 74 6f 20 74 68 65 20 77 69 6e 64 6f 77 20 6d 61 |to the window ma| 000003b0 6e 61 67 65 72 2e 3c 2f 70 3e 0a 0a 3c 70 3e 49 |nager.</p>..<p>I| 000003c0 66 20 79 6f 75 20 77 61 6e 74 20 74 6f 20 69 6e |f you want to in| 000003d0 63 6c 75 64 65 20 61 20 73 70 72 69 74 65 20 69 |clude a sprite i| 000003e0 6e 20 61 20 62 75 74 74 6f 6e 20 74 68 65 6e 20 |n a button then | 000003f0 79 6f 75 20 77 69 6c 6c 20 6e 65 65 64 20 74 6f |you will need to| 00000400 20 3c 74 74 3e 2a 49 63 6f 6e 53 70 72 69 74 65 | <tt>*IconSprite| 00000410 73 20 26 6c 74 3b 66 69 6c 65 26 67 74 3b 3c 2f |s <file></| 00000420 74 74 3e 20 74 68 65 20 66 69 6c 65 20 66 69 72 |tt> the file fir| 00000430 73 74 2e 3c 2f 70 3e 0a 0a 3c 74 72 3e 3c 74 64 |st.</p>..<tr><td| 00000440 3e 3c 42 3e 32 2e 3c 2f 42 3e 3c 74 64 3e 3c 42 |><B>2.</B><td><B| 00000450 3e 44 79 6e 61 6d 69 63 20 62 75 74 74 6f 6e 73 |>Dynamic buttons| 00000460 2e 3c 2f 42 3e 3c 2f 74 72 3e 0a 3c 74 72 3e 3c |.</B></tr>.<tr><| 00000470 74 64 3e 3c 74 64 3e 3c 70 3e 57 68 65 6e 20 64 |td><td><p>When d| 00000480 65 66 69 6e 69 6e 67 20 61 20 64 79 6e 61 6d 69 |efining a dynami| 00000490 63 20 62 75 74 74 6f 6e 2c 20 45 78 74 72 61 42 |c button, ExtraB| 000004a0 61 72 20 77 69 6c 6c 20 6e 6f 77 20 61 75 74 6f |ar will now auto| 000004b0 6d 61 74 69 63 61 6c 6c 79 20 64 65 74 65 63 74 |matically detect| 000004c0 20 69 74 73 20 70 72 65 73 65 6e 63 65 20 62 79 | its presence by| 000004d0 20 74 68 65 20 66 69 72 73 74 20 6c 65 74 74 65 | the first lette| 000004e0 72 20 69 6e 20 74 68 65 20 74 65 78 74 20 66 69 |r in the text fi| 000004f0 65 6c 64 20 62 65 69 6e 67 20 61 20 3c 42 3e 23 |eld being a <B>#| 00000500 3c 2f 42 3e 2e 20 49 74 20 69 73 20 61 6c 73 6f |</B>. It is also| 00000510 20 70 6f 73 73 69 62 6c 65 20 6e 6f 77 20 74 6f | possible now to| 00000520 20 68 61 76 65 20 61 20 73 70 72 69 74 65 20 69 | have a sprite i| 00000530 6e 20 61 20 64 79 6e 61 6d 69 63 20 62 75 74 74 |n a dynamic butt| 00000540 6f 6e 20 72 61 74 68 65 72 20 74 68 65 6e 20 6a |on rather then j| 00000550 75 73 74 20 74 65 78 74 2e 20 54 68 65 20 73 70 |ust text. The sp| 00000560 72 69 74 65 20 69 73 20 64 65 66 69 6e 65 64 20 |rite is defined | 00000570 69 6e 20 74 68 65 20 73 70 72 69 74 65 20 66 69 |in the sprite fi| 00000580 65 6c 64 20 6f 66 20 74 68 65 20 61 6c 74 65 72 |eld of the alter| 00000590 20 62 75 74 74 6f 6e 20 77 69 6e 64 6f 77 2e 3c | button window.<| 000005a0 2f 70 3e 0a 0a 3c 70 3e 54 68 65 20 27 45 78 74 |/p>..<p>The 'Ext| 000005b0 72 61 20 69 6e 66 6f 27 20 66 69 65 6c 64 20 68 |ra info' field h| 000005c0 61 73 20 61 6c 73 6f 20 6e 6f 77 20 62 65 65 6e |as also now been| 000005d0 20 72 65 6d 6f 76 65 64 2e 20 52 61 74 68 65 72 | removed. Rather| 000005e0 20 74 68 65 6e 20 64 65 66 69 6e 69 6e 67 20 69 | then defining i| 000005f0 74 20 61 73 20 61 20 73 65 70 61 72 61 74 65 6c |t as a separatel| 00000600 79 2c 20 61 6e 79 20 65 78 74 72 61 20 69 6e 66 |y, any extra inf| 00000610 6f 72 6d 61 74 69 6f 6e 20 72 65 71 75 69 72 65 |ormation require| 00000620 64 20 62 79 20 61 20 64 79 6e 61 6d 69 63 20 62 |d by a dynamic b| 00000630 75 74 74 6f 6e 20 69 73 20 64 65 66 69 6e 65 64 |utton is defined| 00000640 20 69 6e 20 74 68 65 20 74 65 78 74 20 66 69 65 | in the text fie| 00000650 6c 64 20 77 69 74 68 20 74 68 65 20 64 79 6e 61 |ld with the dyna| 00000660 6d 69 63 20 69 74 65 6d 2e 20 46 6f 72 20 65 78 |mic item. For ex| 00000670 61 6d 70 6c 65 20 74 6f 20 64 65 66 69 6e 65 20 |ample to define | 00000680 61 20 62 75 74 74 6f 6e 20 74 68 61 74 20 68 61 |a button that ha| 00000690 73 20 61 20 63 6c 6f 63 6b 20 66 61 63 65 2c 20 |s a clock face, | 000006a0 32 34 20 68 6f 75 72 20 74 69 6d 65 20 77 69 74 |24 hour time wit| 000006b0 68 6f 75 74 20 73 65 63 6f 6e 64 73 20 79 6f 75 |hout seconds you| 000006c0 20 77 6f 75 6c 64 20 65 6e 74 65 72 20 74 68 65 | would enter the| 000006d0 20 66 6f 6c 6c 6f 77 69 6e 67 3b 3c 2f 70 3e 3c | following;</p><| 000006e0 2f 74 72 3e 0a 0a 3c 74 72 3e 3c 74 64 3e 0a 3c |/tr>..<tr><td>.<| 000006f0 74 64 3e 0a 0a 3c 63 65 6e 74 65 72 3e 0a 3c 74 |td>..<center>.<t| 00000700 61 62 6c 65 20 62 6f 72 64 65 72 3d 30 20 77 69 |able border=0 wi| 00000710 64 74 68 3d 22 36 30 25 22 20 63 65 6c 6c 73 70 |dth="60%" cellsp| 00000720 61 63 69 6e 67 3d 32 20 63 65 6c 6c 70 61 64 64 |acing=2 cellpadd| 00000730 69 6e 67 3d 34 3e 0a 3c 74 72 20 62 67 63 6f 6c |ing=4>.<tr bgcol| 00000740 6f 72 3d 22 23 64 64 64 64 64 64 22 3e 3c 74 68 |or="#dddddd"><th| 00000750 3e 46 69 65 6c 64 3c 2f 74 68 3e 3c 74 68 3e 54 |>Field</th><th>T| 00000760 65 78 74 3c 2f 74 68 3e 3c 2f 74 72 3e 0a 3c 74 |ext</th></tr>.<t| 00000770 72 3e 3c 74 64 3e 3c 49 3e 54 65 78 74 3c 2f 49 |r><td><I>Text</I| 00000780 3e 3c 2f 74 64 3e 3c 74 64 3e 23 74 69 6d 65 20 |></td><td>#time | 00000790 22 25 32 34 3a 25 6d 69 22 3c 2f 74 64 3e 3c 2f |"%24:%mi"</td></| 000007a0 74 72 3e 0a 3c 74 72 3e 3c 74 64 3e 3c 49 3e 53 |tr>.<tr><td><I>S| 000007b0 70 72 69 74 65 3c 2f 49 3e 3c 2f 74 64 3e 3c 74 |prite</I></td><t| 000007c0 64 3e 73 6d 21 63 6c 6f 63 6b 3c 2f 74 64 3e 3c |d>sm!clock</td><| 000007d0 2f 74 72 3e 0a 3c 2f 74 61 62 6c 65 3e 0a 3c 2f |/tr>.</table>.</| 000007e0 63 65 6e 74 65 72 3e 0a 0a 3c 74 72 3e 3c 74 64 |center>..<tr><td| 000007f0 3e 3c 74 64 3e 3c 70 3e 54 68 65 20 63 6f 6d 6d |><td><p>The comm| 00000800 61 6e 64 20 66 69 65 6c 64 20 61 72 65 20 75 6e |and field are un| 00000810 63 68 61 6e 67 65 64 20 65 78 63 65 70 74 20 74 |changed except t| 00000820 68 61 74 20 74 68 65 20 66 61 6c 6c 20 69 6e 20 |hat the fall in | 00000830 6c 69 6e 65 20 77 69 74 68 20 74 68 65 20 72 65 |line with the re| 00000840 73 74 20 6f 66 20 52 69 73 63 20 4f 53 20 74 68 |st of Risc OS th| 00000850 65 20 63 6f 6d 6d 61 6e 64 20 73 65 70 61 72 61 |e command separa| 00000860 74 6f 72 20 68 61 73 20 63 68 61 6e 67 65 64 20 |tor has changed | 00000870 66 72 6f 6d 20 3c 49 3e 7b 63 6f 6d 7d 3c 2f 49 |from <I>{com}</I| 00000880 3e 20 74 6f 20 74 68 65 20 6d 6f 72 65 20 6e 6f |> to the more no| 00000890 72 6d 61 6c 20 3c 49 3e 7c 4d 3c 2f 49 3e 2e 3c |rmal <I>|M</I>.<| 000008a0 2f 70 3e 0a 0a 3c 74 72 3e 3c 74 64 3e 3c 42 3e |/p>..<tr><td><B>| 000008b0 33 2e 3c 2f 42 3e 3c 74 64 3e 3c 42 3e 49 6e 74 |3.</B><td><B>Int| 000008c0 65 72 6e 61 6c 20 63 6f 6d 6d 61 6e 64 73 3c 2f |ernal commands</| 000008d0 42 3e 0a 0a 3c 74 72 3e 3c 74 64 3e 3c 74 64 3e |B>..<tr><td><td>| 000008e0 3c 70 3e 49 6e 20 70 72 65 76 69 6f 75 73 20 76 |<p>In previous v| 000008f0 65 72 73 69 6f 6e 73 20 6f 66 20 45 78 74 72 61 |ersions of Extra| 00000900 42 61 72 2c 20 74 68 65 72 65 20 77 68 65 72 65 |Bar, there where| 00000910 20 61 20 6e 75 6d 62 65 72 20 6f 66 20 69 6e 74 | a number of int| 00000920 65 72 6e 61 6c 20 63 6f 6d 6d 61 6e 64 73 20 75 |ernal commands u| 00000930 73 65 64 20 77 69 74 68 69 6e 20 45 78 74 72 61 |sed within Extra| 00000940 62 61 72 2e 20 54 68 65 73 65 20 68 61 76 65 20 |bar. These have | 00000950 6e 6f 77 20 62 65 65 6e 20 72 65 6d 6f 76 65 64 |now been removed| 00000960 2e 20 54 68 69 73 20 69 73 20 74 6f 20 73 61 76 |. This is to sav| 00000970 65 20 6d 65 6d 6f 72 79 20 61 6e 64 20 74 6f 20 |e memory and to | 00000980 6d 61 6b 65 20 69 74 20 65 61 73 69 65 72 20 69 |make it easier i| 00000990 6e 20 74 68 65 20 66 75 74 75 72 65 20 74 6f 20 |n the future to | 000009a0 61 64 64 20 6e 65 77 20 66 75 6e 63 74 69 6f 6e |add new function| 000009b0 73 2e 3c 2f 70 3e 0a 0a 3c 70 3e 41 20 73 69 64 |s.</p>..<p>A sid| 000009c0 65 20 65 66 66 65 63 74 20 6f 66 20 74 68 69 73 |e effect of this| 000009d0 20 69 73 20 74 68 61 74 20 74 68 65 20 63 6f 6d | is that the com| 000009e0 6d 61 6e 64 73 20 63 61 6e 20 6e 6f 77 20 62 65 |mands can now be| 000009f0 20 75 73 65 64 20 69 6e 73 69 64 65 20 6f 66 20 | used inside of | 00000a00 74 68 65 20 4f 62 65 79 20 66 69 6c 65 73 20 77 |the Obey files w| 00000a10 68 65 6e 20 74 68 65 79 20 61 72 65 20 72 75 6e |hen they are run| 00000a20 20 69 6e 73 69 64 65 20 6f 66 20 74 68 65 20 64 | inside of the d| 00000a30 65 73 6b 74 6f 70 2e 20 54 68 65 72 65 20 69 73 |esktop. There is| 00000a40 20 61 20 6b 6e 6f 77 6e 20 70 72 6f 62 6c 65 6d | a known problem| 00000a50 20 74 68 6f 75 67 68 20 77 69 74 68 20 54 61 73 | though with Tas| 00000a60 6b 57 69 6e 64 6f 77 73 20 61 6e 64 20 79 6f 75 |kWindows and you| 00000a70 20 73 68 6f 75 6c 64 20 61 76 6f 69 64 20 72 75 | should avoid ru| 00000a80 6e 6e 69 6e 67 20 74 68 65 20 63 6f 6d 6d 61 6e |nning the comman| 00000a90 64 73 20 66 72 6f 6d 20 74 68 65 6d 2e 3c 2f 70 |ds from them.</p| 00000aa0 3e 0a 0a 3c 74 72 3e 3c 74 64 3e 3c 42 3e 34 2e |>..<tr><td><B>4.| 00000ab0 3c 2f 42 3e 3c 74 64 3e 3c 42 3e 21 46 31 32 54 |</B><td><B>!F12T| 00000ac0 6f 67 67 6c 65 20 62 6f 6f 74 20 70 61 74 63 68 |oggle boot patch| 00000ad0 3c 2f 42 3e 0a 0a 3c 74 72 3e 3c 74 64 3e 3c 74 |</B>..<tr><td><t| 00000ae0 64 3e 3c 70 3e 57 69 74 68 20 45 78 74 72 61 42 |d><p>With ExtraB| 00000af0 61 72 20 30 2e 78 78 20 79 6f 75 20 72 65 71 75 |ar 0.xx you requ| 00000b00 69 72 65 64 20 61 20 70 61 74 63 68 20 74 6f 20 |ired a patch to | 00000b10 62 65 20 61 64 64 65 64 20 74 6f 20 79 6f 75 72 |be added to your| 00000b20 20 62 6f 6f 74 20 73 65 71 75 65 6e 63 65 20 69 | boot sequence i| 00000b30 66 20 45 78 74 72 61 42 61 72 20 77 61 73 20 73 |f ExtraBar was s| 00000b40 74 61 72 74 65 64 20 61 74 20 62 6f 6f 74 20 74 |tarted at boot t| 00000b50 69 6d 65 2e 20 54 68 69 73 20 70 61 74 63 68 20 |ime. This patch | 00000b60 70 72 65 76 65 6e 74 65 64 20 45 78 74 72 61 42 |prevented ExtraB| 00000b70 61 72 20 6f 70 65 6e 69 6e 67 20 69 74 73 20 6d |ar opening its m| 00000b80 61 69 6e 20 77 69 6e 64 6f 77 20 62 65 68 69 6e |ain window behin| 00000b90 64 20 74 68 65 20 50 69 6e 62 6f 61 72 64 2e 3c |d the Pinboard.<| 00000ba0 2f 70 3e 0a 0a 3c 70 3e 54 68 69 73 20 70 61 74 |/p>..<p>This pat| 00000bb0 63 68 20 69 73 20 6e 6f 6c 6f 6e 67 65 72 20 72 |ch is nolonger r| 00000bc0 65 71 75 69 72 65 64 2e 3c 2f 70 3e 20 20 20 0a |equired.</p> .| 00000bd0 0a 3c 2f 74 62 6f 64 79 3e 0a 3c 2f 74 61 62 6c |.</tbody>.</tabl| 00000be0 65 3e 0a 0a 3c 48 32 3e 4c 6f 61 64 69 6e 67 20 |e>..<H2>Loading | 00000bf0 6f 6c 64 20 45 78 74 72 61 62 61 72 20 28 70 72 |old Extrabar (pr| 00000c00 65 20 31 2e 30 30 29 20 66 69 6c 65 73 3c 2f 48 |e 1.00) files</H| 00000c10 32 3e 0a 0a 3c 70 3e 49 66 20 79 6f 75 20 6c 6f |2>..<p>If you lo| 00000c20 61 64 20 61 6e 20 6f 6c 64 20 45 78 74 72 61 42 |ad an old ExtraB| 00000c30 61 72 20 66 69 6c 65 20 28 70 72 65 20 31 2e 30 |ar file (pre 1.0| 00000c40 30 29 20 74 68 65 6e 20 69 74 20 77 69 6c 6c 20 |0) then it will | 00000c50 62 65 20 63 6f 6e 76 65 72 74 65 64 20 74 6f 20 |be converted to | 00000c60 74 68 65 20 6e 65 77 20 66 69 6c 65 20 66 6f 72 |the new file for| 00000c70 6d 61 74 20 62 79 20 74 68 65 20 3c 74 74 3e 21 |mat by the <tt>!| 00000c80 45 78 74 72 61 42 61 72 2e 52 4d 53 74 6f 72 65 |ExtraBar.RMStore| 00000c90 2e 21 43 6f 6e 76 65 72 74 3c 2f 74 74 3e 20 73 |.!Convert</tt> s| 00000ca0 63 72 69 70 74 2e 20 49 66 20 74 68 65 20 66 69 |cript. If the fi| 00000cb0 6c 65 20 63 6f 6e 74 61 69 6e 65 64 20 61 6e 79 |le contained any| 00000cc0 20 73 70 72 69 74 65 73 20 74 68 65 6e 20 45 78 | sprites then Ex| 00000cd0 74 72 61 62 61 72 20 77 69 6c 6c 20 61 75 74 6f |trabar will auto| 00000ce0 6d 61 74 69 63 61 6c 6c 79 20 6c 6f 61 64 20 74 |matically load t| 00000cf0 68 65 73 65 20 69 6e 20 74 6f 20 74 68 65 20 73 |hese in to the s| 00000d00 68 61 72 65 64 20 73 70 72 69 74 65 20 70 6f 6f |hared sprite poo| 00000d10 6c 2e 20 59 6f 75 20 63 61 6e 20 74 68 65 6e 20 |l. You can then | 00000d20 73 61 76 65 20 74 68 65 6d 20 73 65 70 61 72 61 |save them separa| 00000d30 74 65 6c 79 20 66 72 6f 6d 20 74 68 65 20 3c 74 |tely from the <t| 00000d40 74 3e 45 78 74 72 61 42 61 72 26 6e 62 73 70 3b |t>ExtraBar | 00000d50 3d 26 67 74 26 6e 62 73 70 3b 53 61 76 65 26 6e |=> Save&n| 00000d60 62 73 70 3b 3d 26 67 74 26 6e 62 73 70 3b 53 70 |bsp;=> Sp| 00000d70 72 69 74 65 73 3c 2f 74 74 3e 20 73 75 62 20 6d |rites</tt> sub m| 00000d80 65 6e 75 2e 3c 2f 70 3e 0a 0a 3c 70 3e 54 68 65 |enu.</p>..<p>The| 00000d90 20 63 6f 6e 76 65 72 73 69 6f 6e 20 73 63 72 69 | conversion scri| 00000da0 70 74 20 77 69 6c 6c 20 61 75 74 6f 6d 61 74 69 |pt will automati| 00000db0 63 61 6c 6c 79 20 63 6f 6e 76 65 72 74 20 74 68 |cally convert th| 00000dc0 65 20 63 6f 6d 6d 61 6e 64 20 73 65 70 61 72 61 |e command separa| 00000dd0 74 6f 72 20 75 73 65 64 20 69 6e 20 74 68 65 20 |tor used in the | 00000de0 73 63 72 69 70 74 20 74 6f 20 3c 49 3e 7c 4d 3c |script to <I>|M<| 00000df0 2f 49 3e 20 66 6f 72 20 75 73 65 20 77 69 74 68 |/I> for use with| 00000e00 20 74 68 65 20 31 2e 78 78 20 76 65 72 73 69 6f | the 1.xx versio| 00000e10 6e 73 20 6f 66 20 45 78 74 72 61 42 61 72 2e 3c |ns of ExtraBar.<| 00000e20 2f 70 3e 0a 0a 3c 70 3e 54 68 65 20 63 6f 6e 76 |/p>..<p>The conv| 00000e30 65 72 73 69 6f 6e 20 73 63 72 69 70 74 20 77 69 |ersion script wi| 00000e40 6c 6c 20 61 75 74 6f 6d 61 74 69 63 61 6c 6c 79 |ll automatically| 00000e50 20 63 6f 6e 76 65 72 74 20 6f 6c 64 20 73 74 79 | convert old sty| 00000e60 6c 65 20 64 79 6e 61 6d 69 63 20 62 75 74 74 6f |le dynamic butto| 00000e70 6e 73 20 69 6e 20 74 6f 20 74 68 65 20 6e 65 77 |ns in to the new| 00000e80 20 73 74 79 6c 65 20 64 65 66 69 6e 69 74 69 6f | style definitio| 00000e90 6e 73 2c 20 61 73 20 75 73 65 20 62 79 20 76 65 |ns, as use by ve| 00000ea0 72 73 69 6f 6e 20 31 2e 78 78 20 6f 66 20 45 78 |rsion 1.xx of Ex| 00000eb0 74 72 61 42 61 72 2e 3c 2f 70 3e 0a 0a 3c 68 72 |traBar.</p>..<hr| 00000ec0 20 6e 6f 73 68 61 64 65 3e 0a 0a 3c 70 20 61 6c | noshade>..<p al| 00000ed0 69 67 6e 3d 22 72 69 67 68 74 22 3e 49 66 20 79 |ign="right">If y| 00000ee0 6f 75 20 68 61 76 65 20 61 6e 79 20 70 72 6f 62 |ou have any prob| 00000ef0 6c 65 6d 73 20 6f 72 20 71 75 65 72 69 65 73 20 |lems or queries | 00000f00 61 62 6f 75 74 20 45 78 74 72 61 42 61 72 20 31 |about ExtraBar 1| 00000f10 2e 78 78 20 74 68 65 6e 20 79 6f 75 20 63 61 6e |.xx then you can| 00000f20 3c 62 72 3e 63 6f 6e 74 61 63 74 20 6d 65 20 61 |<br>contact me a| 00000f30 74 20 3c 61 20 68 72 65 66 3d 22 6d 61 69 6c 74 |t <a href="mailt| 00000f40 6f 3a 64 61 76 65 6d 61 63 40 61 74 6c 61 6e 74 |o:davemac@atlant| 00000f50 69 63 2e 6f 61 6b 74 72 65 65 2e 63 6f 2e 75 6b |ic.oaktree.co.uk| 00000f60 22 3e 64 61 76 65 6d 61 63 40 61 74 6c 61 6e 74 |">davemac@atlant| 00000f70 69 63 2e 6f 61 6b 74 72 65 65 2e 63 6f 2e 75 6b |ic.oaktree.co.uk| 00000f80 3c 2f 61 3e 2e 0a 0a 3c 2f 62 6f 64 79 3e 0a 3c |</a>...</body>.<| 00000f90 2f 68 74 6d 6c 3e |/html>| 00000f96