Re: Google's SPAM filters [was Re: Finding the calling code/object/script?]

2013-08-23 Thread Richmond
On 08/24/2013 04:05 AM, Kay C Lan wrote: I noticed this started at least 2 months ago, but I only get about 1-3 List posts a day end up in my Spam folder. I now check the Spam folder every day for List posts, I might get 2 or 3 a year that are really Spam, so currently all my Spam, isn't. Also c

Re: Help with nested (?) behaviors

2013-08-23 Thread Alejandro Tejada
Hi Klaus, Klaus major-k wrote > [snip] John Dixon was so kind to send me > your VERY enlightening stack "chained.livecode". > Great example! Where did Scott posted this stack? In the mail list or the forum? I would like to see it! :D Alejandro -- View this message in context: http://runti

Re: Google's SPAM filters [was Re: Finding the calling code/object/script?]

2013-08-23 Thread Ender Nafi Elekçioğlu
vaf  't qh ( w — Sent from Mailbox for iPhone On Sat, Aug 24, 2013 at 4:07 AM, Kay C Lan wrote: > I noticed this started at least 2 months ago, but I only get about 1-3 List > posts a day end up in my Spam folder. I now check the Spam folder every day > for List posts, I might get 2 or 3 a

Re: Google's SPAM filters [was Re: Finding the calling code/object/script?]

2013-08-23 Thread Kay C Lan
I noticed this started at least 2 months ago, but I only get about 1-3 List posts a day end up in my Spam folder. I now check the Spam folder every day for List posts, I might get 2 or 3 a year that are really Spam, so currently all my Spam, isn't. Also can't figure out any pattern. in the last 11

Re: OAuth 1.1

2013-08-23 Thread J. Landman Gay
On 8/23/13 2:51 PM, Ralph DiMola wrote: I'm going to be using http rest application interface to Twitter. I am doing the OAuth stuff and I need a HMAC-SHA1 hashing algorithm. Is that the same as LC's sha1Digest function? If not is there something in the Mark Smith library that will do the trick?

Re: Post command help

2013-08-23 Thread J. Landman Gay
On 8/23/13 4:23 PM, Trevor DeVore wrote: On Fri, Aug 23, 2013 at 1:21 PM, J. Landman Gay wrote: On 8/23/13 5:14 AM, Dave Cragg wrote: I know that https connections through a proxy were not supported in the past. I'm assuming that is still the case. Can anyone verify this? If it's true, I'm

Re: ANN:Another app made with LiveCode has been approved by Apple!

2013-08-23 Thread Mark Talluto
On Aug 23, 2013, at 12:21 AM, Heather Laine wrote: > Mark, that's great. Looks as shiny as I'd expect something you produced to > look :). I wonder if you would consider a newsletter article about the making > of this app? It would be an interesting study of the pro's and con's of this > appr

Re: Another Apple Got-yah was ANN:Another app made with LiveCode has been approved by Apple!

2013-08-23 Thread Mark Talluto
On Aug 23, 2013, at 12:38 PM, Ralph DiMola wrote: > Another Apple Got-yah. > Just got rejected for an update because I was testing another in-app product > type that never made it into production. This IAP product was approved but > subsequently rejected when I submitted a new binary. I deleted t

Google's SPAM filters [was Re: Finding the calling code/object/script?]

2013-08-23 Thread Nicolas Cueto
On Fri, Aug 23, 2013 at 10:51 PM, Dr. Hawkins wrote: Oddly, google flagged Scott's message as spam. I only found it when > looking after Craig referred to it . . . > Each few hours now for several weeks Google's SMAP filter has been mistakenly categorizing a handful of list messages at a time.

Re: Post command help

2013-08-23 Thread Trevor DeVore
On Fri, Aug 23, 2013 at 1:21 PM, J. Landman Gay wrote: > On 8/23/13 5:14 AM, Dave Cragg wrote: > >> I know that https connections through a proxy were not supported in >> the past. I'm assuming that is still the case. >> > > Can anyone verify this? If it's true, I'm in trouble. This is still tru

OAuth 1.1

2013-08-23 Thread Ralph DiMola
I'm going to be using http rest application interface to Twitter. I am doing the OAuth stuff and I need a HMAC-SHA1 hashing algorithm. Is that the same as LC's sha1Digest function? If not is there something in the Mark Smith library that will do the trick? I'm still not getting the correct answer u

