Skip navigation.
 
mlRe: One delegate's method doesn't work
FROM : Paolo Costabel
DATE : Fri Dec 24 02:58:10 2004

Lorenzo wrote:

>Hi,
>I have a removable marker in my NSRulerView.
>I remove the marker with the mouse, the marker disappears properly. Good.
>The method "didRemoveMarker" is automatically invoked by the delegate. Good.
>The method "shouldRemoveMarker" is never invoked. Never. WRONG!
>
>I don't understand how the method didRemoveMarker works, the method
>willMoveMarker works too, and the method shouldRemoveMarker doesn't. What
>did I forget? Is a Cocoa bug?
>
>
>Best Regards

>

Are you sure the method signature is the same?

--
Get Firefox! <http://www.getfirefox.com>

Related mailsAuthorDate
mlOne delegate's method doesn't work Lorenzo Dec 24, 01:52
mlRe: One delegate's method doesn't work Paolo Costabel Dec 24, 02:58
mlRe: One delegate's method doesn't work Sherm Pendley Dec 24, 16:42
mlRe: One delegate's method doesn't work Lorenzo Dec 25, 01:16
mlRe: One delegate's method doesn't work mmalcolm crawford Dec 25, 12:09