Re: Using two mouse buttons

2012-05-06 Thread Roger Eller
On Sun, May 6, 2012 at 8:47 PM, Roger Eller wrote: > On Sun, May 6, 2012 at 8:21 PM, Paul D. DeRocco wrote: > > Has anyone seen this behavior? Or more to the point, has anyone managed to >> get both buttons to work concurrently? >> > > Have you tried "on mouseUp 3"? > > * 1 is the mouse button on

Re: Using two mouse buttons

2012-05-06 Thread Roger Eller
On Sun, May 6, 2012 at 8:21 PM, Paul D. DeRocco wrote: > Still using Rev 3.5 under WinXP. > > When I press the left and right mouse buttons at the same time, the only > events I get are MouseDown for the one first pressed, and MouseUp for the > first one released. It doesn't matter if I do it slow

Using two mouse buttons

2012-05-06 Thread Paul D. DeRocco
Still using Rev 3.5 under WinXP. When I press the left and right mouse buttons at the same time, the only events I get are MouseDown for the one first pressed, and MouseUp for the first one released. It doesn't matter if I do it slowly or quickly. I've tried handling all documented mouse button ev

Re: PayPal IPN & LC

2012-05-06 Thread J. Landman Gay
Listers, There was an error in the PayPal IPN script I posted on my web page. Some HTML entities were missing, so the script got garbled when viewed on the web site. If you try to run it, LiveCode will abort and throw a server error. The problem is in the .zip file I provided too, since I jus

RE: Omegabundle for LiveCode 2012 Ending Monday; Survey Bags You Additonal DB Icon Set

2012-05-06 Thread Lynn Fredricks
> > I sent the survey few days ago and didn't receive > additional icon set yet. Could you check it? Hi all, We will batch out the the icon downloads at the end of the offer - it wont be long. Best regards, Lynn Fredricks President Paradigma Software http://www.paradigmasoft.com Valentina SQL

Re: Omegabundle for LiveCode 2012 Ending Monday; Survey Bags You Additonal DB Icon Set

2012-05-06 Thread Matthias Rebbe
Hi, the same here, but i think they will send it out after the end of the survey. Regards, Matthias Am 06.05.2012 um 23:56 schrieb Marek Niesiobedzki: > Hi Lynn, > > I sent the survey few days ago and didn't receive additional icon set yet. > Could you check it? > > Marek >

Re: Omegabundle for LiveCode 2012 Ending Monday; Survey Bags You Additonal DB Icon Set

2012-05-06 Thread Marek Niesiobedzki
Hi Lynn, I sent the survey few days ago and didn't receive additional icon set yet. Could you check it? Marek ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription pref

[ANN] Installer Maker Plugin 1.7.9

2012-05-06 Thread Mark Schonewille
Dear Installer Maker fans, Another new release of the Installer Maker Plugin has become available today. A few of you might be especially pleased to know that version 1.7.9 executes Mac OS X application packages correctly as post-install scripts. You can download the Installer Maker Plugin fro

[ANN] - SQLiteAdmin Version 1.2.0 released

2012-05-06 Thread Peter Haworth
I'm happy to announce the availability of version 1.2.0 of SQLiteAdmin, my SQLite database administration program for Mac and Windows. This update is available free to all existing users and can be downloaded here . This version includes many bug fixes to impro

Re: Program Installation folders

2012-05-06 Thread Peter Haworth
Thanks Tom, all good points. I'm about to put out a new release of my application that installs using a Windows Installer program which gives users the option of where to install the program. Hopefully that will give users the flexibility they want. Pete lcSQL Software

LiveCode access to Unfuddle?

2012-05-06 Thread Keith Clarke
Hi Folks, Has anyone played with accessing the Unfuddle API from within LiveCode http://unfuddle.com/docs/api? I thought I'd ask before I get stuck-in...and probably stuck! Best, Keith.. ___ use-livecode mailing list use-livecode@lists.runrev.com Plea

Re: Parameter string length (was Named Parameters)

2012-05-06 Thread FlexibleLearning
For clarity, my observation about truncated data refers to engine limits on the data passed, not the length of the line... parseThis my4gigData would most likely truncate the contents of my4gigData. There is no specified limit that I can determine, hence my suggestion that it may be memory d

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

2012-05-06 Thread Jan Schenkel
Hi Charles, You can't set the font name and size in one statement that way. Change your script to this: ## set the textFont of character 1 to -1 of field "statement" to "Times New Roman" set the textSize of character 1 to -1 of field "statement" to 12 set the clipboardData["rtf"] to the rtfText of