Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Standard Widget Toolkit (SWT) » Update DragSourceEvent.image while dragging
Update DragSourceEvent.image while dragging [message #491234] Tue, 13 October 2009 18:20 Go to next message
Min Idzelis is currently offline Min IdzelisFriend
Messages: 12
Registered: July 2009
Junior Member
Is it possible to update DragSourceEvent.image while the drag is happening? I tried to alter the image in the dragSetData() method, but it did not work.

Re: Update DragSourceEvent.image while dragging [message #491450 is a reply to message #491234] Wed, 14 October 2009 15:45 Go to previous message
Grant Gayed is currently offline Grant GayedFriend
Messages: 2150
Registered: July 2009
Senior Member
The only places where the image can be set are
DragSourceEffect.dragStart(...) and DragSourceListener.dragStart(...).

Grant


"Min Idzelis" <idzelis@us.ibm.com> wrote in message
news:hb2gdu$g8g$1@build.eclipse.org...
> Is it possible to update DragSourceEvent.image while the drag is
happening? I tried to alter the image in the dragSetData() method, but it
did not work.
>
>
Previous Topic:Re: [BUG?] Performance problem with TreeViewers under Windows XP
Next Topic:Layout problem
Goto Forum:
  


Current Time: Wed Sep 25 23:58:17 GMT 2024

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

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

Back to the top