Re: Build standalone for iOS (8.1.2 RC2) First time- fails, second time it works

2016-12-13 Thread Monte Goulding
> On 14 Dec. 2016, at 2:32 pm, Sannyasin Brahmanathaswami > wrote: > > BUT the main top level loader stack is getting changes where dev A will > add a few more stack files, Dev B doesn’t have any iOS devices, so he turns > off "unchecks" the iOS in the standalone builder

Re: Build standalone for iOS (8.1.2 RC2) First time- fails, second time it works

2016-12-13 Thread Sannyasin Brahmanathaswami
We are working our new mobile app in git hub. The challenge is that we need to use N number of binary files as "views" and at least one loader stack to run the build. Even though we have zero code in the stack script and zero code in the card script (the app is initialized with a behavior for

Pinch and Zoom Browser Widget Content

2016-12-13 Thread Sannyasin Brahmanathaswami
Create browser widget for mobile app Set remote URL Web page appears perfect but you cannot pinch snd zoom the content Go to same URL on mobile Safari ( iOS ) or Chrome (android) and ypu can pinch in and out to zoom or shrink content How do we get broweer Widget to do that also? .BR

Re: Start using remote stack

2016-12-13 Thread Richard Gaskin
J. Landman Gay wrote: > On 12/13/16 9:43 AM, Richard Gaskin wrote: >> If a binary stack can be used from memory only, it should not be >> necessary to write a script-only stack to disk. >> >> Such a requirement prevents us from using script-only stacks in >> secure zero-footprint apps, such as

Re: Specifying a printer

2016-12-13 Thread dunbarx
The "printerName" gives the currently selected printer, or the default printer. And is settable. Does this help? Craig Newman -- View this message in context: http://runtime-revolution.278305.n4.nabble.com/Specifying-a-printer-tp4711035p4711040.html Sent from the Revolution - User mailing

Re: Start using remote stack

2016-12-13 Thread J. Landman Gay
On 12/13/16 9:43 AM, Richard Gaskin wrote: If a binary stack can be used from memory only, it should not be necessary to write a script-only stack to disk. Such a requirement prevents us from using script-only stacks in secure zero-footprint apps, such as those with the securityPermissions for

Extract iTunes Art in VB

2016-12-13 Thread Dan Friedman
Using the “Controlling iTunes” lesson (http://lessons.livecode.com/m/2592/l/126614-controlling-itunes ), I am able to query iTunes and do everything I want. On the Mac side, I was able to modify the appleScript to extract the

Re: Start using remote stack

2016-12-13 Thread J. Landman Gay
Ideally there would be nothing on disk,. But the, main goal was to keep all my development and testing handlers out of the working stack. So writing the stack to disk isn't horrible though it wasn't my original intention. Jacqueline Landman Gay | jac...@hyperactivesw.com

Re: Start using remote stack

2016-12-13 Thread Richard Gaskin
J. Landman Gay wrote: > On 12/12/16 11:08 PM, Mike Bonner wrote: >> I haven't tried it but, perhaps you could-- put url " >> https://www.domain.com/folder/stack.livecodescript; into url ("binfile:" & >> specialfolderpath("temp") & "/thestack.livecodescript" >> Then start using it from there. >

Specifying a printer

2016-12-13 Thread Skip Kimpel
Is there a way to hard code a printer to send specific jobs to? I have a dedicated label printer that I would like my app to print to if possible. Can I use "printerName" to set this value? SKIP KIMPEL ___ use-livecode mailing list