Meet us at at Real World in Orlando, Florida.
All functions
Mac OS X
Windows
Crossplatform
Components
Guides
New in version:
2.0
2.1
2.2
2.3
2.4
2.5
2.6
2.7
2.8
DragDrop.RegisterDropTypes
Component: DragDrop
Version: 2.4
Mac OS X: Works
Windows: Does nothing
MBS( "DragDrop.RegisterDropTypes"; droparea; Types )
Parameters
| Parameter | Description | Example value |
|---|---|---|
| droparea | The reference ID for this drop area. Use functions like DragDrop.CreateWithControl to create a drop area. | $dropHandle |
| Types | The types you want to accept for the window. This can be Cocoa native type specifications or some special types: "images" for all image types, "movies" for movie types, "file" for files, "URL" for URLs, "Email" for emails and "text" for text. If you use more than one type, separate them with comma. | "images" |
Result
Returns "OK" on success.
Description
Defines what file types should be accepted for drag and drop for this window.Call this function for each window where you want to define drag types. As Filemaker defines some types by itself, you don't need to call this method for every type.
Version 2.7 adds "Emails" as type. You can receive Email drops from Apple Mail this way. The functions DragDrop.GetEmailCount, DragDrop.GetEmailID, DragDrop.GetEmailMailbox, DragDrop.GetEmailAccount and DragDrop.GetEmailSubject give you the details on received emails. GetURL gives URL of email if you received only one.
Examples
Registers for file drop for the current window:
MBS( "DragDrop.RegisterDropTypes"; $droparea; "file")
Feedback: Report problem or ask question.
Links
MBS Filemaker Plugins - Bilder aus Nickenich