libs-gui
libs-gui copied to clipboard
NSDictionaryController branch
Why not NSExcludedKeysBinding?
The dangers of coding while tired. I fixed the spelling.
I have an example that tests bindings. It uses NSTableView. One is NSArrayController_test and the other is NSDictionaryController_test. NSArrayController_test works on macOS10.15 but doesn't function on GNUstep at all. I believe the issue is in NSTableView.
I have an example that tests bindings. It uses NSTableView. One is NSArrayController_test and the other is NSDictionaryController_test. NSArrayController_test works on macOS10.15 but doesn't function on GNUstep at all. I believe the issue is in NSTableView.
"doesn't function" is not a very helpful description. What happens and what should be happening instead? There are quite a few missing features in NSTableView and as for NSArrayController I only got that working with a horrible hack, I wrote about that last winter. You are welcome to improve on both classes.
I have an example that tests bindings. It uses NSTableView. One is NSArrayController_test and the other is NSDictionaryController_test. NSArrayController_test works on macOS10.15 but doesn't function on GNUstep at all. I believe the issue is in NSTableView.
"doesn't function" is not a very helpful description. What happens and what should be happening instead? There are quite a few missing features in NSTableView and as for NSArrayController I only got that working with a horrible hack, I wrote about that last winter. You are welcome to improve on both classes.
I will work on both of them. I saw your comment about the hack. I wrote a bug on this: https://github.com/gnustep/libs-gui/issues/87
This PR uses a branch that has been superseded.