On Monday, April 03, 2006, at 12:44PM, Hans-Georg <[EMAIL PROTECTED]> wrote:
>> It turns out it works when dropping folders from the Finder but not >> from Path Finder. I have contacted CocoaTech and asked them to add >> the proper drag flavor. > >Steve, I couldn't verify this. In the contrary: > >Defining creator as "????" and defining type as "fold" is a solution >when dropping folders from Path Finder and Finder too. > >So all questions could be answered without any internal knowledge. I tried leaving the creator empty. I tried using '????'. It all works with Finder but none of them work with Path Finder. It looks like you're the only one who's able to get this to work. Care to post your code? Here's mine: RB2006r1 Finder 10.4.4 Path Finder 4.0.2 Class Window1 Sub Open() AcceptFileDrop(FileTypes1.Folders) End Sub FileType FileTypes1 Display Name: Folders Object Name: Folders MacType: fold MacCreator: ???? Extensions: empty Icon: none Steve -- Steve Roy <http://homepage.mac.com/sroy> _______________________________________________ Unsubscribe or switch delivery mode: <http://www.realsoftware.com/support/listmanager/> Search the archives of this list here: <http://support.realsoftware.com/listarchives/lists.html>
