[OT] New pricing

2013-04-06 Thread Georges Malamoud
Hello I received that from RunRev for next tuesday big day http://www.runrev.com/mailers/ks_mailer/index21.html?utm_campaign=kickstarterutm_source=hubspot_email_marketingutm_medium=email Could you tell me if I am correct interpreting this message ? - I can use the community edition on all

Re: [OT] New pricing

2013-04-06 Thread Mark Schonewille
Hi, Yes, that's how I interprete the website you linked to. I'm slightly disappointed that I can't buy single-platform licenses anymore. I wonder if this means I can no longer update my iOS license without updating my Windows/OSX license for example. That worries me a little. On the other

Re: Limitations of the Open-Source version?

2013-04-06 Thread Andrew Kluthe
Can't password protect scripts. Every thing you make has to be released under the gpl. I believe that's it. On Fri, Apr 5, 2013 at 4:10 AM, Michael Kristensen michael-kristen...@dsa-net.dk wrote: Hi there I have not seen it explanied/discussed what limitations there is put on the O-S

Re: Limitations of the Open-Source version?

2013-04-06 Thread René Micout
Le 6 avr. 2013 à 15:33, Andrew Kluthe and...@ctech.me a écrit : Can't password protect scripts. Every thing you make has to be released under the gpl. I believe that's it. Yes exactly ! ___ use-livecode mailing list use-livecode@lists.runrev.com

Lovely News

2013-04-06 Thread Richmond
http://blog.runrev.com/blog/bid/280136/LiveCode-Open-Source-Release-Progress Over 150 bug fixes in this version Really lovely (especially if some of those are those 'old chestnuts' that have been rolling around under the bed, collecting dust for ages). A list of the bug fixes would be most

Re: [OT] New pricing

