Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [platform-swt-dev] Why is FileTransfer special in Carbon?


I noticed that when I looked at FileTransfer on the Mac too. My guess is that there was no callback to set the data so we do it up front when the drag starts.

Duong



Scott Kovatch <skovatch@xxxxxxxxx>
Sent by: platform-swt-dev-bounces@xxxxxxxxxxx

09/23/2008 02:56 PM

Please respond to
"Eclipse Platform SWT component developers list."        <platform-swt-dev@xxxxxxxxxxx>

To
"Eclipse Platform SWT component developers list." <platform-swt-dev@xxxxxxxxxxx>
cc
Subject
[platform-swt-dev] Why is FileTransfer special in Carbon?





Hi there,

I noticed that for drags, FileTransfer is handled differently in Carbon.
When the drag starts we immediately ask the Transfer object to give us the
file list and then put it into the drag. Anyone know why that is? Carbon
seems to be the only platform where this is done; I canĀ¹t find any other
place where the FileTransfer gets special treatment.

As far as I can tell this isn't necessary in Cocoa, but I thought I'd ask
first.

Scott

---------------
Scott Kovatch
Flex Engineering
Adobe Systems, Inc.
skovatch@xxxxxxxxx

I am Scott Kovatch, and I approved this message.

_______________________________________________
platform-swt-dev mailing list
platform-swt-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/platform-swt-dev


Back to the top