RE: Progress bar in sheet?
RE: Progress bar in sheet?
- Subject: RE: Progress bar in sheet?
- From: Kevin Elliott <email@hidden>
- Date: Tue, 6 Aug 2002 15:42:48 -0700
Yes and it's fairly easy. Create the sheet window just as you would a
normal window in IB. Then when you need to display it as a sheet call the
appropriate method. All the methods are in NSApplication, notably
beginSheet:modalForWindow:modalDelegate:didEndSelector:contextInfo:
endSheet:
and
endSheet:returnCode:
See the docs for more detail.
-Kevin Elliott
Software Engineer
CharisMac Engineering
>
----------
>
From: Gerben Wierda
>
Sent: Tuesday, August 6, 2002 15:18
>
To: email@hidden
>
Subject: Progress bar in sheet?
>
>
I would like to add a sheet to a document window that contains a
>
progress bar for some process chugging along and an abort button. More
>
generally, I would like to have some special sheets with possible other
>
functions, like popups etc.
>
>
Is there a way to do this?
>
>
Thanks,
>
>
G
>
_______________________________________________
>
cocoa-dev mailing list | email@hidden
>
Help/Unsubscribe/Archives:
>
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
>
Do not post admin requests to the list. They will be ignored.
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.