Hey Shane,
What's wrong with this?
tell application "Finder" to set bounds of window 1 to {0, 22, 1000, 500}
tell application "AppleScript Editor" to set bounds of window 1 to {0, 22, 1000, 500}
tell application "AppleScript Editor" to get bounds of window 1 # This return {0, 22, 1000, 500}
tell application "Finder" to get bounds of window 1 #This return {0, 44, 1000, 522}!!!
This is weird or not?
I'm confused...