• 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: NSButton setStringValue
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: NSButton setStringValue


  • Subject: Re: NSButton setStringValue
  • From: "Apparao Mulpuri" <email@hidden>
  • Date: Thu, 28 Feb 2008 15:06:30 +0530

You can use setAlternativeTitle method

-  Apparao.

On 2/28/08, ali alavi <email@hidden> wrote:
>
> I am trying to change the title of a push button after each click (eg: to swap between "Play" and "Pause")
>
> I am using this code:
>
> if(m_isPlaying)
> {
>    [myButton setStringValue:@"Play"];
>    m_isPlaying = 0;
> }
>
> else
> {
>    [myButton setStringValue:@"Pause"];
>    m_isPlaying = 1;
> }
>
> None of above setStringValue works and the default title of the button remain unchanged.
> Any help would be appreciated?
>
> _________________________________________________________________
>
> _______________________________________________
>
> 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

References: 
 >NSButton setStringValue (From: ali alavi <email@hidden>)

  • Prev by Date: Re: Charting API?
  • Next by Date: Re: NSButton setStringValue
  • Previous by thread: NSButton setStringValue
  • Next by thread: Re: NSButton setStringValue
  • Index(es):
    • Date
    • Thread