[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 out

GSFileHandle doesn't work on Serial Ports

2006-02-07 Thread Marc Brünink
Hi, in [GSFileHandle read:length:] we use a read() system call. If I understood it correctly read() blocks until the requested amount of data is read or special circumstances raise (e.g. EOF). On a steady serial connection there's no such thing as EOT. Therefore [NSFileHandle availableData],