LK Hagen a �crit :
> 
> I am running MC 2.4, and working on an app that sends off multiple url
> requests  to search engine in succession.  If I interrupt the process and
> start over, I inevitably get a "queued" message back from urlStatus(). the
> urlStatus() function currently resides inside the idle handler, so it's
> updated constantly.  If I quit and relaunch, however, and then use
> 
> load url tURL
> 
> everything works just fine again.  I have been careful to unload all urls.  Ny
> way of fixing this without quitting MC?
> _______________________________________________
> metacard mailing list
> [EMAIL PROTECTED]
> http://lists.runrev.com/mailman/listinfo/metacard

Hi,

Did you try to add an :

>if the shiftkey is down then 
>get url "" (or something like that, to be tested)
>end if

inside your "on idle" handler ?

--
Bien cordialement, Pierre Sahores

Inspection acad�mique de Seine-Saint-Denis
Serveurs d'applications et SGBD Web et PGI
Penser et produire l'avantage comp�titif
_______________________________________________
metacard mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/metacard

Reply via email to