iOS 10 and native scroller

2016-09-27 Thread Ludovic THEBAULT
Hello, to have a native scroller on field list i’ve made this : put my long field in a group set the size of the group and lock it it worked perfectly until iOS 10. Now I see my text beyond group boundaries. Why ? thanks ___ use-livecode mailing

Re: 8.1.1 RC 1 - iOS Standalone Build Failure

2016-09-27 Thread Ludovic THEBAULT
> Le 28 sept. 2016 à 07:09, Ludovic THEBAULT a > écrit : > > >> Le 26 sept. 2016 à 19:49, panagiotis merakos a écrit : >> >> Hi Brahmanathaswami, >> >> This error happens because in your existing stack you have set the min ios >> version to iOS 5.1.1, which is not supported in LC 8.1.1 RC1.

Re: 8.1.1 RC 1 - iOS Standalone Build Failure

2016-09-27 Thread Ludovic THEBAULT
> Le 26 sept. 2016 à 19:49, panagiotis merakos a écrit : > > Hi Brahmanathaswami, > > This error happens because in your existing stack you have set the min ios > version to iOS 5.1.1, which is not supported in LC 8.1.1 RC1. Just set the > minimum iOS version to 6.0 in the standalone app settin

Re: Using LiveCode engine with a browser extension (Chrome/Safari/Edge/Firefox)?

2016-09-27 Thread Richard Gaskin
Trevor DeVore wrote: > Has anyone tried using the LiveCode engine as part of a browser > extension? > I know Safari and Chrome have support for communicating with > installed apps (I haven't researched Firefox or Edge yet), but > I'm wondering if one could include the LiveCode engine with the > b

Re: Problem (or something I'm doing odd) with $_POST and LC Server

2016-09-27 Thread Alex Tweedly
OK - I have half an answer to my own question The failing form starts with enctype='multipart/form-data'> If I remove theenctype='multipart/form-data' part, it works OK. Now I need to find out why I did that in the first place, or how to get the same result in another way (the rea

Re: Using LiveCode engine with a browser extension (Chrome/Safari/Edge/Firefox)?

2016-09-27 Thread mwieder
OK - no worries then. Extensions are still supported, it's just web apps that are being discontinued. - -- Mark Wieder ahsoftw...@gmail.com -- View this message in context: http://runtime-revolution.278305.n4.nabble.com/Using-LiveCode-engine-with-a-browser-extension-Chrome-Safari-Edge-Fi

Problem (or something I'm doing odd) with $_POST and LC Server

2016-09-27 Thread Alex Tweedly
I have a script running happily on one web site, moved it over to another site and it totally fails; it's a complex script, but I was able to reduce it down to the following tiny script (see end of email). On the new site (hosted on on-rev), the $_POST array is empty, while on the other site (

Re: Using LiveCode engine with a browser extension (Chrome/Safari/Edge/Firefox)?

2016-09-27 Thread Trevor DeVore
On Tue, Sep 27, 2016 at 5:13 PM, mwieder wrote: > I haven't tried this, but before you put a lot of effort into this, note > that > Google is phasing out web app support in Chrome. > > https://blog.chromium.org/2016/08/from-chrome-apps-to-web.html Thanks for that Mark. I'm working on a browser

Re: Multiple Browser Widgets

2016-09-27 Thread Peter TB Brett
On 27/09/2016 23:11, Sannyasin Brahmanathaswami wrote: Given a framework with many stacks and many cards in those stacks if you instantiate the browser widget in 10 different stacks on 20 different cards, is this increasing the size of the frame work 1 Widget X 10 X 20 = 200 times or is the

Re: Using LiveCode engine with a browser extension (Chrome/Safari/Edge/Firefox)?

2016-09-27 Thread mwieder
I haven't tried this, but before you put a lot of effort into this, note that Google is phasing out web app support in Chrome. https://blog.chromium.org/2016/08/from-chrome-apps-to-web.html - -- Mark Wieder ahsoftw...@gmail.com -- View this message in context: http://runtime-revolution

Multiple Browser Widgets

2016-09-27 Thread Sannyasin Brahmanathaswami
Given a framework with many stacks and many cards in those stacks if you instantiate the browser widget in 10 different stacks on 20 different cards, is this increasing the size of the frame work 1 Widget X 10 X 20 = 200 times or is the "weight" of the widget 1X only with each instance just bei

Using LiveCode engine with a browser extension (Chrome/Safari/Edge/Firefox)?

2016-09-27 Thread Trevor DeVore
Has anyone tried using the LiveCode engine as part of a browser extension? I know Safari and Chrome have support for communicating with installed apps (I haven't researched Firefox or Edge yet), but I'm wondering if one could include the LiveCode engine with the browser extension and make calls to

Re: ANN: new glx2 script editor now on line

2016-09-27 Thread mwieder
I updated the readme file on bitbucket, so there's at least that level of documentation online. - -- Mark Wieder ahsoftw...@gmail.com -- View this message in context: http://runtime-revolution.278305.n4.nabble.com/ANN-new-glx2-script-editor-now-on-line-tp4708283p4708969.html Sent from th

RE: on-rev support ?

2016-09-27 Thread Ralph DiMola
I just had a problem last week and David resolved it and sent me an email in less than an hour. Ralph DiMola IT Director Evergreen Information Services rdim...@evergreeninfo.net -Original Message- From: use-livecode [mailto:use-livecode-boun...@lists.runrev.com] On Behalf Of jbv Sent: Tue

on-rev support ?

2016-09-27 Thread jbv
Hi list Has anyone got in touch with on-rev support lately ? I sent a couple of urgent requests because some of my clients have huge connection problems, but nobody has got back to me so far... Thanks jbv ___ use-livecode mailing list use-livecode@list

Re: Syntax: mouseUp mouseButtonNumber

2016-09-27 Thread Roger Eller
On Tue, Sep 27, 2016 at 9:18 AM, Peter M. Brigham wrote: > On Sep 22, 2016, at 4:11 PM, Roger Eller > wrote: > > > > I am trying to get a right-click to show a contextual menu on Windows. > > Here is a modular way to to popup contextual menus anywhere you want. It > takes a couple minutes to set

Re: [ANN] This Week in LiveCode 52

2016-09-27 Thread Richard Gaskin
Alejandro Tejada wrote: > Richard Gaskin wrote: > >> Of particular interest to me was this item: >> Research presented at ICER2016 showed lower overall cognitive >> load for LiveCode developers >> http://dl.acm.org/citation.cfm?doid=2960310.2960321 >> Unfortunately that article is behind the ACM'

Re: IDE Script Editor question...

2016-09-27 Thread Peter M. Brigham
> On Sep 23, 2016, at 1:05 PM, Mark Talluto wrote: > > >> On Sep 22, 2016, at 2:08 PM, Paul Dupuis wrote: >> >> Ah ha. The insertion point must be INSIDE a handler and only re-indents >> that handler when you press TAB >> >> If the insertion point is between handlers or outside of any handle

Re: Syntax: mouseUp mouseButtonNumber

2016-09-27 Thread Peter M. Brigham
On Sep 22, 2016, at 4:11 PM, Roger Eller wrote: > > I am trying to get a right-click to show a contextual menu on Windows. Here is a modular way to to popup contextual menus anywhere you want. It takes a couple minutes to set up in a stack, but once you’ve done it, you have contextual menus on

Re: Random topic: What script font do you like/use?

2016-09-27 Thread Peter M. Brigham
> On Sep 20, 2016, at 9:31 PM, Jeanne A. E. DeVoto > wrote: > > I've used Andale Mono by preference, but I don't have the bold, and so on > versions of LC after 5.x, bolding for comments and keywords doesn't show up > in the script editor. (Bah.) > > I liked it because it was: > 1) clean-loo

Re: How to extract specific columns/line items from a CSV file?

2016-09-27 Thread Peter M. Brigham
I’m late to this party (these days too busy to peruse the list more than episodically). Don’t know if this would be faster or slower or equivalent, but it’s a modular function: function getColumns pData, pColNbrs, pDelim -- Extract specified columns from a table in order --pData: a ta