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
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],