here is my solution that seems too slow
- (void) keyUp: (NSEvent *) theEvent
{
if ([theEvent keyCode] == 100 && mrow > 0 && mcol == 0 )
{
if (counter >0)
{
[matrix selectCellAtRow: mrow-1 column: 6];
[self performSelector: @selector(changeBackground:)];
counter = 0;
}
else
{
counter++;
}
}
_______________________________________________
Help-gnustep mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/help-gnustep
