Zakman411
Zakman411

Reputation: 1764

Buttons with more than one action?

I have a button that I need to both delete something, and close a sheet. Being that there is only one 'Sent Actions' connection, how do I connect it to two actions?

Zach

Upvotes: 1

Views: 402

Answers (1)

Dave DeLong
Dave DeLong

Reputation: 243146

No, you cannot do this with AppKit. What you can do is hook it up to a single action, and then have that action invoke other methods.

Upvotes: 5

Related Questions