Re: Table View drops
Re: Table View drops
- Subject: Re: Table View drops
- From: mmalcolm crawford <email@hidden>
- Date: Thu, 16 Oct 2003 22:34:23 -0700
On Oct 16, 2003, at 9:49 PM, April Gendill wrote:
In a number of programs (iTunes for instance) you can drop files into
a table view. In doing so, you are limited to the types of files that
the application can handle. Is there a way through the pasteboard to
limit the files types that can be dropped or is it something that must
be done programatically? In other words, something like checking the
file name for a certain extension or using the fileManager to check
the type?
Search at cocoa.mamasam.com for "tableview AND drag AND drop" -- first
result:
http://cocoa.mamasam.com/MACOSXDEV/2003/07/2/69676.php
Other relevant links:
<file:///Developer/Documentation/Cocoa/Conceptual/TableView/index.html>
<file:///Developer/Documentation/Cocoa/Conceptual/DragandDrop/
index.html>
mmalc
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.