NSButton (Switch)
NSButton (Switch)
- Subject: NSButton (Switch)
- From: stuartbryson <email@hidden>
- Date: Fri, 17 Aug 2001 16:35:06 +1000
Hi all,
I have implemented a NSButton from within IB. It is a Switch or
Checkbox. Accessing it via an oultet in my controller, I don't know how
to test if it is Checked or Ticked. I tried intValue and also state from
NSButton but neither work, they all return 0 regardless of what I
beleive is its state.
Am I using the wrong methods?
Thanks
Stuart