> How do I use fileXtra to make my projector display a save as 
> action to save some files from the CD-Rom to the user machine

fileToSave = FileSaveAsDialog(initialDir,defaultName,dlogTitle,overwrite)
result = CopyFile( fileToSaveFrom, fileToSave )

You'll find FileXtra's API, among which is the answer to your question, by
typing this in the Message window: 

put interface( xtra "FileXtra" )

And of course it works for any other Lingo Xtra as well.

> or is there any other solution, better then using an Xtra?

No, this is a good way.  Even if you don't use FileXtra to do it, you'll end
up using another Xtra.  That is, there isn't a Lingo-only way to do it.

Hope this helps
Rob

/*********************************
* Rob Wingate, Software Human    *
* http://www.vingage.com         *
* mailto:[EMAIL PROTECTED] *
*********************************/ 

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

Reply via email to