
FB II Compiler
PG PRO
Debugging
Memory
System
Mathematics
Resources
Disk I/O
Windows
Controls
Menus
Mouse
Keyboard
Text
Fonts
Drawing
Sound
Clipboard
Printing
Communication
ASM
|
SYSTEM
Allow drag & drop files over an application
<< How do I get my TEXT Processing APP to highlite when I drop a Text only file on top of it? >>
The key to doing this is to include TEXT in your BNDL resource of the
application. Open up the BNDL and press command-K to create a new entry (along with the APPL entry, and any others you might have), and make it's type "TEXT". I believe this should allow you to drag and drop a text file onto the icon.
|