Hi Fred, > with what version of GNUstep gui did you experiance this issue? Is it still > present in the current SVN code? I would check myself but I am away from my > computer over the weekend.
This seems to be a generic issue (either error in my code or misunderstanding of Cocoa). I just realized that I get the same behavior on MacOSX! Will look some more into this ... Regards, Andreas >> I have a window and in that enclosed a scrollView with a tableView. When I >> doubleclick on an entry in the tableview (its window is not yet key) I want >> >> a) the window being activated >> b) the corresponding entry below the mouse selected >> c) and the doubleclicked method being executed >> >> The NSTableView subclass and the NSScrollView subclass both overwrite >> acceptsFirstMouse: and return YES. >> >> a) and c) takes place, b) does not! :-( >> >> Any idea what has to be done to also change the tableview selection? > _______________________________________________ Discuss-gnustep mailing list [email protected] https://lists.gnu.org/mailman/listinfo/discuss-gnustep
