Re: LiveCode library inclusion in Standalones...

2016-02-09 Thread Paul Dupuis
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

Re: LiveCode library inclusion in Standalones...

2016-02-09 Thread Ali Lloyd
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

Re: LiveCode library inclusion in Standalones...

2016-02-09 Thread Paul Dupuis
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

LiveCode library inclusion in Standalones...

2016-02-09 Thread Paul Dupuis
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]