anyone know a workaround? Anyone got the appropriate cocoa method and instructions on how to call it?
Thank thee
anyone know a workaround? Anyone got the appropriate cocoa method and instructions on how to call it?
Thank thee
It would help if you posted the code that isn’t working for you.
I just tried with straight AppleScript, and it works fine:
tell scroll view 1 in front window
tell table view 1
set visible to false
end tell
end tell
or:
set visible of table view 1 in scroll view 1 in front window to false
Tom
BareFeet
http://www.tandb.com.au/applescript/