frankly_map view:'NSTableRowView' view:'NSTableCellView' FEX_accessibilityLabel failed because: invalid selector
-[AppDelegate tableView:objectValueForTableColumn:row:]: unrecognized selector sent to instance 0x10041ae40 (RuntimeError)
I get it when run tests when table data is updating, how can I analyse table when it updating?
--
You received this message because you are subscribed to the Google Groups "Frank" group.
To unsubscribe from this group and stop receiving emails from it, send an email to frank-discus...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
I failed with creating sample project with second problem.. I can only add that for some reason this error also appears with "view:'NSTabViewItem' marked:'#{tabName}'" - I can`t imagine why.
But first questions isn`t answered. NSRange rowRange = [self rowsInRect: visibleRect]; returns normal length, i create sample project to show it - https://github.com/FilippDuhov/FrankIssue.git, last commit "invisible rows".
Thanks!
About second problem, you said "Frank calls -viewAtColumn:row:makeIfNecessary: and -rowViewAtRow:makeIfNecessary ...", so I create CustomTableView and overload these functions by setting makeIfNecessary=YES, and it solved my problem. I think I'm not quite correctly working with the table, but Frank is only one who care about it..