QDrop allows drag and drop of files and folders into 4D forms. It lets you build intuitive, user-friendly Interfaces for all kinds of 4D database applications. With QDrop your software becomes simpler and more appealing to end-users.
QDrop works on both MacOS, MacOS X and Windows and is compatible with 4D versions 6.06 through 2004.
QDrop offers a plug-in area that you can put on any 4D form and use as a drop zone. The QDrop area can be made big enough to cover the entire form window, or it can be placed behind specific form objects, other plug-in areas, and so on. QDrop can easily revamp those parts of a database that involve working with files and folders, and is particularly suited to image databases.
Configure each QDrop area to accept the FileTypes that you want it to accept. QDrop uses 4-character MacOS filetypes; on Windows, use 4D's MAP FILE TYPES command to associate Windows file extensions with MacOS filetypes.To configure a QDrop area, create an array of droppable file types and assign it to the area; the area will automatically react to the designated file types and also:
users will get a visual feedback that the drag+drop is accepted
developers will receive a drop event and they will be able to program how the drop action should be handled.