"set visible of table view" doesn't work

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/