Re: Has the "founders" on-rev package been reduced to 25 GB?

2015-07-11 Thread Simon
Ok I do have to admit that during the HTML5 crowdfunding I went with the "Lifetime Pro" and there was in the fine print that it meant 10 years. Now for me that indicated some sort of legal speak and that there was probably some enforceable case that 10 years could be deemed a lifetime. But then the

Re: Table field

2015-07-11 Thread JB
If you want to get all the items in a column Richard Gaskin wrote a excellent function specifically for that. Like all of his code it is fast. John Balgenorth On Jul 11, 2015, at 4:45 PM, dunb...@aol.com wrote: > The colunDelimiter will not. in and of itself, extract, say, the third item > of

Re: Table field

2015-07-11 Thread dunbarx
The colunDelimiter will not. in and of itself, extract, say, the third item of all the lines in a tab and return formatted dataSet. DataGrids have this sort of functionality built-in, but that is still constructed from standard LC techniques. As per the above, if you wanted that third item all d

Re: Table field

2015-07-11 Thread Peter Haworth
What Mike said. It's somewhat confusing since there is a "columndelimiter" property which is set to tab by default but it seems to only be used in conjunction with the split command. On Sat, Jul 11, 2015 at 12:57 PM Mike Bonner wrote: > Its tab and cr delimited data, so set the itemdelimiter to

Re: Livecode and "Extended Validation" SSL certificates

2015-07-11 Thread Bruce Pokras
> On Jul 11, 2015, at 9:26 AM, Richard Gaskin > wrote: > > Bruce Pokras wrote: > >> Recently, the app's requests for the access token kept resulting in >> an error message. I tried a lot of differnt work-arounds. Nothing >> helped. >> >> I finally posted my problem to an EPO forum for OPS use

Re: Custom Ask File Dialogs

2015-07-11 Thread Ray
These replies are kind of what I thought the case was. I'm going to put this task on hold until Livecode 8 stable at which time I'd like to look into Livecode Builder. Thanks all! On 7/11/15 3:15 PM, J. Landman Gay wrote: On July 11, 2015 8:36:05 AM CDT, Richard Gaskin wrote: For the her

Re: Table field

2015-07-11 Thread Richmond
On 11/07/15 22:57, Mike Bonner wrote: Its tab and cr delimited data, so set the itemdelimiter to tab and get item 2 o fline 3 of field "xxx" Smashing: Thanks for a rapid and intelligible answer: you're the Man! Richmond. On Sat, Jul 11, 2015 at 1:51 PM, Richmond wrote: I have a table fiel

Re: Table field

