Tagged Questions

3
votes
1answer
39 views

Is it possible to capture bash output to the OS X finder clipboard?

Is it possible to capture bash output to the OS X finder clipboard?
0
votes
3answers
27 views

User properties/ privileges in AppleScript

I want to write an applescript program that first checks to see if the user has Admin privileges, and if it doesn't then requesting a re-log-in or something. Eventually the script …
1
vote
3answers
42 views

How does the Mac OS X Finder recognize a PNG file?

I have a file which was originally named 'foo' in the Finder. If I 'get info' for the file, the Finder recognizes it as "Kind: Plain text". If I rename the file as 'foo.png', Fin …
0
votes
2answers
57 views

Add an item to the Finder/Save dialog sidebar

I'm working on a script where a user logs into a guest account on OS and is prompted for their network credentials in order to mount their network home folder (while they benefit f …
0
votes
0answers
51 views

Is there a programmatic way to refresh / reset a preview icon in Finder?

I noticed that while this applescript: tell application "Finder" {...} update itm with necessity {...} end tell refreshes normal Finder icons, on the other hand, it doesn' …
1
vote
3answers
171 views

How does one relaunch Finder programmatically?

If I ALT+RIGHTCLICK on the Finder icon, I get a "Relaunch" option in the context menu. I would like to programmatically relaunch finder, if at all possible. I'm sure there is a b …
0
votes
1answer
147 views

prohibitory sign on application icon (broken folder) on Snow Leopard

I have prepared a disk image with my application,which i want to install in Applications folder. When i copy the application from the disk image to the applications folder, i see t …
1
vote
3answers
62 views

Is it possible to emulate Mac Osx Finder search highlight in HTML + CSS?

Mac OSX Finder has a search feature that darkens everything but the part that matches. Is there a way to emulate it via CSS? I was thinking about adding a semi-transparent black …
5
votes
3answers
737 views

How to Write OS X Finder plugin

I'm looking for a guide or sample code for writing Mac OS X Finder plugins? It would like to know how to do some simple actions: adding image overlayers to icons adding context …
1
vote
1answer
38 views

How to access / embed Finder functionality?

Is it possible to embed Finder functionality in a cocoa app, now that Finder is itself cocoa (assuming the app were to function only in snow leopard)? What I mean is to have a fil …
1
vote
3answers
193 views

Getting the POSIX path of the Finder’s front window

Hi, How can I get the POSIX path of the Finder window that is currently at the top of its window list? Preferably with some kind of Cocoa framework but I am open for anything. B …
1
vote
0answers
58 views

Has anyone successfully used mach_inject for Finder in Snow Leopard?

Just wondering if anyone has done this successfully and what were the steps of making it work. Thanks in advance.
10
votes
8answers
2k views

Open terminal here in Mac OS finder

Is there something similar to the "Open Command Window Here" Windows Powertoy for Mac OS? I've found a couple plugins through a google search but wanted to see what works best for …
0
votes
1answer
125 views

Changing the version in the info.plist file so that correct version will show up in mac finder

I am doing maintenance on app that other people created and I want to change the version in the Info.plist file so that when someone selects the app in the finder the correct vers …
0
votes
1answer
208 views

Which function does Leopard’s Finder get the preview icons with the watermark on them?

I already took a look at GetIconRefFromFileInfo() and QLThumbnailImageCreate() but they just doesn't seem to be similar with what I see from the finder, which is a square icon with …

1 2 next
15 30 50 per page