Post

Replies

Boosts

Views

Activity

Reply to controlTextDidEndEditing for View Based NSTableView
Claude, thanks for confirming my suspicions. I like how you assigned tag values in tableViewForColumn, I hadn't thought of that. I think I will use that but assign the same value for all cell views in a given table since my bindings don't need row and col info to do their job. I like your use of multiplexing, which is new to me. Would you mind clarifying a few things? When setting the mux value what is column.? Is the trailing dot a typo? The comment after that line seems to suggest a conditional but I don't see it in your code. When demuxing what is highWordTag? Thanks for the help!
Topic: UI Frameworks SubTopic: AppKit Tags:
Nov ’21
Reply to Custom Delegate on Subclass of NSTableView
@Claude31 thanks for the suggestion, it got me headed in the right direction. I did try both of those and the warnings kept pointing me to just use the default NSTableView attributes. I ended up using: @property(assign) idTKTableViewDelegate delegate; I can't remember why I originally set it up as nonatomic and readonly but it was probably some copy and paste from a tutorial or forum help.
Topic: App & System Services SubTopic: Core OS Tags:
Mar ’21