Hi List,
my cliente with  Windows 2000 report that when he click on the
email-link
made in Director 8.0 incl. the BuddyApi Xtra his OutlookExpress will
open two
email windows. One window is just enough.
Anybody who know what�s wrong?  I use the lingo below.

/ Tony

property pUrlEmail

on getPropertyDescriptionList
  description = [:]
  addProp description,#pUrlEmail, [#default:"", #format:#string,
#comment:"email address:"]
  return description
end

on mouseEnter me
  cursor 280
end

on mouseLeave me
  cursor -1
end

on mouseUp me
  theURL = pUrlEmail
  baOpenURL("mailto:"; & theURL, "normal")
end



[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!]

Reply via email to