Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.
how to change the background color of a window in finder?

Click on the window. Under the view menu select show view options. There is a radio button at the bottom. Only Available in Icon View.

in applescript

tell application "Finder"
set background color of icon view options of window 1 to {0, 65534, 65534}
end tell
 
thanks for reply ....but i want to change it (back ground color change) in Cocoa using obj-C
any suggestions will be appreciated..
 
but my plan is coding in obj-C in Cocoa

But you can still run AppleScripts from your Objective-C code; using the tips above.

(This flexibility is a good thing, you can use Cocoa, Carbon, AppleScript & Unix shell scripts all in one application).
 
But you can still run AppleScripts from your Objective-C code; using the tips above.

(This flexibility is a good thing, you can use Cocoa, Carbon, AppleScript & Unix shell scripts all in one application).

Coming is leopard is Script Bridge which has got to be one of the most kick ass things to happen to AppleScript since... hmm... its creation

/wrote code to build and send applescript commands
//Page and a half tell the scriptable text editor to turn a few words red.
///In MacApp 2.0 --Object Pascal FTW
////Its no easier in Carbon
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.