Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Standard Widget Toolkit (SWT) » Drag and Drop Problem
Drag and Drop Problem [message #459346] Sat, 06 August 2005 19:31
Cameron McKay is currently offline Cameron McKayFriend
Messages: 2
Registered: July 2009
Junior Member
I'm writing an application that allows the user to drag some filenames
from a zip archive (via a TableViewer) and drop them wherever files may be
dropped in the underlying OS.

The problem lies in the fact that they are in a zip archive. Thus, when
the dragSetData method is called eighty billion times (under Windows), it
doesn't make sense to extract the files every time.

What I need is some way to know when the user has "dropped" the files.
The dragFinished event is too late, and I can't tell which dragSetData
event is the drop.

Anyway to work around this?
Previous Topic:Using FormLayout cannot get the actual size(Cond)
Next Topic:Program.findProgram(extension) to find Image Icon
Goto Forum:
  


Current Time: Sat Sep 21 02:04:47 GMT 2024

Powered by FUDForum. Page generated in 0.03635 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top