FROM : Phil
DATE : Fri Dec 24 06:53:54 2004
On Thu, 23 Dec 2004 19:00:33 +0300, Виктор Борщак <vctr.<email_removed>> wrote:
> Hi
>
> Can somebody tell me how to make a dialog box like in iTunes when it imports new tracks. That is small window which disables all application except of the <Canel> button while the application does some actions.
If the standard creation methods aren't powerful enough, creating a
normal window and use - (void)setLevel:(int)newLevel to set it's level
to NSModalPanelWindowLevel will have the same effect.
-Phil
DATE : Fri Dec 24 06:53:54 2004
On Thu, 23 Dec 2004 19:00:33 +0300, Виктор Борщак <vctr.<email_removed>> wrote:
> Hi
>
> Can somebody tell me how to make a dialog box like in iTunes when it imports new tracks. That is small window which disables all application except of the <Canel> button while the application does some actions.
If the standard creation methods aren't powerful enough, creating a
normal window and use - (void)setLevel:(int)newLevel to set it's level
to NSModalPanelWindowLevel will have the same effect.
-Phil
| Related mails | Author | Date |
|---|---|---|
| ?????? ?????? | Dec 23, 17:00 | |
| David Dunham | Dec 23, 18:07 | |
| Ken Anderson | Dec 23, 18:52 | |
| Phil | Dec 24, 06:53 | |
| ?????? ?????? | Dec 24, 13:27 | |
| Markus Hitter | Dec 24, 14:15 | |
| ?????? ?????? | Dec 24, 14:49 |






Cocoa mail archive

