simX
Unofficial Mac Genius
Would someone mind walking me through the basics of building a Cocoa application using AppleScript Studio?
Specifically, I'm trying to write an application, but I'm not exactly sure how to make a button control a couple progress bars. I'm trying to set the value of progress bars after clicking a button, and I also want titles next to the progress bars to change accordingly.
Also, how would I have the progress bars and titles auto-update (according to values set by my AppleScript) at set intervals, like once every second or once every five seconds?
Besides these specifics, I need a quick rundown of how to develop a Cocoa application. Any help would be much appreciated.
Oh, the other thing that I wanted to know is how in the world do you set the names of objects (especially progress bars), and how do you refer to them in an AppleScript?
Specifically, I'm trying to write an application, but I'm not exactly sure how to make a button control a couple progress bars. I'm trying to set the value of progress bars after clicking a button, and I also want titles next to the progress bars to change accordingly.
Also, how would I have the progress bars and titles auto-update (according to values set by my AppleScript) at set intervals, like once every second or once every five seconds?
Besides these specifics, I need a quick rundown of how to develop a Cocoa application. Any help would be much appreciated.
Oh, the other thing that I wanted to know is how in the world do you set the names of objects (especially progress bars), and how do you refer to them in an AppleScript?