Re: Problem with pasting from a Rev App to Pages..

2012-05-02 Thread Charles Szasz
Hi Bob, Believe it or not I have tried reversing scripts already but I always get the same font in Pages: Lucida Grande. I would appreciate any other suggestions that may have. Charles Szasz csz...@mac.com ___ use-livecode mailing list use-liveco

[ANN] Installer Maker 1.7.7

2012-05-02 Thread Mark Schonewille
Dear LiveCode users, Economy-x-Talk is releasing Installer Maker Plugin 1.7.6 today. Installer Maker allows you to wrap your LiveCode standalones in an installer without additional software. This release is a maintenance release, which fixes another 5 bugs reported by our customers, including t

Re: Problem with pasting from a Rev App to Pages..

2012-05-02 Thread Bob Sneidar
Don't you want to do that in the reverse order? You are setting the clipboard to the rtftext of the field, but what you do to the field after that is irrelevant to the clipboard. Bob On May 2, 2012, at 3:23 PM, Charles Szasz wrote: > Mark, > > I tried your suggestion: > > set the clipboard

Re: Problem with pasting from a Rev App to Pages..

2012-05-02 Thread Charles Szasz
Mark, I tried your suggestion: set the clipboardData["rtf"] to the rtfText of field "statement" set the textFont of character 1 to -1 of field "statement" to "Times New Roman" As soon as I click on the button that had the script above the textfont in the field "statement" changed to the fon

Re: PayPal IPN & LC

2012-05-02 Thread Peter Haworth
Maybe there's a Thunderbird plugin that would help. The other way might be if there's some way of saving filtered messages to a text file in a specific folder, then setting the folder options to run a script each time a new message turns up. When I get some time, I plan to look into that for use

Re: PayPal IPN & LC

2012-05-02 Thread J. Landman Gay
On 5/2/12 12:56 PM, Peter Haworth wrote: Congrats on working through all this. Slightly off topic but related. I assume you're doing this to send out license codes or something similar. Right, I'm trying to automate AirLaunch sales from my web site. Zygodact makes the serial keys and I've fi

Re: Time-Stamping Demo programs #2

2012-05-02 Thread Mark Talluto
On Apr 24, 2012, at 9:11 AM, J. Landman Gay wrote: > On 4/24/12 10:08 AM, Paul Dupuis wrote: > >> However, I'd agree with Richard Gaskin's post that a feature limited >> demo is generally a better marketing approach than a time limited demo. > > I think so too. Or even just make the program slig

Re: LinkedIn's App Is...

2012-05-02 Thread Scott Rossi
Recently, Mike Kerner wrote: > Interesting article from VentureBeat on LinkedIn's mobile app. It was > built in > http://venturebeat.com/2012/05/02/linkedin-ipad-app-engineering/ An interesting (and important, IMO) comment at the end: ³You can¹t take a mobile app and just scale it up to

Re: PayPal IPN & LC

2012-05-02 Thread Peter Haworth
Congrats on working through all this. Slightly off topic but related. I assume you're doing this to send out license codes or something similar. Some time ago, I had a need to automatically react to someone purchasing one or more mp3 music files. This is way before I even knew about LiveCode a

Re: Intercepting 'set the script..." in the IDE editor

2012-05-02 Thread Dar Scott
I like the idea of a plugin setting up a front script. However, don't I need to catch the click on the apply button rather than closefield? Maybe, I'm trying to do the wrong thing. Maybe I just need a plugin button to make the transformation on the edit field itself, perhaps with comments s

Re: PayPal IPN & LC

2012-05-02 Thread J. Landman Gay
On 5/2/12 12:39 PM, Richard Gaskin wrote: J. Landman Gay wrote: On 5/2/12 12:30 PM, Richard Gaskin wrote: Ah, so it was a header issue after all. You're justified if you want to gloat now. I'm sorry I sniped at you. If it helps, you weren't the only one. The Husband hid in the basement. I

LinkedIn's App Is...

2012-05-02 Thread Mike Kerner
Interesting article from VentureBeat on LinkedIn's mobile app. It was built in http://venturebeat.com/2012/05/02/linkedin-ipad-app-engineering/ Not RunRev, but it also has some surprises in it. -- On the first day, God created the heavens and the Earth On the second day, God created the

Re: PayPal IPN & LC

2012-05-02 Thread Bob Sneidar
It's awesome you got through this. FTR these are some of the hardest kinds of problems to solve. Your pain will be other's gain. :-) Bob On May 2, 2012, at 10:38 AM, J. Landman Gay wrote: > On 5/2/12 11:58 AM, Bob Sneidar wrote: >> Ouch! > > :) I'll post something once I'm sure the real page

Re: PayPal IPN & LC

2012-05-02 Thread Richard Gaskin
J. Landman Gay wrote: On 5/2/12 12:30 PM, Richard Gaskin wrote: Ah, so it was a header issue after all. You're justified if you want to gloat now. I'm sorry I sniped at you. If it helps, you weren't the only one. The Husband hid in the basement. I had the luxury of being half a continent aw

Re: PayPal IPN & LC

2012-05-02 Thread J. Landman Gay
On 5/2/12 11:58 AM, Bob Sneidar wrote: Ouch! :) I'll post something once I'm sure the real page works. It's been a long, hard journey. I've decided I hate web servers. -- Jacqueline Landman Gay | jac...@hyperactivesw.com HyperActive Software | http://www.hyperactive

Re: PayPal IPN & LC

2012-05-02 Thread J. Landman Gay
On 5/2/12 12:30 PM, Richard Gaskin wrote: Ah, so it was a header issue after all. You're justified if you want to gloat now. I'm sorry I sniped at you. If it helps, you weren't the only one. The Husband hid in the basement. -- Jacqueline Landman Gay | jac...@hyperactivesw.com Hy

