I've got two Problems I can't solve by my self - I hope you can help
me out!
1.) Disable a row in a TableView
I figured out that this can only be managed with objective-c. I've
tried this - but it won't work! :(
repeat with theItem in XMLListData
set theDataRow to make new data row at the end of data rows of
theDataSource
set dataRowID to id of theDataRow
call method "tableView:shouldSelectTableRow:" of theDataRow with
parameters {xObj, dataRowID}
end repeat
I get no error back from this method call...
2.) Use NSLevelIndicatorCell in Table
I've got an NSLevelIndicatorCell object in a cell. I don't know how I
can "speak" with the object...
Hope anybody could help me out!
Thanx for reading this post!
_______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Studio mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden