Is there an easy way to prevent the second click from registering on the thumbnail icon?
(Better late than never :) You could temporarily disable all mouseDown events with:
set the mouseDownScript = "dontpassevent"
..then when you get back to your thumbnails: set the mouseDownScript = ""
If you happen to be using the mouseDownScript, you'd need to save and restore it.
Happy Friday!
-- Cole [To remove yourself from this list, or to change to digest mode, go to http://www.penworks.com/lingo-l.cgi To post messages to the list, email [EMAIL PROTECTED] (Problems, email [EMAIL PROTECTED]). Lingo-L is for learning and helping with programming Lingo. Thanks!]