Re: PayPal IPN & LC

2012-05-02 Thread Richard Gaskin
J. Landman Gay wrote: On 5/2/12 4:54 AM, dirk cleenwerck wrote: Good morning, Does this help. http://oreilly.com/openbook/cgi/ch03_07.html Yes! Yes it does!! Excitement, happiness, joy joy! In the simulator at least, this WORKS!!!: on startup read from stdin until empty put it i

Re: PayPal IPN & LC

2012-05-02 Thread Bob Sneidar
Ouch! On May 2, 2012, at 9:42 AM, J. Landman Gay wrote: > On 5/2/12 11:07 AM, Bob Sneidar wrote: >> When you guys get through all this, it would be great if you could >> share all you've learned in one place, maybe even write up an article >> for the Rev newsletter. It's great the way this commun

Re: PayPal IPN & LC

2012-05-02 Thread J. Landman Gay
On 5/2/12 4:54 AM, dirk cleenwerck wrote: Good morning, Does this help. http://oreilly.com/openbook/cgi/ch03_07.html Yes! Yes it does!! Excitement, happiness, joy joy! In the simulator at least, this WORKS!!!: on startup read from stdin until empty put it into tOrderData LOG the

Re: PayPal IPN & LC

2012-05-02 Thread Klaus on-rev
Hi Jaqueline, Am 02.05.2012 um 18:42 schrieb J. Landman Gay: > On 5/2/12 11:07 AM, Bob Sneidar wrote: >> When you guys get through all this, it would be great if you could >> share all you've learned in one place, maybe even write up an article >> for the Rev newsletter. It's great the way this c

Re: Intercepting 'set the script..." in the IDE editor

2012-05-02 Thread J. Landman Gay
On 5/2/12 11:02 AM, Dar Scott wrote: I want to make a plugin that makes some tweaks to a script just before it is applied. I want the user to see and edit his version, but what is saved is a slightly different version. I don't know if any messages are sent, but you could possibly trap closefi

Re: PayPal IPN & LC

2012-05-02 Thread J. Landman Gay
On 5/2/12 11:07 AM, Bob Sneidar wrote: When you guys get through all this, it would be great if you could share all you've learned in one place, maybe even write up an article for the Rev newsletter. It's great the way this community solves problems cooperatively. It restores my admittedly shaken

Re: Intercepting 'set the script..." in the IDE editor

2012-05-02 Thread Bob Sneidar
You may want to get ahold of GLX2 and see what Jerry did to do this. Since it's open source now (thanks a million Jerry) you can get into the code and see what is happening. Bob On May 2, 2012, at 9:02 AM, Dar Scott wrote: > I want to make a plugin that makes some tweaks to a script just bef

Re: PayPal IPN & LC

2012-05-02 Thread Bob Sneidar
When you guys get through all this, it would be great if you could share all you've learned in one place, maybe even write up an article for the Rev newsletter. It's great the way this community solves problems cooperatively. It restores my admittedly shaken faith in the human race. :-) Bob O

Intercepting 'set the script..." in the IDE editor

2012-05-02 Thread Dar Scott
I want to make a plugin that makes some tweaks to a script just before it is applied. I want the user to see and edit his version, but what is saved is a slightly different version. In some ideas, both are valid scripts, that shown in the editor and that put into the script property. In som

Re: Apple being Evil, again...

2012-05-02 Thread Richard Gaskin
Richmond wrote: While Steve Jobs was a devil, of sorts, at least he was a devil we knew; now he has passed on (presumably to do devilish things elsewhere) we are left with other, lesser devils; and lesser devils are like lesser gods, inclined to do things that are neither so good nor so evil. I

Re: Apple being Evil, again...

2012-05-02 Thread Richard Gaskin
Peter Haworth wrote: Well of course they don't wnat anyone to use Dropbox, or Box.net or Google Drive or any other online cloud storage - it takes people away form iCloud. Is that too cynical? Not cynical at all; it's well within their rights to define their platform however they like. I ju

Re: Tab Enabling/Disabling commands

2012-05-02 Thread Peter M. Brigham, MD
On May 1, 2012, at 1:25 PM, Bob Sneidar wrote: > This is getting embarrassing. Seems that setting wholeMatches to true > prevented finding a tab item that was preceded by a "(" which is the > disabling character for a menu item. If I can't find it, I can't re-enable > it! This should resolve th

PHP help (was PayPal IPN & LC)

2012-05-02 Thread Richard Miller
Any ideas why this would not put "this is just a test" into the file "dump.txt"? PayPal is happy with the script. It indicates it has received the correct response when it calls this PHP script. The script is located in my Documents folder on my (dedicated OSX) server. I can't set that folder to

Re: PayPal IPN & LC

2012-05-02 Thread dirk cleenwerck
Good morning, Does this help. http://oreilly.com/openbook/cgi/ch03_07.html Dirk Cleenwerck On Wed, May 2, 2012 at 6:25 AM, J. Landman Gay wrote: > On 5/1/12 8:55 PM, Andre Garzia wrote: > >> Guys and Gals, >> >> You may want to check >> https://www.paypal-community.**com/t5/About-Settings/Payp

[ANN] External accessory framework external added to mergExt

2012-05-02 Thread Monte Goulding
Hi LiveCoders A new external has just been added to the mergExt suite. This one (mergAccessory) allows you to connect to, read from and write to external accessories such as bluetooth devices that are part of the Made For iPhone (MFi) program. There's an example stack showing how to print to th