Hey Folks,
If I have a library:
~/Library/Script Libraries/z_TestAE.scptd
And I call a handler from it with another script:
--------------------------------------------- use zTestLb : script "z_Test" use scripting additions
set theText to zTestLb's TEST_LIBRARY_HANDLER() display alert theText ---------------------------------------------
Then I change the library handler and save it.
I also recompile and save the calling script.
FastScripts will still call the originally loaded version of the library and NOT the updated version.
This also happens with some peculiarities in Script Debugger 5.
Is there a way to force the library to be reloaded in the calling script?
|