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
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 mails | Author | Date |
|---|---|---|
| Stefan Heukamp | Apr 3, 18:58 | |
| Nick Zitzmann | Apr 3, 19:05 | |
| glenn andreas | Apr 3, 19:18 | |
| Andreas Mayer | Apr 3, 19:33 | |
| Stefan Heukamp | Apr 3, 20:10 |






Cocoa mail archive

