• 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
Re: NSToolbar and NSPopUpButton
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: NSToolbar and NSPopUpButton


  • Subject: Re: NSToolbar and NSPopUpButton
  • From: "Terence G4 Mac" <email@hidden>
  • Date: Thu, 05 Dec 2002 09:07:28 +0000

Hi,

You're not gonna like this... ;)

awakeFromNib: <NSPopUpButton: 0x267470>
action: <NSPopUpButton: 0x267470>


I'm guessing that whatever this is, it's one for the books. :)

Should I not be assigning a menu to this toolbar item perhaps?

Terence


From: j o a r <email@hidden>
To: "Terence G4 Mac" <email@hidden>
CC: email@hidden
Subject: Re: NSToolbar and NSPopUpButton
Date: Thu, 5 Dec 2002 10:04:00 +0100

Impossible! ;)

Is it the same PopUpButton instance in both cases?

- (void) awakeFromNib
{
// Set properties to the "myPopUpButton" outlet

NSLog(@"awakeFromNib: %@", myPopUpButton);
}

- (void) myButtonAction:(id) sender
{
NSLog(@"myButtonAction: %@", sender);
}

j o a r

On Thursday, Dec 5, 2002, at 09:59 Europe/Stockholm, Terence G4 Mac wrote:

Yet, by the time the window is actually displayed, Item1 is back in the list and the .jpg listing is gone.


_________________________________________________________________
MSN 8 with e-mail virus protection service: 2 months FREE* http://join.msn.com/?page=features/virus
_______________________________________________
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.
  • Prev by Date: Re: NSToolbar and NSPopUpButton
  • Next by Date: Re: compiler assumes pointer, but its a float
  • Previous by thread: Re: NSToolbar and NSPopUpButton
  • Next by thread: compiler assumes pointer, but its a float
  • Index(es):
    • Date
    • Thread