On 2/9/2016 3:30 PM, Ali Lloyd wrote:
> It *should* be checking the scripts of all stacks, substacks, cards and
> controls for any lines containing any of
> libUrl,cachedURL,cachedURLs,ftp,http,https,load,post,resetAll,URL,URLStatus
>
> Check out the command revSmartChecking in stack revSaveAsStand
It *should* be checking the scripts of all stacks, substacks, cards and
controls for any lines containing any of
libUrl,cachedURL,cachedURLs,ftp,http,https,load,post,resetAll,URL,URLStatus
Check out the command revSmartChecking in stack revSaveAsStandalone.
It does sound like a bug - what version
As a test I added a "dummy" handler to the card script of my mainstack:
on livecodeLibraryLoader
-- This handler is never called. It exists to contain code that will
be detected by the IDE's Standalone Builder
-- to ensure certain libraries are included in the standalone.
-- ensure inclusi
I have run into a minor oddity. In general, when building standalones, I
prefer to have the Standalone builder set to:
Search for the required inclusions when saving the standalone application
vs
Select inclusions for the standalone application [and manually
identifying the libraries to include]