Skip navigation.
 
mlMouseUp in OutlineView
FROM : Stefan Heukamp
DATE : Tue Apr 03 18:58:04 2007

Hi,

I have a problem getting the MouseUp-Event in an outline view. If I 
override mouseDown and mouseUp only with logging, I get both events. 
But since I want to have DragAndDrop and LineSelection, I call in 
mouseDown the [super mouseDown:] function. Since I do that, I get 
still all those mouseDown events. But if I click on a row this is 
selected and I do not get the corresponding mouseUp events. If I 
click on a the outlineview where no row is, I get both events event 
when calling [super mouseDown:].

Is this a bug or should it work like this? If it should work like 
this is there any other possibility to get the mouseUp events?


I want to get the mouseUp events to start line editing on a single 
click (like e.g in iTunes). My idea was to start line editing on the 
mouseUp when the line was selected before, the mouseDown was at most 
1 second before the mouseUp and the mouse didn't move in that time 
(much).

Does anybody have an idea on how to get this working?

Thanks in advance,

Stefan

Related mailsAuthorDate
mlMouseUp in OutlineView Stefan Heukamp Apr 3, 18:58
mlRe: MouseUp in OutlineView Nick Zitzmann Apr 3, 19:05
mlRe: MouseUp in OutlineView glenn andreas Apr 3, 19:18
mlRe: MouseUp in OutlineView Andreas Mayer Apr 3, 19:33
mlRe: MouseUp in OutlineView Stefan Heukamp Apr 3, 20:10