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.3
9.4
9.5
10.0
10.1
10.2
10.3
10.4
10.5
10.6
Statistic
FMM
Blog
DragDrop.CreateWithWindow
Creates a new drop area which covers the whole window.
| Component | Version | macOS | Windows | Linux | Server | FileMaker iOS SDK |
| DragDrop | 2.4 | Yes | Yes | No | No | No |
MBS( "DragDrop.CreateWithWindow"; WindowRef ) More
Parameters
| Parameter | Description | Example |
|---|---|---|
| WindowRef | Window Reference is the unique OS level window ID. You can obtain this by using the Window.FindByTitle or Window.FindByIndex functions. Pass zero to access the frontmost window. | 0 |
Result
Returns Drop Area ID on success.
Description
Creates a new drop area which covers the whole window.Use DragDrop.Release later to destroy the drop area.
If you use a register (tab controls) on the window, be aware that the drop area actually is in front of the register (tab controls). So you need to check in the script which register page is current and should get the dropped files.
Drag & Drop reference numbers are starting at 31000 and counting up for each new drop area.
Added Windows support for MBS Plugin 8.1 for FileMaker 16 or newer. On Windows the control can't be transparent, so you may not want to use this function on Windows.
Not recommended for Windows. Better use DragDrop.CreateWithControl.
See also
- DragDrop.AttachToWindow
- DragDrop.CreateWithControl
- DragDrop.CreateWithSize
- DragDrop.Release
- ImageView.CreateWithWindow
- Window.FindByIndex
- Window.FindByTitle
Example Databases
Blog Entries
FileMaker Magazin
Release notes
- Version 10.6
- Changed DragDrop.CreateWithControl, DragDrop.CreateWithSize, DragDrop.CreateWithWindow to return an error if the control can't be created properly.
Created 18th August 2014, last changed 5th November 2019
DragDrop.CreateWithSize - DragDrop.GetAutoResizingMask
Feedback: Report problem or ask question.
Links
MBS FileMaker blog