Topics
All
MacOS
(Only)
Windows
(Only)
Linux
(Only, Not)
iOS
(Only, Not)
Components
Crossplatform Mac & Win
Server
Client
Old
Deprecated
Guides
Examples
Videos
New in version:
9.5
10.0
10.1
10.2
10.3
10.4
10.5
11.0
11.1
11.2
Statistic
FMM
Blog
Repositions drop area to given control.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
DragDrop | 8.5 | ✅ Yes | ✅ Yes | ❌ No | ❌ No | ❌ No |
Parameter | Description | Example | Flags |
---|---|---|---|
droparea | The reference ID for this drop area. Use functions like DragDrop.CreateWithControl to create a drop area. | $dropHandle | |
ControlName | The name of the control on your FileMaker form. e.g. you can place a rectangle there to define the position. |
"mymedia" | |
DX | A delta to move drop area more to left or right. | 0 | Optional |
DY | A delta to move drop area more to top or bottom. | 0 | Optional |
Returns OK or error.
Move drop area:
Set Variable [ $r ; Value: MBS( "DragDrop.SetFrameWithControl"; $$dropview; "drop") ]
Created 19th October 2018, last changed 4th August 2020
DragDrop.SetFrame - DragDrop.SetImage
Feedback: Report problem or ask question.