Re: [NSButton sendActionOn:]

2006-07-29 Thread Fred Kiefer
report it on Savannah in the web interface? :-) I will change it anyway, as this is the missing bit of a clean up I started on the 19th of March, 2003. Cheers Fred Marc Brünink schrieb: Hi all, [NSButton sendActionOn:] does not work at all. This is because of if ([_cell isContinuous

[NSButton sendActionOn:]

2006-07-28 Thread Marc Brünink
Hi all, [NSButton sendActionOn:] does not work at all. This is because of if ([_cell isContinuous]) { oldActionMask = [_cell sendActionOn: NSPeriodicMask]; } else { oldActionMask = [_cell sendActionOn: 0]; } in [NSControl mouseDown:]. If I comment these lines

Re: [NSButton sendActionOn:]

2006-07-28 Thread Fred Kiefer
will change it anyway, as this is the missing bit of a clean up I started on the 19th of March, 2003. Cheers Fred Marc Brünink schrieb: Hi all, [NSButton sendActionOn:] does not work at all. This is because of if ([_cell isContinuous]) { oldActionMask = [_cell sendActionOn