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?
libUrlResetAll will probably do what you want. But only use it when you really want to reset everything. It will close all sockets, and empty any previously loaded urls.
Cheers Dave _______________________________________________ metacard mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/metacard
