swift - NSTableView in popover not selecting row on first click -


my app presents multiple tables in popover status bar. when user clicks on row, in of tables, nothing happens. on second click, tableviewselectiondidchange gets fired , row selected. ideas on how fix this? thought @ first focus issue, first click giving popover focus. however, popover has buttons activate on first click.


Comments

Popular posts from this blog

Sort a complex associative array in PHP -

vb.net - How to ignore if a cell is empty nothing -

recursion - Can every recursive algorithm be improved with dynamic programming? -