Re: advice needed re uploading text binary data from iOS app

2015-06-04 Thread Ethan Lish
Livecode.io looks like a nice database abstraction layer with cloud and local database support.  Seems to be in beta.  Has pricing been announced for this product? Any announced date for production release? E On Thu, Jun 4, 2015 at 8:29 AM -0700, Eric Corbett e...@canelasoftware.com wrote:

On-rev setup

2015-05-25 Thread Ethan Lish
Hello, My goal is to create a captive server which can only be accessed via our authorized LiveCode client.   This would me that, when an unauthorized client attempts connection;- the application will be distributed via the store- access via our authorized LiveCode client to server resources

Can LiveCode apps be Notification Center enabled to appear in the Today view extension?

2015-02-22 Thread Ethan Lish
Can LiveCode apps be Notification Center enabled to appear in the Today view extension? If yes, is there a reference document? If no, is this a roadmap item? E ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to

Re: 6.7 vs 7.0 performance [was: Re: Tio does not work ]

2015-01-31 Thread Ethan Lish
Phil I have the script on a couple of sandbox servers. No performance problem. Email me off list if you want details.  Ethan at Lish.net E Sent from Outlook on my iPhone On Fri, Jan 30, 2015 at 6:03 PM -0800, Richard Gaskin ambassa...@fourthworld.com wrote: Can RunRev set up both

Re: 6.7 vs 7.0 performance [was: Re: Tio does not work ]

2015-01-31 Thread Ethan Lish
and will set up a test there. It will be roughly equivalent to my Dreamhost setup, running Apache in a Linux environment. It may be educational for us all. Thanks - Phil On 1/31/15 10:01 AM, Ethan Lish wrote: Phil I have the script on a couple of sandbox servers. No performance problem. Email me off

Re: extracting the thumbnail from digital photos?

2015-01-30 Thread Ethan Lish
Hey On a related note, can this function be used/expanded to create a thumbnail image (tile) of a website. Looking to use this static image as a button to launch the full site in another card/browser Code examples welcome ;-) E — Ethan@Lish.net240.876.1389 On Fri, Jan 30, 2015 at

Multilingual UI

2015-01-17 Thread Ethan Lish
LiveCode Gurus, Is there a defined approach, tool or general guidance on how best to design develop a livecode app to support a multilingual user interface.  Of course a simple technique would be to centralize all text strings a select the string to present. This assumes a uniform text

Notification (push and local)

2014-12-26 Thread Ethan Lish
Developers, There are a number of features available via the notification facility which do not appear to be exposed to the livecode developer either through the native language or externals Of specific interest is the newly evolving area of push actions

Apple app upgrade advice

2014-12-13 Thread Ethan Lish
Hello, I have a great deal of localization set in an iOS app and want to make sure I store it in the correct location so that it will persist a application upgrade.  Is there any documentation to assist / provide guidance like; - data stored on the stack will be lost with upgrades - data

Syntax anomaly

2014-11-21 Thread Ethan Lish
All Recently I was reviewing the message syntax with a colleague. We encountered a anomaly and thought it would be interesting to discuss in the forum Message language tokens seem to follow three different formats; Action  ControlAction ActionControl Is there a reason for this

Re: Syntax anomaly

2014-11-21 Thread Ethan Lish
of these, as they might pertain to LC? Or give an example of each? Craig Newman -Original Message- From: Ethan Lish ethanl...@gmail.com To: use-livecode use-livecode@lists.runrev.com Sent: Fri, Nov 21, 2014 4:31 pm Subject: Syntax anomaly All Recently I was reviewing the message syntax

Re: Remote stack

2014-11-09 Thread Ethan Lish
, it always looks like a new hit due to the #1235124561 (At least I think it works with just a figmentary anchor) On Sat, Nov 8, 2014 at 12:17 PM, J. Landman Gay jac...@hyperactivesw.com wrote: On 11/8/2014, 8:31 AM, Ethan Lish wrote: How can one control the cache or force the reload of a remote

Remote stack

2014-11-08 Thread Ethan Lish
How can one control the cache or force the reload of a remote stack? Using the algorithm defined in this lesson http://lessons.runrev.com/m/4071/l/78702-opening-a-stack-from-the-server When the client is restarted it does not reload the changed stack from the server E —

Transparent welcome overlay

2014-11-07 Thread Ethan Lish
Anyone have a LiveCode example of a iOS transparent overlay welcome screen.   These first run welcome screens have become the de facto standard in iOS showing users how to get started. A sample / example or control or plugin would be great Thanks in advance, Ethan — Ethan@Lish.net240.876.1389

Re: Sessions on LC Server

2013-08-27 Thread Ethan Lish
Alex I also struggled with this and found I had to move session control earlier in the stack. I have a dirty code sample if you want to take a look E et...@lish.net 240.449.8270 Sent from MyPhone On Aug 27, 2013, at 8:08 AM, Alex Tweedly a...@tweedly.net wrote: I'm trying to get sessions