On Mar 10, 2006, at 3:39 PM, Terry Ford wrote:
On 10-Mar-06, at 11:54 AM, Steve Antonakes wrote:
I am trying to drag a PICT file from the finder on Mac OS X to an
ImageWell. On page 287 of the User's Guide it says to put the
following code in the ImageWell's Open event handler:
Me.AcceptPictureDrop
Me.AcceptFileDrop( "image/x-pict")
I do not understand the syntax of the parameter passed to
AcceptFileDrop. What is "image" for and what is the "x-" for? I
can not find explanations for these in either the User's Guide or
the LR.
If you looked under File Types in the Users Guide you would find
it. You need to define a file type in order that a file drop can be
successful.
"image/x-pict" is one of the pre-defined file types in 5.5.
Terry
Thanks!
_______________________________________________
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>
_______________________________________________
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>