First off.. I am asking this because when I downloaded the 22 segments, they won't join together! It starts joining the first 9, then Stuffit asks for segment 10 (even though it is there). When I do select it, it says that I chose it out of sequence... grr.. I am downloading a newer stuffit expander, we'll see what happens, I hope I don't have to download the entire package (I am on a 56K)
Anyways, I was wondering about classes/sub classes like text fields and table views. I think I have seen this line of code before...
selected rows of table view "whatever"
Is it possible to do... rows of table view "whatever" whose seleced is true ?
It seems to me that that would be more inline with AppleScript.
Can I do stuff like...
set selected of row 3 of table view ".." to false ?
Also, how do you find the properties of classes/sub classes like text fields? Are the options in the Inspector of the Interface Builder the properties? Like "Editable", "Selectable" etc..? How do you know if they are [r/o] or not?
How do you deal with progress bars? How can you change the value? I hope it is not like...
increase the value of progress bar 1 by 2
...although it seems like that is what it has become... can I do set value of progress bar 1 to (value of progress bar 1) + 2 ?
Is there a good listing of all this info?
Last thing, can normal script files call upon a dialog that was created in AS-S? I want to just have a script, not a cocoa app.
Something where I can have oh say an ircle script run normally, and if I ever want to call a dialog, I can use a preformatted dialog with logic built in. Maybe the dialog could "return theData to calling script file" or something similar.
Sorry for so many questions, I am just curious.
Thanks for any help,
synotic@mac.com
(BTW, I just finished my stuffit expander download, we'll see what happens)