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.SetDragEnterHandler
Component: DragDrop
Version: 2.4
Mac OS X: Works
Windows: Does nothing
MBS( "DragDrop.SetDragEnterHandler"; droparea; FileName; ScriptName )
Parameters
| Parameter | Description | Example value |
|---|---|---|
| droparea | The reference ID for this drop area. Use functions like DragDrop.CreateWithControl to create a drop area. | $dropHandle |
| FileName | The name of the FileMaker File that contains the script | |
| ScriptName | The name of the script to run |
Result
Returns "OK" on success.
Description
Sets the drag enter handler.Specify a filename and script name to have this script being called when a drag operation enters the window. This gives you the possibility to draw something like a note "Drop here".
The script parameter will be the drop area reference.
Examples
Registers drag enter handler:
MBS( "DragDrop.SetDragEnterHandler"; $dropHandle; Get ( FileName ); "MyDragEnter")
Feedback: Report problem or ask question.
Links
MBS Real Studio Plugins - Pfarrgemeinde Messdiener Nickenich