|
|
|
file is "/trunk/WEB-INF/lps/lfc/kernel/swf/LzLibraryLoader.lzs".
------------------------------------------------------------------------
r7775 | hqm | 2008-01-08 19:14:09 -0500 (Tue, 08 Jan 2008) | 28 lines Changed paths: M /openlaszlo/trunk/WEB-INF/lps/lfc/kernel/swf/LzLibraryLoader.lzs Change 20080108-hqm-6 by hqm@DADDY_THNKPAD67 on 2008-01-08 17:21:21 EST in /cygdrive/c/users/hqm/openlaszlo/trunk/WEB-INF/lps/lfc for http://svn.openlaszlo.org/openlaszlo/trunk/WEB-INF/lps/lfc Summary: fix for null-setter warning in lzloadlibrary New Features: Bugs Fixed: Technical Reviewer: andre QA Reviewer: ptw Doc Reviewer: Documentation: Release Notes: Details: remove calls which used to apply to LzLibrary when it subclassed LzView Tests: see bug report (trunk 4 local build t7775)
Testfile loads library without a warning in swf7,swf8 and dhtml. |
||||||||||||||||||||||||||||||||||||||||||||||||||||
test.lzx
========
<canvas width="800" height="600" debug="true" >
<import href="testimportview.lzx" name="testimportview" stage="defer"/>
<view width="200" height="100" bgcolor="0xff00cc" name="testview" align="center">
<simplelayout axis="y" spacing="3"/>
<button text="load library" onclick="testimportview.load()"/>
</view>
</canvas>
testimportview.lzx
==============
<library>
<view width="100" height="200" bgcolor="yellow"/>
</library>