Re: feeding a private rsa key through the shell to get the public

2013-05-05 Thread Glen Bojsza
Have you tried... put shell (openssl rsa -in /path/mypemfile -pubout) Glen On Sat, May 4, 2013 at 6:46 PM, Dr. Hawkins doch...@gmail.com wrote: On Sat, May 4, 2013 at 3:24 PM, Alex Tweedly a...@tweedly.net wrote: put the shell of (echo fld privateKey | openssl rsa -pubout) that

Re: feeding a private rsa key through the shell to get the public

2013-05-05 Thread Glen Bojsza
Sorry, I just realized you are avoiding using a file ... jumped the gun. On Sun, May 5, 2013 at 2:07 AM, Glen Bojsza gboj...@gmail.com wrote: Have you tried... put shell (openssl rsa -in /path/mypemfile -pubout) Glen On Sat, May 4, 2013 at 6:46 PM, Dr. Hawkins doch...@gmail.com wrote:

Re: Storing a control in a custom property

2013-05-05 Thread FlexibleLearning.com
I've copied this tidbit to the Scripter's Scrapbook. www.ssbk.co.uk Hugh Senior FLCo -- Original message Hi All, After reading this thread, I just keep wondering if this particular tidbit was published before. (and where?) This thread is a useful reminder (at least for me) that I don't

RE:Installing App on iPad

2013-05-05 Thread Nigel Soden
Greeting Is there a way that I can load a LC application from my MAC to a iPad or iPhone without having to join the apple developers thingemajig. I've got both V5.5.3 and V6.0.1. I would like to use 6.0.1, without also having to purchase AirLaunch which doesn't work on v6.0.1. The only reason

Re: Installing App on iPad

2013-05-05 Thread Monte Goulding
On 05/05/2013, at 5:41 PM, Nigel Soden nig...@amglighthouse.co.za wrote: Is there a way that I can load a LC application from my MAC to a iPad or iPhone without having to join the apple developers thingemajig. No, unfortunately not. You should be able to test in the simulator though. --

Re: feeding a private rsa key through the shell to get the public

2013-05-05 Thread Thierry Douez
Hi, this works: on mouseUp local _code, _decode,str2code,Result_code,Result_decode put Live is beautiful into str2code put echo -n quote str2code quote | openssl enc -base64 into _code put shell( _code ) into Result_code put echo -n quote Result_code quote | openssl enc

Re: [ANN] Book. Programming LiveCode for the Real Beginner

2013-05-05 Thread Mark Schonewille
Hi again, I've put a good quality picture of the front and back cover of my book on my blog at http://qery.us/3g1 -- Best regards, Mark Schonewille Economy-x-Talk Consulting and Software Engineering Homepage: http://economy-x-talk.com Twitter: http://twitter.com/xtalkprogrammer KvK:

Re: Storing a control in a custom property

2013-05-05 Thread William Humphrey
I wish that the demo of the scripted library came with a whole bunch of useful snippets for Livecode programmers. Brevity and errors in this email probably the result of being sent by a mobile device. On May 5, 2013, at 3:07 AM, FlexibleLearning.com ad...@flexiblelearning.com wrote: I've

Re: Generating RSA pairs

2013-05-05 Thread Peter M. Brigham
On May 2, 2013, at 7:08 PM, Igor de Oliveira Couto wrote: There are a few well-documented ways to gather usable, unique seeds, such as: * getting the user to type for 10-20 seconds, randomly picking chars entered (PGP used this technique when initially generating the keys for the user) *

Re: [ANN] Book. Programming LiveCode for the Real Beginner

2013-05-05 Thread Guglielmo Braguglia
Mark, do you understand that in this way ... you penalize ONLY the honest users (/who would buy an eBook edition/) and, in fact, doing nothing against piracy? As soon as the book will be available, if it is really an interesting book ... for sure someone will make good quality photocopies

Re: [ANN] Book. Programming LiveCode for the Real Beginner

2013-05-05 Thread Guglielmo Braguglia
Opss ... sorry, obviously I mean good quality *scanning*, not photocopies ;-) Guglielmo On 5/5/13 17:36 PM, Guglielmo Braguglia wrote: Mark, do you understand that in this way ... you penalize ONLY the honest users (/who would buy an eBook edition/) and, in fact, doing nothing against

Re: [ANN] Book. Programming LiveCode for the Real Beginner

2013-05-05 Thread William Humphrey
That's true. Brevity and errors in this email probably the result of being sent by a mobile device. On May 5, 2013, at 11:44 AM, Guglielmo Braguglia guglie...@braguglia.ch wrote: Opss ... sorry, obviously I mean good quality *scanning*, not photocopies ;-) Guglielmo On 5/5/13 17:36

Re: Finding orphaned put

2013-05-05 Thread Peter Haworth
Hi William, Academic at this point but I couldn't resist improving this a bit! I can make it exclude single line comments starting with -- (or whatever you use for comment indicators) but can't think of a way to deal with block comments, or comments part way through a line. Here's the regexp for

Re: Installing App on iPad

2013-05-05 Thread J. Landman Gay
On 5/5/13 2:41 AM, Nigel Soden wrote: Greeting Is there a way that I can load a LC application from my MAC to a iPad or iPhone without having to join the apple developers thingemajig. I've got both V5.5.3 and V6.0.1. I would like to use 6.0.1, without also having to purchase AirLaunch which

iOS: second stack in memory disrupts message flow

2013-05-05 Thread Ben Rubinstein
I spent a lot of time trying to debug why my stack wasn't getting a 'shutdown' message when it was backgrounded. Eventually I found that the issue related to the fact that my main stack has opened a preferences stack, invisibly, in the background. The preferences stack is just a carrier for

Re: Storing a control in a custom property

2013-05-05 Thread FlexibleLearning.com
The Scripter's Scrapbook download is indeed a 'starter-kit', but it does include a lot of LC/Rev snippets. Hugh Senior FLCo -- Original message From: William Humphrey shoreag...@gmail.com To: How to use LiveCode use-livecode@lists.runrev.com Subject: Re: Storing a control in a custom property

Can a radio button be multi-line or wrapped?

2013-05-05 Thread Shawn Blc
Can a radio button be multi-line or wrapped? ___ 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/listinfo/use-livecode

Re: Can a radio button be multi-line or wrapped?

2013-05-05 Thread Randy Hengst
Yes…. in the message box type: set the label of button RadioDemo to this is one return long button label be well, randy - On May 5, 2013, at 4:08 PM, Shawn Blc wrote: Can a radio button be multi-line or wrapped? ___ use-livecode mailing list

Re: Mobile (Android) orientations

2013-05-05 Thread Alex Tweedly
Hmmm - this message has been sitting in my outbound mail queue for 2 or 3 days - sorry for the late reply. Thanks Neil (and everyone else who replied). This has been a great help. Monte's right - this would be a great example for a community effort (if his efforts on the engine forum don't

Re: Finding orphaned put

2013-05-05 Thread Alex Tweedly
I agree it's not been hyped (or praised) as much as it deserves. But, it's also not as good as it should have been :-( Having had the great idea of keeping this info, someone should have said let's keep that info for *every* line (actually, every section) of output in the msg box and

Re: Cheapjack development for Windows

2013-05-05 Thread Peter M. Brigham
On May 3, 2013, at 4:36 PM, J. Landman Gay wrote: Richmond, cheer up, or as Monte Python says, we'll hang you by the neck until you do. Company-Wide Notice: The floggings will continue until morale improves. -- Peter Peter M. Brigham pmb...@gmail.com http://home.comcast.net/~pmbrig