| |||
| [Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] |
This has really been bugging me... I cannot get the multiple
selection option to work in NSOpenPanel. It SEEMS so straight forward:
<code>
NSMutableArray *mytype = [NSMutableArray arrayWithObjects:
@"txt", @"rtf", @"RTF", @"TXT", nil];
[mytype removeLastObject];
[[NSOpenPanel openPanel] setAllowsMultipleSelection: YES];
[[NSOpenPanel openPanel] beginSheetForDirectory: nil file: nil
types: mytype
modalForWindow: myWindow modalDelegate:self
didEndSelector:@selector(openPanelDidEnd:returnCode:contextInfo:)
contextInfo: nil];
| References: | |
| >multiple selection not taking in NSOpenPanel (From: Matthew Weinstein <email@hidden>) |
| Home | Archives | FAQ | Terms/Conditions | Contact | RSS | Lists | About |
Visit the Apple Store online or at retail locations.
1-800-MY-APPLE
Contact Apple | Terms of Use | Privacy Policy
Copyright © 2007 Apple Inc. All rights reserved.