Comments for NSWorkspace (BSInvisibility) http://codebeach.org/code/show/6 Comments feed for NSWorkspace (BSInvisibility) en-us Wed, 25 Apr 2007 20:39:54 +0000 Jordy/Jediknil says: http://codebeach.org/code/show/6 codebeach.org:comment:2 Nice! But, shouldn't you #import &lt;ApplicationServices/ApplicationServices.h&gt; for LaunchServices? It's only incidental that NSWindow.h imports this. <br /> <br />It's probably OK to assume that ApplicationServices imports CoreServices since it's in the main header file. <br /><br /> Fri, 27 Apr 2007 12:22:38 +0000 Michele Balistreri says: http://codebeach.org/code/show/6 codebeach.org:comment:3 Here i do not get any compilation warning, so i don't think it is necessary.<br /><br /> Mon, 23 Jul 2007 06:21:39 +0000 Fairly says: http://codebeach.org/code/show/6 codebeach.org:comment:135 The last five lines of your code beginning with &quot;isHidden&quot; are wasteful.<br /><br /> Mon, 23 Jul 2007 06:23:41 +0000 Michele Balistreri says: http://codebeach.org/code/show/6 codebeach.org:comment:136 Unfortunately they aren't (at least not on all versions of Mac OS X) because when I tested it those path didn't report to be invisible so I had to hardcode them.<br /><br />