jaikob
Mar 24, 2009, 06:09 PM
I am creating an application, in interface builder I have a main window called "main". I then have a checkbox called "checkbox" and a button. I have created an button.applescript file, and linked it to "On Click" on the button on the main window.
What I want to do is this:
If the checkbox is checked when the button was clicked, I want it to:
display dialog "Checked!"
and if its not checked, I want it to:
display dialog "Not Checked!"
I cannot seem to get it, and this is the only hurdle I am trying to overcome.
Thanks to all that help me :)
What I want to do is this:
If the checkbox is checked when the button was clicked, I want it to:
display dialog "Checked!"
and if its not checked, I want it to:
display dialog "Not Checked!"
I cannot seem to get it, and this is the only hurdle I am trying to overcome.
Thanks to all that help me :)
