• 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: How to get a NSButton (check box) state
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: How to get a NSButton (check box) state


  • Subject: Re: How to get a NSButton (check box) state
  • From: KK <email@hidden>
  • Date: Mon, 8 Jun 2009 17:58:26 -0400

Use [launchOption state] == NSOnState or [launchOption state] == NSOffState

Keita

On Mon, Jun 8, 2009 at 5:52 PM, Martin Batholdy <email@hidden>wrote:

> Hi,
>
> I have added a NSButton Check Box to a window.
>
> Now I want to grab the state of this check box.
>
> I added an IBOutlet to my header file and connected it with the check box
> in Interface Builder;
>
> IBOutlet NSButton *launchOption;
>
>
>
> Now I want to test the state via;
>
> if([launchOption state] == 0) { NSLog(@"A");    }
> else if([launchOption state] == 1) {    NSLog(@"B");    }
>
> The answer of this if / else statement is always A and I don't understand
> why.
>
>
>
>
> Can someone help me?
> thanks!
> _______________________________________________
>
> Cocoa-dev mailing list (email@hidden)
>
> Please do not post admin requests or moderator comments to the list.
> Contact the moderators at cocoa-dev-admins(at)lists.apple.com
>
> Help/Unsubscribe/Update your Subscription:
>
> This email sent to email@hidden
>
_______________________________________________

Cocoa-dev mailing list (email@hidden)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:

This email sent to email@hidden

  • Follow-Ups:
    • Re: How to get a NSButton (check box) state
      • From: Martin Batholdy <email@hidden>
References: 
 >How to get a NSButton (check box) state (From: Martin Batholdy <email@hidden>)

  • Prev by Date: How to get a NSButton (check box) state
  • Next by Date: Re: How to get a NSButton (check box) state
  • Previous by thread: How to get a NSButton (check box) state
  • Next by thread: Re: How to get a NSButton (check box) state
  • Index(es):
    • Date
    • Thread