Re: Showing progress in a sheet
Re: Showing progress in a sheet
- Subject: Re: Showing progress in a sheet
- From: David Feldman <email@hidden>
- Date: Wed, 30 Jan 2002 03:22:56 -0500
Hmm. It would appear that autoenablesItems is set to NO, which is why
validateMenuItem: isn't getting called. Weird since I haven't messed with
the menus' settings. Problem is, for some reason all the options for all my
NSMenu objects are grayed out in Interface Builder. No idea why. Any ideas?
I guess if I have to I can do it programmatically but it's messy.
--Dave
On 1/28/02 4:35 PM, "Brian Webster" <email@hidden> wrote:
>
On Monday, January 28, 2002, at 02:26 PM, cocoa-dev-
>
email@hidden wrote:
>
>
> Without any calls to modal methods, everything seems to work OK
>
> if I open
>
> the sheet and start the progress bar right before separating
>
> the thread, and
>
> close the sheet, order it out, and stop the progress bar at the
>
> end of the
>
> thread's main method. The problem is that the menus are still active.
>
>
Probably the simplest thing to do is to use the above method,
>
but while the process is going on, implement validateMenuItem:
>
on the appropriate target(s) to return NO. This way, they won't
>
be able to select the menu items while the process is running.
>
>
--
>
Brian Webster
>
email@hidden
>
http://homepage.mac.com/bwebster