Re: Sending mail (invisibly) from inside a Mac LC (Side Issue)

2014-03-28 Thread dunbarx
Sort of off topic on this, but if you try to paste code from the script editor, 
all the formatting is passed as well, and this can take quite a bit of room. It 
will usually prevent your message getting through to this list.


 always run a small utility tied to one of my Fkeys: 



function makePlainText tText
   repeat for each char theChar in tText
  put numToChar(charToNum(theChar)) after temp
   end repeat
   return temp
end makePlainText 


And then you simply: set the clipBoardData to makePlainText(the clipBoardData)


Craig Newman




-Original Message-
From: Mark Talluto 
To: How to use LiveCode 
Sent: Fri, Mar 28, 2014 6:08 pm
Subject: Re: Sending mail (invisibly) from inside a Mac LC app


Richard,

I understand the need to develop this type of application.  You are going to 
want to run a php script on your server and have your mac app call the php 
script and send the needed parameters. This will keep things quite so the 
individual working on that system is not bothered by applications loading and 
interrupting their work flow.

I tried pasting working code to solve this problem here, but it seem to be 
upsetting some server somewhere.  It thinks I am doing something bad.  Sound 
familiar?  Oh well. I will put the code on in a text file on my server and make 
it available that way.  This link will get you some fully tested, working code. 
 
If you have any questions, please let me know.

http://www.canelasoftware.com/pub/rev/mailCode.txt


Best regards,

Mark Talluto
canelasoftware.com






___
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

 


___
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: Sending mail (invisibly) from inside a Mac LC (Side Issue)

2014-03-28 Thread Mark Talluto




On Mar 28, 2014, at 3:46 PM, dunb...@aol.com wrote:

> Sort of off topic on this, but if you try to paste code from the script 
> editor, all the formatting is passed as well, and this can take quite a bit 
> of room. It will usually prevent your message getting through to this list.
> 
> 
> always run a small utility tied to one of my Fkeys: 
> 
> 
> 
> function makePlainText tText
>   repeat for each char theChar in tText
>  put numToChar(charToNum(theChar)) after temp
>   end repeat
>   return temp
> end makePlainText 
> 
> 
> And then you simply: set the clipBoardData to makePlainText(the clipBoardData)
> 
> 
> Craig Newman


Thanks Craig,

Turns out that my email was not set up correctly.  I did run everything through 
TextWrangler and zapped all gremlins.  I am sure it was my malformed email.  


Best regards,

Mark Talluto
canelasoftware.com


___
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