2015-07-11 Thread Mike Bonner
Its tab and cr delimited data, so set the itemdelimiter to tab and get item 2 o fline 3 of field "xxx" On Sat, Jul 11, 2015 at 1:51 PM, Richmond wrote: > I have a table field containing some data I copy pasted from a spreadsheet > > [being unable to find a reliable way to import data directly fr

Table field

2015-07-11 Thread Richmond
I have a table field containing some data I copy pasted from a spreadsheet [being unable to find a reliable way to import data directly from a spreadsheet] that runs across 3 columns. When I tried this: put column 2 of line 3 of fld "XXX" I had no joy. I would be grateful if someone could

Re: Has the "founders" on-rev package been reduced to 25 GB?

2015-07-11 Thread JB
I am reasonably happy with my statements. The only apology I have is I spelled pussy wrong. John Balgenorth On Jul 11, 2015, at 6:05 AM, Richard Gaskin wrote: > JB wrote: > >> I ddi not start this conversation about the >> size limits being changed. > > True, but while the others have expre

Re: Anyone here have an Android security app such as Find my iPad?

2015-07-11 Thread J. Landman Gay
On July 11, 2015 5:54:31 AM CDT, Mark Rauterkus wrote: >Hi, > >Has anyone done an app in LiveCode that helps to prevent the loss or >theft of an Android device? Prevention is tricky, though there are bluetooth solutions that tell you if you accidentally leave your phone on a table at a restaura

Re: Has the "founders" on-rev package been reduced to 25 GB?

2015-07-11 Thread Mike Bonner
Everyone I've ever met or spoke to at runrev has been great, and as a group, I think I trust them more than any other group of corporate people i've ever dealt with. Like most, I chalk this sort of thing up to an "oops." Unfortunately growing pains can indeed be painful, and nobody can deny RR has

Re: Has the "founders" on-rev package been reduced to 25 GB?

2015-07-11 Thread Dave Kilroy
I'm also on 97.66GB disk usage ...and I also give Kevin the benefit of the doubt, he's earned it... - "The difference between genius and stupidity is; genius has its limits." - Albert Einstein -- View this message in context: http://runtime-revolution.278305.n4.nabble.com/Has-the-founders

Re: Livecode and "Extended Validation" SSL certificates

2015-07-11 Thread J. Landman Gay
On July 11, 2015 8:26:07 AM CDT, Richard Gaskin wrote: > >I've seen a similar issue with an app I make that uses a similar cert >on >the server we use for storage, but here the problem is intermittent so > >I've been reluctant to file a bug report until I can pin down a >reliable >recipe. > >I

Re: Has the "founders" on-rev package been reduced to 25 GB?

2015-07-11 Thread TEDennis
re: To Infinity and beyond! Would you mind sharing some of that excess capacity? I don't mean the 'infinity" stuff. I mean the "beyond" stuff. I'm wondering ... does "beyond" still use a binary system? TED -- View this message in context: http://runtime-revolution.278305.n4.nabble.com/Has-

Re: Has the "founders" on-rev package been reduced to 25 GB?

2015-07-11 Thread Jim Lambert
I’m an on-rev founder and my cPanel says: Disk Space Usage1.5 GB / ∞ Delicious. To Infinity and beyond! Jim Lambert ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscrip

Re: Custom Ask File Dialogs

2015-07-11 Thread J. Landman Gay
On July 11, 2015 8:36:05 AM CDT, Richard Gaskin wrote: >For the here-and-now, when I need additional options for special file >handling I'll usually just use a sequence of two dialogs: > >1. answer file to pick the file >2. Display the selected file in a second custom modal that provides the ot

Re: Has the "founders" on-rev package been reduced to 25 GB?

2015-07-11 Thread TEDennis
I also have the founder package, running on diesel. My FTP is failing during uploads, but I can use CPANEL to upload files. My "disk space usage" report shows the following in the top section: /9,857.63 MB total disk space used. 50,000.00 MB quota limit (0.00 MB used)./ The bottom section of

Re: Custom Ask File Dialogs

2015-07-11 Thread Roger Eller
On Jul 11, 2015 9:36 AM, "Richard Gaskin" wrote: > > For the "answer file" command LiveCode uses the OS-provided dialog on all platforms. > > ... and their custom dialog looks especially bad on OS X or Windows where it was never designed to be used. > > > -- > Richard Gaskin > Fourth World Syste

Re: [fan boy] Has the "founders" on-rev package been reduced to 25 GB?

2015-07-11 Thread Richard Gaskin
Scott Morrow wrote: > I’m always interested in how a multi-person LiveCode team would > operate. The largest team I ever managed was using Sybase Gain Momentum, and excellent xTalk from yesteryear which has since changed hands so many times I don't know who owns it today. The team had about

Re: Custom Ask File Dialogs

2015-07-11 Thread Richard Gaskin
Ray wrote: > Does anybody know of a way to duplicate Livecode's "Ask File" dialog > window and customize it? I suppose I could build up my own Ask File > dialog window from scratch but it would be a lot of work and I'm not > sure how I would include things like Favorites and the many different >

Re: Livecode and "Extended Validation" SSL certificates

2015-07-11 Thread Richard Gaskin
Bruce Pokras wrote: > Recently, the app's requests for the access token kept resulting in > an error message. I tried a lot of differnt work-arounds. Nothing > helped. > > I finally posted my problem to an EPO forum for OPS users, and > included the error message which at the time made no sense t

Re: Has the "founders" on-rev package been reduced to 25 GB?

2015-07-11 Thread Richard Gaskin
JB wrote: I ddi not start this conversation about the size limits being changed. True, but while the others have expressed their confidence that any apparent change isn't intentional, your post not only suggested it may have been, but then also went further to suggest that such unilateral c

Anyone here have an Android security app such as Find my iPad?

2015-07-11 Thread Mark Rauterkus
Hi, Has anyone done an app in LiveCode that helps to prevent the loss or theft of an Android device? Wondering. Thanks m...@rauterkus.com -- -- Ta. Mark Rauterkus m...@rauterkus.com PPS Summer Dreamers' Swim & Water Polo Camp Executive Coach Varsity Boys Swim Coach, Pittsburgh Obama

Re: Custom Ask File Dialogs

2015-07-11 Thread Ray
I need to correct my own post. I meant to say I set the systemFileSelector to "false" in order to use Livecode's built-in file selector, but it's the much friendlier "system" file selector, not Livecode's built-in file selector, that I'm trying to duplicate and customize. Sounds like a pretty

Re: Has the "founders" on-rev package been reduced to 25 GB?

2015-07-11 Thread Matthias Rebbe | M-R-D
Hi, we have three founder packages here and all show 100GB in cPanel. If yours does not, then just drop support on-...@runrev.com an email. I am sure they will fix it. I think this “downgrade" happened when accounts where moved to newer servers. I am pretty sure it was not intended. Matthia

Custom Ask File Dialogs

2015-07-11 Thread Ray
Greetings, I'd like to solicit three things from my users in one window. The main thing is a new file name and location. I normally use "ask file" for this, but that only solicits a file name and location. It does not let me solicit the other two things. I then have to present a second dia

Re: [fan boy] Has the "founders" on-rev package been reduced to 25 GB?

2015-07-11 Thread JB
I was an electrical contractor and did all of that by myself too. People say they want work but it was impossible for me to find someone who I could depend on. They think one job can be a career. It would take me longer to teach a new person in the industry than it would to do the job myself. A

Re: [fan boy] Has the "founders" on-rev package been reduced to 25 GB?

2015-07-11 Thread Scott Morrow
That’s the same boat that most of us are in, I think. One person driving the entire operation. I’m always interested in how a multi-person LiveCode team would operate. Actually, I’m even more interested in how other individuals operate. Most of us work without being able to observe the workflow