AXMakeProcessTrusted conflicts with dylib load by install_name_tool

2011-10-28 Thread Shaguo
Hi I made my app trusted by AXMakeProcessTrusted to listen to the keyboard. But it failed to launch the dylib when it was launched. Reason: unsafe use of xxx with restricted binary Anyone has ideas on it? It makes me crazy. -- Thanks & Best Regards! Email:rasha...@gmail.com Yahoo:rasha.

SetSystemUIMode issue

2010-09-16 Thread Shaguo
Hi all, In my application, a window has full screen function. I use the followings to implenment the fullscreen, SetSystemUIMode(kUIModeAllHidden, kUIOptionAutoShowMenuBar); So it will tell other application the event and hide menu and dock. The minimize button is disabled in other application w