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
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
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
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
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?
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
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
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
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.
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
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.
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
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
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
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
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
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
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
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
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
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
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
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
23 matches
Mail list logo