• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Interface not receiving messages until action method completes
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Interface not receiving messages until action method completes


  • Subject: Interface not receiving messages until action method completes
  • From: "F. C. Rock" <email@hidden>
  • Date: Tue, 3 Jan 2006 22:11:14 -0500

Much appreciate help with this:

I click on a button on my interface. The button is connected to the following action:

- (IBAction)play:(id)sender
{
	[self cueMusic: nil];
	[music play];
	return;
}

cueMusic is an action connected to another button on the same interface. It highlights the button.
The problem is that "cueMusic:" button doesn't get highlighted until after the program returns from -play:.
I also have a clock displayed on this interface and the display ceases to update until after the program returns from -play:.


Can anyone tell me what's happening here - and how to fix it?

Fred


_______________________________________________ Do not post admin requests to the list. They will be ignored. Cocoa-dev mailing list (email@hidden) Help/Unsubscribe/Update your Subscription: This email sent to email@hidden
  • Follow-Ups:
    • Re: Interface not receiving messages until action method completes
      • From: Laurent Michel <email@hidden>
  • Prev by Date: start window inside and NSDocument based application
  • Next by Date: Re: Checkboxes in Table Views
  • Previous by thread: Re: start window inside and NSDocument based application
  • Next by thread: Re: Interface not receiving messages until action method completes
  • Index(es):
    • Date
    • Thread