Why not just mis-spell width?

On 2006-03-28 18:06 EST, John Sundman wrote:

> In the Develolper's Gudie, section 1.2, "Runtime Error Checking"  
> the following example appears:
>
> <canvas debug="true" height="150">
>   <method event="oninit"><![CDATA[
>     for (var i = 0; i > 10; i ++) {
>       canvas.width();
>     }
>   ]]></method>
> </canvas>
>
>
> With the explanation "Each runtime exception warning is printed  
> once per line per program run, not once each time the exception is  
> encountered. The following program will print one warning, not ten."
>
> However, there are no error messages printed in the debugger.    
> Perhaps I cleaned up whatever error was there in one of my periodic  
> sweeps to eliminate error warnings in Dguide examples.  In any  
> event I'm not sure what it's supposed to show, and the absence of a  
> bug is in this case a bug.
>
> Tucker, I believe this is your department? Can you fix this by  
> introducing a simple bug?
>
> jrs
>

_______________________________________________
Laszlo-dev mailing list
[email protected]
http://www.openlaszlo.org/mailman/listinfo/laszlo-dev

Reply via email to