A Complete list of bug fixes for Webster version 0.16. Tue 25th June 1996 As with previous fixes you don't have to apply them, but they HIGHLY are recommended as Webster may NOT work without them. How to apply them is explained later. ------------------------------------------------------------------------ 1. Clicking on a link causes and 'Illegal window handle' error followed by an 'Address Exception'! In :DEFPROCclickmain() After :IFsellink%>0THEN Change:C%=sellink%:sellink%=-1:bl%=mwi%:!si%=mwi%:L%=12:WHILEL%<32ANDC%!L%>-1 To :C%=sellink%:sellink%=-1:!bl%=mwi%:!si%=mwi%:L%=12:WHILEL%<32ANDC%!L%>-1 This is a small change to prevent the value of bl% being changed. ------------------------------------------------------------------------ 2. Percentage widths in tables don't work! But only because there is no code to support it! In DEFFNtable() After :ralign$=Talign$:Z%=INSTR(FNc(A$),"WIDTH") Change:IFZ%>0ANDZ%
0ANDZ%
0ANDZ%
0ANDZ%
. Replace the hilighted text with the 'To' text. OR 3b. Insert the 'Insert' line as the next line. 4. Resave the file. NOTES All the 'To', 'After' and 'Change' values do not include the colon after the 'To', 'After' and 'Change'. If line(s) are likely to be long the line(s) always start with a '>', the first one being on the line after the 'Change' or 'To', etc. If you can't work out what to do, don't worry there will be another version of Webster available in a few weeks! (You could use an earlier version until then or put up with any formatting errors)