In lo-bandwith, hi-latency internet connections.


How can we use



mobileClearTouches





# in association with this handler?



function checkURLAvailable pSelectedURL

          local tHeaders, tSentHeaders, tResult, tBytes



          put tsNetHeadSync(pSelectedURL, tSentHeaders, tResult, tBytes) into 
tHeaders # into tHeaders

          ## get url pSelectedURL

          if (tResult is 200) then

                   return true

          else

                    ntInfo tResult && pSelectedURL

                   return false

          end if

end checkURLAvailable



# and, is this the best "algorithm" ?



BR


_______________________________________________
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