Tagged Questions
0
votes
1answer
250 views
addChild my window to other application's window
I need to add my NSWindow as a child to window of other application.
I want to use
- (void)addChildWindow:(NSWindow *)childWindow ordered:(NSWindowOrderingMode)orderingMode
But I know the ID of ...
1
vote
1answer
183 views
NSTreeController get added child
When NSTreeController -(void)addChild:(id)sender is called, is there a way to get the NSManagedEntity that was created?
The documentation mentions that the result of this method is deferred to the ...