Panther Problems

This line works for me in 10.2.x but doesn’t in 10.3:

Does anyone know how to make this work in 10.3? It looks like this is going to be added to a growing list of things that don’t work in the 10.3 Finder.

Thanks,
Jon


[This script was automatically tagged for color coded syntax by Script to Markup Code]

Hmmm. Works for me.

tell application "Finder"
	choose folder
		alias "Mac OS X:Users:sal:Documents:"
	get container window of alias "Mac OS X:Users:sal:Documents:"
		container window of folder "Documents" of folder "sal" of folder "Users" of startup disk
end tell

Nope, I keep getting:

no matter what folder I choose.

Jon


[This script was automatically tagged for color coded syntax by Script to Markup Code]