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" wrote: Hi Phil, H

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 are

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 subscribe

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

2015-01-31 Thread Ethan Lish
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

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" wrote: Can RunRev set up both engines on On-Rev, at l

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 7

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 width

#code2014

2015-01-07 Thread Ethan Lish
Twitter quote "@LiveCode: Can we get into the top 20 of #code2014? On Twitter type: #code2014 Livecode. Let's do it! http://t.co/JS9lohUrsd " — Ethan@Lish.net240.876.1389 ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url t

Code repository

2015-01-05 Thread Ethan Lish
What LiveCode and LiveCode related code repositories are publicly open ? I see these on GitHub: https://github.com/runrevmichael/livecode.git https://github.com/runrevali/livecode.git https://github.com/runrevfraser/livecode.git https://github.com/runrevsebastien/livecode.git https://github.com/ru

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 https://developer.apple.com/notificatio

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 stored

Re: Syntax anomaly

2014-11-21 Thread Ethan Lish
e Ruby terms? Can you elucidate the meaning of these, as they might > pertain to LC? Or give an example of each? > Craig Newman > -Original Message- > From: Ethan Lish > To: use-livecode > Sent: Fri, Nov 21, 2014 4:31 pm > Subject: Syntax anomaly > All > Recently

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 inconsistency?

Re: Remote stack

2014-11-09 Thread Ethan Lish
ays 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 > wrote: >> On 11/8/2014, 8:31 AM, Ethan Lish wrote: >> >>> How can one control the cache or force the relo

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 — Ethan@Lish.net240.87

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 wrote: > > I'm trying to get sessions working on LC