Name
Hollywood.DropFile -- learn about dropped files (V1.1)
Function
When setting up a notification on this attribute, RapaGUI will run your event callback whenever one or more files have been dropped onto the Hollywood widget. The TriggerValue field of the message table will be set to a table that contains a list of all files that have been dropped onto the widget.

Additionally, the message table will contain the following two extra fields:

X:
The x-position where the user has dropped the file(s). This will be relative to the widget's left corner.

Y:
The y-position where the user has dropped the file(s). This will be relative to the widget's top corner.

See Notifications for details.

Note that Hollywood.DropFile is only ever triggered if Hollywood.DropTarget has been set to True first.

Type
Boolean

Applicability
N


Show TOC