I have 3 sliders, all correctly hooked up to properties:
slider1, slider2, slider3
These sliders call an action handler:
sliderDidChange_(sender)
From what I have read, I SHOULD be able to query the sender to ascertain it’s title as follows:
sender’s title()
However, I get no results. I’ve tried putting “title” in pipes |title|(). I’ve tried loosing the parentheses. No luck. These are the variations that I have tried:
log sender’s title()
log sender’s |title|()
log sender’s title
log sender’s |title|
I get nothing in the console with any of these variations. So…what am I missing?
Thanks,
Brad