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.CreateWithSize
Component: DragDrop
Version: 2.4
Mac OS X: Works
Windows: Does nothing
MBS( "DragDrop.CreateWithSize"; WindowRef; x; y; w; h )
Parameters
| Parameter | Description | Example value |
|---|---|---|
| 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 |
| x | The left coordinate in the window. | 0 |
| y | The top coordinate in the window. | 0 |
| w | The width of the drop area in the window. | 100 |
| h | The height of the drop area in the window. | 100 |
Result
Returns Drop Area ID on success.
Description
Creates a new drop area inside the window with the given rectangle.Use DragDrop.Release later to destroy the drop area.
If you use a register on the window, be aware that the drop area actually is in front of the register. So you need to check in the script which register page is current and should get the dropped files.
Feedback: Report problem or ask question.
Links
MBS Realbasic PDF Plugins - Bilder aus Nickenich