On Sat, Sep 17, 2011 at 6:15 PM, Scott Ribe <scott_r...@elevated-dev.com> wrote:
> On Sep 17, 2011, at 10:01 AM, Torsten Curdt wrote:
>
>> Not sure I understand that comment, Scott.
>
> You run it as a sheet, using beginSheetModal..., or you run it as a modal 
> dialog using runModal. You can't do both.

Copying from the docs at
http://developer.apple.com/library/mac/#documentation/Cocoa/Conceptual/Sheets/Tasks/UsingAppModalDialogs.html

    [NSApp beginSheet: myCustomDialog
            modalForWindow: window
            modalDelegate: nil
            didEndSelector: nil
            contextInfo: nil];
    [NSApp runModalForWindow: myCustomDialog];

You are suggesting that this is not OK?

cheers,
Torsten
_______________________________________________

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Reply via email to