[Laszlo-dev] LzFocus Compiler-Warnings

André Bargull a.bargull at intensis.de
Thu Apr 3 09:27:43 PDT 2008


> lzl:
>      [echo] Compiling 
> E:\Entwicklung\OpenLaszlo\cygwin\home\Admin\src\svn\openlaszlo\trunk/lps/includes/lfc/LFC8-debug.lzl
>      [java] Warning: Assignment to free variable Lz in 
> services/platform/swf/LzBrowser.as (392)
>      [java] Warning: Assignment to free variable upDel in 
> services/LzFocus.lzs (40)
>      [java] Warning: Assignment to free variable downDel in 
> services/LzFocus.lzs (41)
>      [java] Warning: Assignment to free variable DojoExternalInterface 
> in LaszloLibrary.lzs (61)

Missing "this" in "LzFocusClass#initialize()":
> function initialize () {
>         upDel = new LzDelegate( LzFocus , "gotKeyUp", LzKeys, "onkeyup");
>         downDel = new LzDelegate( LzFocus , "gotKeyDown", LzKeys, 
> "onkeydown");
>     }



More information about the Laszlo-dev mailing list