Re: Unicode and card names

2016-07-20 Thread Peter TB Brett
On 21/07/2016 03:00, Peter Bogdanoff wrote: Am I correct in thinking that with Unicode support, cards can now be named anything that uses Unicode characters? Formerly, I ran into trouble when trying to reference cards that had a name that contained an accented character. As I understan it,

Re: paypal encrypted buttons using lc

2016-07-20 Thread Mark Wieder
On 07/20/2016 07:36 PM, Mike Bonner wrote: It did finally click with me that it is just a shell (exec) call to openssl to generate the encrypted part of the button data, so i'm pretty sure I can handle it now. Yeah, I think just set the proper environment variables, issue the shell command, a

Re: paypal encrypted buttons using lc

2016-07-20 Thread Mike Bonner
Yeah, I won't be generating the key through their site, it will be done by me on a system controlled by me. (I've been playing with a droplet on digitial ocean to try things out) I will probably end up with a virtual linux box on my local machine. As for sending a cert, no I don't believe that is

Re: paypal encrypted buttons using lc

2016-07-20 Thread Mark Wieder
On 07/20/2016 02:13 PM, Mike Bonner wrote: This is why I'm looking in to doing the encryption on my own. (not necessarily on the fly) as described best here: https://www.stellarwebsolutions.com/en/articles/paypal_button_encryption_php.php I'm coming in late to the party as usual, and I proba

Unicode and card names

2016-07-20 Thread Peter Bogdanoff
Hi, Am I correct in thinking that with Unicode support, cards can now be named anything that uses Unicode characters? Formerly, I ran into trouble when trying to reference cards that had a name that contained an accented character. Is this now gone away? Peter Bogdanoff UCLA _

Re: Licensing AGAIN [was: Sharing FontLab Plugin]

2016-07-20 Thread Robert Mann
"" - If the app is open source, this definitely violates either the Apple store agreement or the LiveCode Community copyright license (GPLv3). - If the app is closed-source, this definitely violates the LiveCode Indy end user license agreement and probably also the LiveCode Community copyright

Re: Backspace unrecoverably deletes an object ....

2016-07-20 Thread Monte Goulding
Yes it does Sent from my iPhone > On 21 Jul 2016, at 8:36 AM, Devin Asay wrote: > > Do you know whether that regression shows up in 8.1.0 dp2? ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe

Re: Backspace unrecoverably deletes an object ....

2016-07-20 Thread Devin Asay
> On Jul 20, 2016, at 3:45 PM, Peter TB Brett wrote: > > > > On 20/07/2016 20:47, Mike Kerner wrote: >> Also bad, but a little more modern: lc8.0.3 crashed a moment ago, and >> three hours of work went with it. I was doing a find in the script editor >> when it closed its eyes. > > There's

Re: Licensing AGAIN [was: Sharing FontLab Plugin]

2016-07-20 Thread Richmond
Or target those people who have jail-broken their iPads . . . Richmond. On 21.07.2016 00:54, Peter TB Brett wrote: On 20/07/2016 20:53, Sannyasin Brahmanathaswami wrote: Kay C Lan wrote: " Fortunately one of the parents is extremely supportive and is happy to pony up for an LC Indy License.

Re: Licensing AGAIN [was: Sharing FontLab Plugin]

2016-07-20 Thread Peter TB Brett
On 20/07/2016 20:53, Sannyasin Brahmanathaswami wrote: Kay C Lan wrote: " Fortunately one of the parents is extremely supportive and is happy to pony up for an LC Indy License. Is it kosher that this app, built by multiple people using Community, is now licensed by a single Indy holder? Can fu

Re: Backspace unrecoverably deletes an object ....

2016-07-20 Thread Peter TB Brett
On 20/07/2016 20:47, Mike Kerner wrote: Also bad, but a little more modern: lc8.0.3 crashed a moment ago, and three hours of work went with it. I was doing a find in the script editor when it closed its eyes. There's a known (and frustrating) crash regression in 8.0.2-rc-3 and we think we'

Re: paypal encrypted buttons using lc

2016-07-20 Thread Mike Bonner
That's the thing. It is easy to do things in the way I describe. Unless otherwise set (in the paypal profile.. one can choose to only accept encrypted buttons but this doesn't seem to be the default), any person anywhere (if they have access to the merchant id or merchant email address) can whip u

Re: Backspace unrecoverably deletes an object ....

2016-07-20 Thread Monte Goulding
Oh are you deleting the entire object? Sent from my iPhone > On 21 Jul 2016, at 3:42 AM, Francis Nugent Dixon wrote: > > Why can’t I recover a button and script (after Select-Delete), > or, if I can, how do I do it ? Other apps respond to “Undo” > commands, even after a “Delete”. Why can’t Live

Re: Backspace unrecoverably deletes an object ....

2016-07-20 Thread Monte Goulding
I'm not sure I completely understand the recipe but could you create a bug report about this as the script editor undo should be able to undo a delete. Cheers Monte Sent from my iPhone > On 21 Jul 2016, at 3:42 AM, Francis Nugent Dixon wrote: > > Why can’t I recover a button and script (afte

Re: [ANN] Sharing FontLab Plugin

2016-07-20 Thread Sannyasin Brahmanathaswami
Kay C Lan wrote: " Fortunately one of the parents is extremely supportive and is happy to pony up for an LC Indy License. Is it kosher that this app, built by multiple people using Community, is now licensed by a single Indy holder? Can further game refinement be done by the gang us

Re: Backspace unrecoverably deletes an object ....

