Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'Setting bounds' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
Setting bounds
Authored by: Anonymous on Feb 08, '02 11:19:42AM
How about instead setting the bounds like this:
  --snip--
try
	set newWindow to target of front window
	set theBounds to the bounds of front window
	set oldView to current view of front window
	make new Finder window with properties {bounds:theBounds} to newWindow
	set current view of front window to oldView
end try
	--snip--

     

[ Reply to This | # ]