2013-04-06 Thread Richard Gaskin
Georges Malamoud wrote: Could you tell me if I am correct interpreting this message ? - I can use the community edition on all platforms for free and open source apps (except iOS because it is forbidden to publish an open source app on App Store) - If I want a commercial app (even less

Re: [OT] New pricing

2013-04-06 Thread Dr. Hawkins
On Sat, Apr 6, 2013 at 7:33 AM, Richard Gaskin ambassa...@fourthworld.com wrote: Today there are many other free software licenses, some of them more liberal like MIT, Apache, and CopyLeft. But all of them gained inspiration and credibility from the foundation established by the GPL, and its

What's the best way to store data that one iOS app sends to another?

2013-04-06 Thread Geoff Canyon
Each instance of my iOS app needs to maintain a list of other users of the app and be able to send them information, and retrieve information they have sent. Think email, but without the image, attachment, etc. overhead -- more like sending tweets as emails. What sort of host/infrastructure

Re: [OT] New pricing

2013-04-06 Thread Richard Gaskin
Dr. Hawkins wrote: On Sat, Apr 6, 2013 at 7:33 AM, Richard Gaskin wrote: Today there are many other free software licenses, some of them more liberal like MIT, Apache, and CopyLeft. But all of them gained inspiration and credibility from the foundation established by the GPL, and its

Re: Page 2 of a PDF

2013-04-06 Thread David Epstein
J. Landman Gay: That's pretty good, it works great. Where'd you get the 75 from? Based on your calculation, this one-liner also works: on goPage n set the currenttime of player 1 to (n-1)*75 end goPage Thank you, that's an improvement. The 75 came from observing that the duration of a

Auto completion of a text field

2013-04-06 Thread Peter Haworth
Trying to implement an auto completion function for a text field. I have a keyUp handler that gets the current contents of the field and searches though a list of possible matches. If one is found, I tried setting the text of the field to it. I see the match turn up in the field, but when I

Re: Auto completion of a text field

2013-04-06 Thread Colin Holgate
I have done auto complete things in the past, and the way I did it was to have a second field underneath the first one. The underneath field shows the best match for the text that is in the field that the user is typing into. When they press return or enter, you don't use the text in the field

Re: Auto completion of a text field

2013-04-06 Thread Mark Schonewille
Hi Pete, I wonder if you'd like my search list lib. It is in the private section of my website at http://qery.us/3eo but you can see a picture at http://qery.us/3en and you can contact me if you have any questions. -- Best regards, Mark Schonewille Economy-x-Talk Consulting and Software

Re: What's the best way to store data that one iOS app sends to another?

2013-04-06 Thread John Craig
I've been using LC on an on-rev server and a MySQL database for such tasks - I like the fact that the client and server bits can all be coded with LC :) You'll find MySQL on just about every hosting package, so it's usually a safe bet for choice of database. On 06/04/2013 18:10, Geoff

please, please, PLEASE!!!

2013-04-06 Thread Dr. Hawkins
While fixing bugs, make the *(^*#$(^ red dots work, and not depend on some random event elsewhere, or whether or not there is an explicit breakpoint nearby. I'm about to start throwing things across the room and using words my kids don't think I know . . . And when using a built in funciton such

Re: Auto completion of a text field

2013-04-06 Thread J. Landman Gay
On 4/6/13 2:20 PM, Peter Haworth wrote: Trying to implement an auto completion function for a text field. I have a keyUp handler that gets the current contents of the field and searches though a list of possible matches. If one is found, I tried setting the text of the field to it. I see the

Re: Page 2 of a PDF

2013-04-06 Thread J. Landman Gay
On 4/6/13 1:00 PM, David Epstein wrote: J. Landman Gay: That's pretty good, it works great. Where'd you get the 75 from? Based on your calculation, this one-liner also works: on goPage n set the currenttime of player 1 to (n-1)*75 end goPage Thank you, that's an improvement. The 75

Re: Auto completion of a text field

2013-04-06 Thread Peter Haworth
Thanks Colin/Mark/Jacque. I've actually got this working reasonably well by locking messages before issuing the type command, but I'll give all the suggestions a whirl. Pete lcSQL Software http://www.lcsql.com On Sat, Apr 6, 2013 at 1:03 PM, J. Landman Gay jac...@hyperactivesw.comwrote: On

Re: What's the best way to store data that one iOS app sends to another?

2013-04-06 Thread Geoff Canyon
With on-rev, how do you handle authentication/a secure connection? ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences:

Finding USB volume names, revisted

2013-04-06 Thread Richard Gaskin
Two years ago I posted a handler for finding info for removable USB drives, based on input from a great many of the regulars here: http://lists.runrev.com/pipermail/use-livecode/2010-March/136908.html This has worked well for years, but is reportedly failing to find removable volumes on Win8

set the dgData puts grey boxes over my first column

2013-04-06 Thread Dr. Hawkins
I didn't have this the last time I was working with datagrids. I read from my database, load an array, and set the dgData of grp sofaGrid to theA loads columns 2-4, but instead of loading column 1, it puts opaque grey blocks in front of it (dgmask?). Huh? This worked before I changed the

Re: please, please, PLEASE!!!

2013-04-06 Thread Richard Gaskin
Dr. Hawkins wrote: While fixing bugs, make the *(^*#$(^ red dots work, and not depend on some random event elsewhere, or whether or not there is an explicit breakpoint nearby. I'm about to start throwing things across the room and using words my kids don't think I know . . . And when using a

Re: please, please, PLEASE!!!

2013-04-06 Thread Dr. Hawkins
On Sat, Apr 6, 2013 at 5:23 PM, Richard Gaskin ambassa...@fourthworld.com wrote: The IDE doesn't go open source until Tuesday. So until then, maybe the best course of action for reporting bugs would be to support@. Somehow, after knowing about this one and ignoring it for this many years, I

more datagrid questions

2013-04-06 Thread Dr. Hawkins
When I'm in the fieldeditor, I can trap the arrow keys without a problem. The target, however, is no longer the grid cell itself, but rather DataGridFieldEditor. The dgHilitedIndex of the target seems to alternate back and forth (with no pattern I can see) between the actual row (e.g., 2) and

Re: set the dgData puts grey boxes over my first column

2013-04-06 Thread Roger Eller
You haven't been playing around with this lesson have you? See the pic about halfway down the page. It looks like what you described. http://lessons.runrev.com/s/lessons/m/datagrid/l/7327-how-do-i-override-the-default-behavior-for-rendering-data-to-a-cell ~Roger On Apr 6, 2013 8:15 PM, Dr.

1001 things to do with LiveCode

2013-04-06 Thread Peter W A Wood
I have labelled all of the entries and added a Category Index to the main page of 1001 things to do with LiveCode. Some of the labels are probably not correct but they can be changed if necessary. This pretty much completes the development phase of 1001 things to do with LiveCode. There are a

Re: 1001 things to do with LiveCode

2013-04-06 Thread Roger Guay
Peter, PLEASE don't forget my SETI Synchronicity Problem iPad app. Sorry to keep bugging you. Thanks, Roger On Apr 6, 2013, at 9:01 PM, Peter W A Wood peterwaw...@gmail.com wrote: This pretty much completes the development phase of 1001 things to do with LiveCode. There are a few more