The NSPanel class implements a special kind of window (known as a panel), typically performing an auxiliary function.
Questions tagged [nspanel]
92 questions
0
votes
1 answer
Trying to get an NSPanel from one class to be viewed in a different class?
I've got:
MyWindowController.h
MyWindowController.m
HistoryController.h
HistoryController.m
In MyWindowController.h, there is:
IBOutlet NSPanel* viewInvoice;
And later on:
- (IBAction)viewInvoice:(NSNumber *)invoiceNumber;
I would like to make…

D'Arcy Rail-Ip
- 11,505
- 11
- 42
- 67
-1
votes
1 answer
NSPanel not showing.
My approach to this may be all wrong so I appreciate your patience.
I have a button in my main XIB file linked to this method in my document.m file:
- (IBAction)showTagModal:(id)sender {
if (!_FileTagWindowController){
…

Joseph Toronto
- 1,882
- 1
- 15
- 29