staz said: > big snip... > > It looks nice, but double-clicking doesn't work on my machine. i suspect a booboo between alain's and my changes... will backtrack and see, unless alain gets there thirst.. :-j pete said: > What's the min OS supported for your code example ??\ dunno? IC and 7.x, no? [and a net connection]. :-j [PS. thanks for the trailing slash... appreciated] tedd said: > When I tried your example, it ran except the www and mailto portions > were not underlined nor clickable (to launch an email program or > browser) -- were they supposed to be? I am guessing that they were or > why would you post it? see reply to staz. someone took the last train to gloopsville [but I'm a believer...] > How about placing this program into the FB pouch, so we can download > it with all the wraparound and different compiler setting problems? alain is the cerberus of the pouch. do you get underscore problems, too? i don't, not in my mails, nor in others... perhaps it ain't the server, but specific listees' mail servers... :-j wow! a digest reply! PS -> solution alain slipped in a condition... have to press the option key to launch, if you want to restore previous behaviour then comment as follows: LOCAL FN doEvent DIM evt AS ^EventRecord evt = EVENT LONG IF evt.what = _mbutdwnevt // LONG IF evt.modifiers and _optionKey% FN FindAndLaunchURL // END IF END IF END FN the old grey bearded one also informs me that OSState is a LONG, not a byte, so you could correct that also [2 places in the code]. This'll make sure that those at the back of the class have been paying attention.