Re: Where are these stacks being cached?

2014-08-14 Thread Peter W A Wood
Is the stack being cached by Amazon - http://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/Expiration.html Peter J. Landman Gay jac...@hyperactivesw.com wrote: Thanks for leaving Nabble to get this info here Shawn. I can have my client try that. We did discuss DNS issues and

Re: Standard Library

2014-08-14 Thread Thierry Douez
Here is a simple one: put (?Ptag[A-Z][A-Z0-9]*)\b[^]*.*?/(?P=tag) into RX if matchText( anyHtmlText, RX) then put Get it! Ok, just received 2 another positives feedback that this regex is valid! even with the latest LC x.x DP x versions. So, we are 3 by now. And please, avoid coming

mobilePickPhoto

2014-08-14 Thread Eric Corbett
I’m on 6.6.2, building for iOS 7.1 or later and running on an iPhone 4s above. After clicking on a photo when using mobilePickPhoto, the phone takes forever to return to the application. (it’s only 5 to 10 seconds average but that’s too long, don’t you think?) Even if we do nothing with the

Re: Where are these stacks being cached?

2014-08-14 Thread J. Landman Gay
On 8/14/2014, 1:28 AM, Peter W A Wood wrote: Is the stack being cached by Amazon -http://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/Expiration.html Aha. Yes, it very well could be. I just knew an old copy had to be stashed somewhere. This may be coupled with the DNS issue

Mac printing Scale to fit paper size

2014-08-14 Thread kee nethery
I’m printing postcards onto individually cut postcards and they are a custom paper size (4.25 x 6 inches). The stack displays the postcard text in landscape mode but the postcards go into the printer in portrait orientation (smallest edge gets sucked into the printer). Normally I’d set

Re: Mac printing Scale to fit paper size

2014-08-14 Thread Mark Schonewille
Hi Kee, I'm in a hurry actually, so I don't have time to read everything carefully right now, but I do something like this: put 72 into myMargin put myMargin,myMargin,item 2 of the printPapersize - myMargin,item 1 of the printPapersize - 72 into myPrintRect print this card into myPrintRect

Send mail encrypted with attachments

2014-08-14 Thread Bob Sneidar
Hi all. I got Sarah Reichelts SMTP library (and paid for it) and it’s very cool, but it does not seem to work with SSL encrypted connections, like Gmail for example. Has anyone done this? Might I use Livecode’s built in SSL library to retrofit her SMTP library to support SSL? Bob S

Re: Send mail encrypted with attachments

2014-08-14 Thread Bob Sneidar
UPDATE: I poked around in Sarah’s library and found the pertinent line that opens the socket. So instead of using: open socket to sSocketAddr with message “sSMTPsocketConnected I use: open secure socket to sSocketAddr with message “sSMTPsocketConnected the server is smtp.gmail.com:465. I get

GPS timestamp

2014-08-14 Thread Paul Kocsis
I posted this in the android forums but have not gotten a response yet, so thought I'd ask here. Here's my post from the forum: Didn't know whether to post this in Talking Livecode or here, because although I'm asking the following with android in mind, I'm really looking for answers that apply

Re: Mac printing Scale to fit paper size

2014-08-14 Thread kee nethery
Mark, Thank you very much for the suggestions. If I print to 8.5x11 paper, I can use the following code to print the postcard full page landscape mode. on mouseUp set the printPaperOrientation to landscape put 18 into myMargin put myMargin,myMargin,item 2 of the printPapersize -

Re: M

2014-08-14 Thread Peter M. Brigham
On Aug 13, 2014, at 10:55 AM, Jim Hurley wrote: I thought this meant that Jim has reached enlightenment…. -- Peter Peter M. Brigham pmb...@gmail.com http://home.comcast.net/~pmbrig ___ use-livecode mailing list use-livecode@lists.runrev.com

Re: Marker image sizes

2014-08-14 Thread J. Landman Gay
It took me some time to get around to trying this, but I must say, this marker will be very useful to some of us. :) Thanks for making these tools available, Bernd. On 8/12/2014, 12:08 PM, BNig wrote: and for a nice marker made with above utility set the markerPoints of a polygon graphic to