Pasadena is probably a bit too far away for me at the moment but I do hope to make it to the next conference ;-)

If you want a quick and roughly equivalent function for v6, you could always add the following to the libUrl library code:

function libUrlIsSyncBlocked
    if lvBlockingUrl is not empty then
        return true
    else
        return false
    end if
end libUrlIsSyncBlocked

And then just replace tsNetIsSyncBlocked() with libUrlIsSyncBlocked() in my example handler.

Hope that helps,

Cheers,

Charles


On 2/09/2016 9:41 am, Richard Gaskin wrote:
Super-cool info, Charles!  Thanks for taking the time to ponder my query.

Very much looking forward to v8.1rc2.

If you can make it to our local LiveCode User Group meeting tonight in
Pasadena I'll buy you dinner. If not, consider the offer open for whenever we have a chance to meet in person.

Between now and the final release of v8.1 I have two apps that could benefit from some reliable solution for this in v6.0 (long story as to why, but that's where we are until we get to v8.1).

Anyone here know a way to prevent situations in which libURL has both "it" and "the result" empty in v6?

Ancient history, I know, and soon behind me. But it'd be nice to have a solution in hand to tide me over for these remaining weeks that I'm tied to that old version.



_______________________________________________
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

Reply via email to