acet-autoloadarx
(acet-autoloadarx loadlist)
Similar to (acet-autoload2) function, but primarily intended for loading ARX/BRX
modules;
the loadlist argument can have a
3rd argument, which is a dedicated command function call which is
executed after the ARX/BRX module is loaded.
example :
(acet-autoloadarx '("MyTool.brx"
"(C:MyToolCmd)" "(command \"MyToolCmd\")"))
The "MyTool.brx" module will be loaded, when
triggered from a "(C:MyToolCmd)"
call, and after successful module loading, it
will automatically call the Lisp expression "(command \"MyToolCmd\")"
© Bricsys NV. All rights reserved. |