Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [gef-dev] Target feedback

Oh and by the way, the DragEditPartsTracker also gets the command after showing target feedback.
 
Thanks.


From: gef-dev-bounces@xxxxxxxxxxx [mailto:gef-dev-bounces@xxxxxxxxxxx]
Sent: Thursday, June 07, 2007 9:10 AM
To: gef-dev@xxxxxxxxxxx
Subject: [gef-dev] Target feedback

Hi,
 
In the CreationTool, showTargetFeedback is called after the call to getCommand, both from handleMove and handleDragInProgress. However, in the ResizeTracker, showTargetFeedback is called prior to the call to getCommand.

Is it intentional that the order of these calls is reversed in the two tools? If not, I would definitely appreciate it if both tools had the same policy with respect to the ordering of showing feedback and getting the command. For my purposes, I would appreciate it if getting the command was always the last step after showing the feedback, as it is currently in the resize tracker tool.
 
If you want me to file a bugzilla about this, please let me know.
 
Thanks.
 
David Dubrow
david.dubrow@xxxxxxxxx
 

Back to the top