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
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
Pleas
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 - my
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
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 ge
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
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
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 landscape
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 t
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
>> Here is a simple one:
>>
>>put "<(?P[A-Z][A-Z0-9]*)\b[^>]*>.*?" 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 c
11 matches
Mail list logo