[Laszlo-dev] Dynamic Libraries
Henry Minsky
henry.minsky at gmail.com
Sun Feb 24 08:19:20 PST 2008
Yes you can refer to classes in the main application. When the compiler
runs, all the <import> files are compiled along with the main application,
and in fact
act just as if they were <include> statements for the purposes of
declaring classes.
On Sun, Feb 24, 2008 at 10:51 AM, Rami Alkhalyleh <rkhalyleh at gmail.com>
wrote:
> Hi,
>
> I used deferred import to include files at runtime on demand, Can I
> import file(.lzx) contains include statements?
>
> Example:
>
> ModuleA:
> main.lzx (Contains class main implementation)
> lib.lzx (Contains include main.lzx file)
>
> MainCanvas.lzx (Contains defer import of ModuleA/lib.lzx)
> In this case, Can I use the main class in the main.lzx file after
> it's loaded?
>
>
>
> --
> Best Regards
> Rami
--
Henry Minsky
Software Architect
hminsky at laszlosystems.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.openlaszlo.org/pipermail/laszlo-dev/attachments/20080224/5b2796cf/attachment.html
More information about the Laszlo-dev
mailing list