This may be very "retro" but in my own PIM I use a check box... depends on the work flow, if your users will be "using" the stack 80% of the time --clicking to select a line(s) and not drag it-- then this works.. they check the box only when they want to drag...

of course, if the actions of clicking to see content and dragging to make lists are interleaved in the usage flow, it would be a big pain, but maybe there is some other facile way to set a flag to indicate the field state, that would be more fluid... in one small app I use a mouse gesture user simply waves over a button, the button change to indicate change of state on the field, field now reacts differently.. user waves over btn again, button toggles its own name and the field state... by avoiding the click down on the button, the use feels it is more fluid.

IN other contexts I use the option key down to indicate "now I'm draggable..."


On Aug 27, 2005, at 8:11 PM, J. Landman Gay wrote:

I don't think there's a way to differentiate between clicking on a list and dragging from a list without adding a user action, so right now I'm checking to see if the Option key is down. If so, we're dragging. I'd rather be able to just tell without involving the user though.

_______________________________________________
use-revolution mailing list
[email protected]
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to