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
