[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=kickstarter&utm_source=hubspot_email_marketing&utm_medium=email Could you tell me if I am correct interpreting this message ? - I can use the community edition on all platf

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 han

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 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 Please visit th

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 les

Re: [OT] New pricing

2013-04-06 Thread Dr. Hawkins
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 requirements > for the fr

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 woul

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 requiremen

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" o

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 leave

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 t

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 Engin

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 Canyon

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 ma

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 ca

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 On Sat, Apr 6, 2013 at 1:03 PM, J. Landman Gay wrote: > On 4/6/13 2:20 PM, Peter

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: http://lists.runrev.com/mailman/list

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: 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 th

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 b

Re: please, please, PLEASE!!!

2013-04-06 Thread Dr. Hawkins
On Sat, Apr 6, 2013 at 5:23 PM, Richard Gaskin 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 doubt that support is going

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") an

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. Ha

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 f

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 wrote: > This pretty much completes the development phase of 1001 things to do with > LiveCode. There are a few more entries to be publis

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

2013-04-06 Thread Dr. Hawkins
On Sat, Apr 6, 2013 at 8:21 PM, Roger Eller wrote: > 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-render

Re: please, please, PLEASE!!!

2013-04-06 Thread Kay C Lan
On Sun, Apr 7, 2013 at 8:32 AM, Dr. Hawkins wrote: > > Are bugs eligible for tenure? > > I'm pretty sure Jiminy had tenure. ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subsc