We have a view-based tableView, each row containing a few controls and a text field. Using a hover-view, mousing over a row launches a popover to the side of the applicable row, containing information only (no interaction). We subclassed NSPopover to set acceptsFirstResponder to NO to prevent the popover from interfering with the text field editing in the row. However, the popover still deactivates the table, dimming the highlighting, etc., which we can get back by clicking on the row again. Is there any way to prevent the popover launch from deactivating the table? _______________________________________________
Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe/Update your Subscription: https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to arch...@mail-archive.com