I think everybody has gone a little too nuts over BuddyAPI..
You want cross-platform dialog boxes for Open and Save? Then use the FileIO
Xtra that ships with Director!!
Here's a little script to display an Open dialog on BOTH platforms...
on mouseUp
fileIO = new(xtra "fileio")
myFileName = displayOpen(fileIO)
if myFileName = void then exit
-- you have the path to the file you want to open
-- so do your open code here
end
You can also use setFilterMask() to apply file filters, such as .html, .mp3
etc.
[To remove yourself from this list, or to change to digest mode, go to
http://www.penworks.com/LUJ/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!]
- Re: <lingo-l> File Dialog? g r i m m w e r k s
- RE: <lingo-l> File Dialog? Jason Ross [JZway Interactive]
- Re: <lingo-l> File Dialog? g r i m m w e r k s
- Re: <lingo-l> File Dialog? Nick Youmans
- Re: <lingo-l> File Dialog? g r i m m w e r k s
- Re: <lingo-l> File Dialog? Nick Youmans
- Re: <lingo-l> File Dialo... g r i m m w e r k s
- Re: <lingo-l> File Dialo... Dennis Flood
- Re: <lingo-l> File Dialo... g r i m m w e r k s
- Re: <lingo-l> File Dialo... Nick Youmans
- RE: <lingo-l> File Dialo... LePhuronn
- RE: <lingo-l> File Dialo... Sean Wilson
- Re: <lingo-l> File Dialo... Mark A. Boyd
- Re: <lingo-l> File Dialo... LePhuronn
- Re: <lingo-l> File Dialo... Mark A. Boyd
- Re: <lingo-l> File Dialo... LePhuronn
- Re: <lingo-l> File Dialog? Mark A. Boyd
- Re: <lingo-l> File Dialog? Cory Caplan
- <lingo-l> Save dialog (WAS :... Jason Ross [JZway Interactive]
- Re: <lingo-l> Save dialo... Jeevan Mathew John
- Re: <lingo-l> Save dialo... Christian Wach
