Is it possible to choose a window and force it to be sticky (stay in front) if I switch to another application? ...
Possible Duplicate: What Window Management Options exist for OS X? I'm on a retina MacBook Pro and usually I want to see several windows together. For now I use BetterTouchTool with gestures to move window to the right and left, but that means I need ...
Is it possible to use Time Machine such that I can restore the machine to specific date in time? By restore I mean fully restoring the exact same files system wide. For instance, today I'm sure that my machine is clean and have only the must have programs which cause no ...
Made the upgrade to Mountain lion when it came out, but since the upgrade I have noticed something occurring when my laptop goes to sleep be it idling or me putting it in a sleep mode, when I go to wake the laptop almost every time anything hooked into the ...
I'm trying to play Minecraft in-browser with Google Chrome, but it won't ever let me trust Minecraft's certificate. When I try to run it, I get this popup: Then when I click "Show Details...": If I tick the box that says "Always ...
I've developed a Java application that uses some of the Apple Java Extensions to provide a better experience for Mac users. To compile the application on Windows I've previously just used Eclipse, setting the AppleJavaExtensions.jar as a Referenced Library. Now I'm looking to build using maven I'm having ...
With new Sharing Service of Mountain Lion, I can use NSSharingService to create my own custom service and use the exist system services like twitter. I want to add my own service to the system services list, then other apps can use this. ...
i've been searching the web for more than hours and didn't find anything. I want to know how to get the color of the pixel where the mouse pointer currently is. I programmed a console application, so I have no window to overlay or something else. Just more detail: When I build&run the program ...
I'm trying to use VLC player embedded in my Application written in Lazarus Free Pascal for the MacOS platform. For this i carefully looked at a Delphi component called PasLibVlc. It uses: /Applications/VLC.app/Contents/MacOS/lib/libvlc.5.dylib or (linked): /Applications/VLC.app/Contents/MacOS/lib/libvlc.dylib I did manage to get it to play a video file (MP4), however ...
After upgrading OS X from Lion to Mountain Lion, I receive the following warning whenever I open an R file: Please, set the variable 'g:vimrplugin_term_cmd' in your .vimrc.^@Read the plugin documentation for details. Any idea why this doesn't work? What's changes in Lion to make the plugin OS X not be able ...
I have two classes, GraphViewController and AppController. AppController (the delegate) implements the datasource protocol of GraphViewController. The problem I have is that those methods are not called by GraphViewController. However, when I set the datasource of GraphViewController to self and leave the protocol methods in the GraphViewController (like in the ...
iOS has nice MFMailComposer class that let's the user compose an email. What is the best way to open up a new window in Mac Mail with the email pre-formatted as is done by share buttons for Safari in Mountain Lion and Reeder app? ...
preface: new to OSX development. cabal install snap --this works fine. When I type snap into the terminal nothing happens. How do I export my snap path to my $PATH in OSX? same thing happens with happstack and yesod.... those are both installed as well ...
I have looked and looked and tried many different forms of opening a subprocess and writing a response to the prompts that come up once the process is open. What is the most basic way to call upon the 'chpass' process and answer the prompts accordingly, this is on Mac ...
Im trying to build muParser on the mac, it worked until I upgraded XCode to 4.4 which updated gcc. Now I get the following line of code generating the error which I don't understand: mu::console() << _T(" \"") << val.GetAsString() << _T("\" "); ../muparser/src/muParserBase.cpp:1823: instantiated from here ../muparser/src/muParserBase.cpp:1823: error: explicit instantiation ...
I recently installed Java SE Development Kit 7u5 on my Mac running Lion version 10.7.4. At install the I take the only installation option available which is to install for all users on this computer. I've tried following several guides in order to get it set up properly with Eclipse but ...
When I install the secure client from Checkpoint (from here) on my Mac OS X 10.8, it works. However, as soon as I restart the Laptop for 1-2 times, it won't work anymore displaying the error: Connectivity with VPN services is lost whenever clicking an option from the menu ...
what is wrong with this method? - (void)webView:(WebView *)sender didFinishLoadForFrame:(WebFrame *)frame { [activityIndicator stopAnimation:self]; } I want to stop the Circular Progress Indicator (activityIndicator). But there is something wrong with - (void)webView:(WebView *)sender didFinishLoadForFrame:(WebFrame *)frame. I am coding for mac osx and not for iOS. I heard something from Delegates, what does that mean? ...
I frequently disconnect from the ethernet on my macbook pro at my desk to connect directly to the wireless in my office. During this time, Microsoft Office Communicator decides to be friendly and disconnect me automatically, without ever attempting to reconnect me. Is it possible to write an Automator script ...