Automatically include a Plugin
Posted: Tue May 28, 2013 5:28 pm
Hi everyone,
I am using Andre's dbLib in my stack.
However, when I open LiveCode I need to manually start aagDbLib in the LC menu and then activate the checkbox to make it actually active.
Is there a way to "include" it in my stack?
I was thinking something like
but does not work.. Do I need the full path?
Thanks,
Pascal
I am using Andre's dbLib in my stack.
However, when I open LiveCode I need to manually start aagDbLib in the LC menu and then activate the checkbox to make it actually active.
Is there a way to "include" it in my stack?
I was thinking something like
Code: Select all
### Start using DBLIB from Andre Garzia
try
start using "aagDBLib.livecode"
catch n
put the result && n
end try
Thanks,
Pascal