On Feb 20, 2006, at 2:18 , Xico Pires wrote:
Is it possible to use ShowURL to launch a local HTML file on the
user's HD (Mac OS X) in their default browsr?
I have been trying to use a relative path to a HTML file but it
doesn't want to play.
This works in OS X 10.4.x and RB2006r1
dim f as folderitem
dim urlStr as String
f = GetFolderItem("").Child("index.html")
if f <> nil and f.exists then
urlStr = f.URLPath
ShowURL urlStr
end if
Sven E Olsson
[EMAIL PROTECTED]
http://www.xhtmlsoft.com
Skype: callto://sven-e-olsson-simrishamn-sw
_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>
Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>