Is it possible to hide the doc icon programmatically
- by Unicorn
Is it possible to hide doc icon programmatically on demand. I know one way by which defining property "Application is agent (UIElement)" in plist we make the cocoa app as user agent. But this result in hiding the doc icon permanently.
I am looking for a way where i can control visibility of doc icon. Any idea ?