syntax ?
syntax ?
- Subject: syntax ?
- From: monk <email@hidden>
- Date: Tue, 24 Jul 2001 07:44:29 -0400
marc - (et al)
i see why creating a 'button' variable is more logical and useful, but
below, i don't understand why a newfolder variable is better than just
straight commands for a folder, can you enlighten:
--this
tell application "finder"
make new folder at desktop with properties {name:"blah"}
select folder "blah"
open selection
set size of container window of folder "juxtatext(s)" to {253, 527}
set view of container window of folder "juxtatext(s)" to kind
end tell
--vs. this
tell application "finder"
set newFolder to (make new folder at desktop with properties
{name:"blah"})
open newFolder
set size of container window of newFolder to {253, 527}
set view of container window of newFolder to kind
end tell
curious
howie 'monk' elmer
--
|,,,,,,,,,,,|
http://www.assemblage.org
||