Bind button title to Boolean

2008-10-27 Thread Trygve Inda
How can I bind a button title to a Boolean but have a custom title for each state? For example, I have a BOOL isRunning, if YES, my button should read Stop Running else Start Running. I can't really do this with an alternate title since when the button is pushed and temporarily held down, the

Re: Bind button title to Boolean

2008-10-27 Thread Trygve Inda
How can I bind a button title to a Boolean but have a custom title for each state? For example, I have a BOOL isRunning, if YES, my button should read Stop Running else Start Running. I can't really do this with an alternate title since when the button is pushed and temporarily held down,

Re: Bind button title to Boolean

2008-10-27 Thread Steve Christensen
On Oct 27, 2008, at 3:32 AM, Trygve Inda wrote: How can I bind a button title to a Boolean but have a custom title for each state? For example, I have a BOOL isRunning, if YES, my button should read Stop Running else Start Running. I can't really do this with an alternate title since when