2016-07-20 Thread Mike Kerner
Also bad, but a little more modern: lc8.0.3 crashed a moment ago, and three hours of work went with it. I was doing a find in the script editor when it closed its eyes. On Wed, Jul 20, 2016 at 2:24 PM, Peter Haworth wrote: > I can only offer a third party solution. My lcStackbrowser plugin rem

Re: paypal encrypted buttons using lc

2016-07-20 Thread J. Landman Gay
Not to beat a stubborn dead horse, but...I don't think you can do what you want. Paypal makes it pretty hard to modify their buttons. If they didn't, anyone could copy and change the Paypal button on any site, which is kind of what you're describing. On 7/20/2016 2:18 PM, Mike Bonner wrote: T

Re: paypal encrypted buttons using lc

2016-07-20 Thread Mike Bonner
Thank you both. I think i'm in over my head actually, but stubborn makes up for a lot. On Wed, Jul 20, 2016 at 1:12 PM, Richard Gaskin wrote: > Mike Bonner wrote: > > > I just turned the corner on understanding the old method, I suspect > > i'll be able to make it work once sha-256 is implemen

Re: paypal encrypted buttons using lc

2016-07-20 Thread Richard Gaskin
Mike Bonner wrote: > I just turned the corner on understanding the old method, I suspect > i'll be able to make it work once sha-256 is implemented. If it helps, I've found Mark Smith's libHash-Hmac to be quite good, his sha256 function returning the same values I get when tested against the c

Re: paypal encrypted buttons using lc

2016-07-20 Thread J. Landman Gay
Just so you don't get too confused -- my example script returns "OK" before checking the data details. That's because some clients pay for programming work via PayPal without any button involved, and it sends me notifications for those. You don't have to do it in that order. On 7/20/2016 1:59

Re: paypal encrypted buttons using lc

2016-07-20 Thread Mike Bonner
I just turned the corner on understanding the old method, I suspect i'll be able to make it work once sha-256 is implemented. And now I _think_ I have an inkling of what you mean re: the cgi on file and back confirming the correct info. I can see more reading in my immediate future. Thank you muc

WP - LiveCode Coding Webinar

2016-07-20 Thread Todd Fabacher
Hello LiveCoders, First, thanks again for supporting LC in getting all of the projects funded, and I am sure the dev team is hard at work. As we agreed, we divided the webinars into two, one hour webinars. The first was the overview: https://www.youtube.com/watch?v=D_6b04AltTQ. The next one is m

Re: paypal encrypted buttons using lc

2016-07-20 Thread J. Landman Gay
On 7/20/2016 11:00 AM, Mike Bonner wrote: Ah, so I need to find an updated guide. I misspoke a bit -- it's SHA-256, and the cutover is just beginning. Test systems were put in place some time ago and the full transition will be completed Sept 30. Noncompliant servers will fail after that date

Re: Backspace unrecoverably deletes an object ....

2016-07-20 Thread Peter Haworth
I can only offer a third party solution. My lcStackbrowser plugin remembers all deleted objects (stacks, cards, controls) until you quit and you can undo the delete of any of them from either a contextual menu or the lcstackbrowser trash can icon. Pete On Wed, Jul 20, 2016 at 10:43 AM Francis Nuge

Backspace unrecoverably deletes an object ....

2016-07-20 Thread Francis Nugent Dixon
Mac OS X 10.9.5 - LiveCode 5.5 Hi from Beautiful Brittany, I’ve just done it again !!! I created a button, loaded it up with thoughtful script, and, instead of hitting return to continue writing the script, , I wanderered around the stack, checking names, etc,, and later, without thinking, I hi

Re: paypal encrypted buttons using lc

2016-07-20 Thread Mike Bonner
Ah, so I need to find an updated guide. If it was a single, or even several buttons it would be easy. Use the button creator and voila' an encrypted button. Unfortunately I need a large number of buttons on multiple pages. (helping out a friend) The connections out here are sluggish. (theirs is w

Re: paypal encrypted buttons using lc

2016-07-20 Thread J. Landman Gay
I didn't mention my PayPal script example earlier because it didn't sound like what you wanted to do, but I wondered why you'd want to create your own button. The ones that PayPal creates are encrypted already. They are using AES256 now. Jacqueline Landman Gay | jac...@hyperactives

Re: paypal encrypted buttons using lc

2016-07-20 Thread Mike Bonner
Not exactly what i'm looking for, but definitely things in there I can use to improve what i'm doing. I think my biggest issue is i'm having a block. There is an exact example of what I want to do here: https://www.stellarwebsolutions.com/en/articles/paypal_button_encryption_php.php but for some

Re: paypal encrypted buttons using lc

2016-07-20 Thread Mike Bonner
Thank you! I'll dig some more. Appreciate the links. On Wed, Jul 20, 2016 at 1:19 AM, beugelaar wrote: > Mike, > > I do not know if this will help you further: > > 1. PayPal - http://www.hyperactivesw.com/cgipaypal/index.html > 2. SSH - http://forums.livecode.com/viewtopic.php?f=7&t=23427 > > G

Re: paypal encrypted buttons using lc

2016-07-20 Thread beugelaar
Mike, I do not know if this will help you further: 1. PayPal - http://www.hyperactivesw.com/cgipaypal/index.html 2. SSH - http://forums.livecode.com/viewtopic.php?f=7&t=23427 Goodluck, Erik - Erik Beugelaar Cross-platform developer www.solidit.eu nl.linkedin.com/in/beugelaar -- View