Another Apple Got-yah was ANN:Another app made with LiveCode has been approved by Apple!

2013-08-23 Thread Ralph DiMola
Another Apple Got-yah. Just got rejected for an update because I was testing another in-app product type that never made it into production. This IAP product was approved but subsequently rejected when I submitted a new binary. I deleted the test product and all went to green. Waiting for binary ap

Re: Post command help

2013-08-23 Thread J. Landman Gay
On 8/23/13 5:14 AM, Dave Cragg wrote: I know that https connections through a proxy were not supported in the past. I'm assuming that is still the case. Can anyone verify this? If it's true, I'm in trouble. -- Jacqueline Landman Gay | jac...@hyperactivesw.com HyperActive Software

Re: Help with nested (?) behaviors

2013-08-23 Thread Klaus major-k
Hi Scott, Am 23.08.2013 um 17:54 schrieb Scott Rossi : > Hi Klaus: > > One reason to use a chained behavior is when you want to make some > actions, functions, or properties common to multiple object behaviors. > This new arrangement is ideal for custom controls. For example, say you > created

Re: Help with nested (?) behaviors

2013-08-23 Thread Scott Rossi
Hi Klaus: One reason to use a chained behavior is when you want to make some actions, functions, or properties common to multiple object behaviors. This new arrangement is ideal for custom controls. For example, say you created a custom button, a custom field, and a custom scrollbar that all shar

Re: Control From Outside

2013-08-23 Thread Dr. Hawkins
On Sat, Aug 17, 2013 at 3:49 PM, Mark Schonewille wrote: > On Windows and Linux, you can start a standalone from the command line with > parameteres. The parameters can be found in $0, $1 etc. You can do the same > on Mac OS X, but you will have probems with the GUI. Since I don't know rememb

Re: Finding the calling code/object/script?

2013-08-23 Thread Dr. Hawkins
On Thu, Aug 22, 2013 at 2:55 PM, J. Landman Gay wrote: > If this is just for debugging, you don't need to script it. Set a > breakpoint, and the executionContexts appear in a popdown button at the top > of the script editor. You can use that to backtrack through the script to > see what called wha

Re: Finding the calling code/object/script?

2013-08-23 Thread Dr. Hawkins
Oddly, google flagged Scott's message as spam. I only found it when looking after Craig referred to it . . . On Thu, Aug 22, 2013 at 1:38 PM, Scott Rossi wrote: > You might try the executionContexts property (may still be undocumented). > > Use this after executing something: put the executionCo

Re: Finding the calling code/object/script?

2013-08-23 Thread Peter M. Brigham
I was playing around with the executionContexts and came up with a more readable format for it, for anyone who's interested. The executionContexts returns something like: button id 1053 of group id 1040 of card id 1002 of stack "/Users/pmbrig/Documents/LiveCode/pmbLib.rev",mouseup,114 group id

Help with nested (?) behaviors

2013-08-23 Thread Klaus major-k
Hi friends, I must confess that I still have no idea about the practical use of nested behaviors, but maybe they will fit in my current scenario? 1. I have a couple of groups and set their behavior to button A. 2. Now I want to switch their behaviors under certain conditons No big deal with som

Re: Post command help (was: https problem)

2013-08-23 Thread Dave Cragg
On 23 Aug 2013, at 07:59, FlexibleLearning.com wrote: > I just tried "put the libURLSetSSLVerification" on Windows and got a compile > error. > > Without a dictionary entry, however, I am only guessing that it would return > True/False. Hugh, libURLSetSSLVerification is a message handler (co

Re: ANN:Another app made with LiveCode has been approved by Apple!

2013-08-23 Thread Heather Laine
Mark, that's great. Looks as shiny as I'd expect something you produced to look :). I wonder if you would consider a newsletter article about the making of this app? It would be an interesting study of the pro's and con's of this approach, why you did it like this and of course any of the how yo

Re: Post command help (was: https problem)

2013-08-23 Thread FlexibleLearning.com
I just tried "put the libURLSetSSLVerification" on Windows and got a compile error. Without a dictionary entry, however, I am only guessing that it would return True/False. Meanwhile, access to data supplied by an https url seems unavailable when using Mac OS X. Bugger. Hugh Senior FLCo On 8