Questions tagged "osx" (page No.1)

Is there a way to stick a window?

Is it possible to choose a window and force it to be sticky (stay in front) if I switch to another application? ...

Is there an application that organizes all the open windows in a desktop and organize them such that they can be viewed simultaneously?

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 ...

Time Machine Question

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 ...

Macbook Pro Late-2011, Mountain Lion, when it sleeps, devices don't wake

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 ...

Google Chrome not letting me trust Java applet

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 ...

How can I use the latest AppleJavaExtensions with maven?

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 ...

add custom NSSharingService to system preferences Mail,Contacts & Calendars panel

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. ...

Detect color under mouse (Mac)

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 ...

VLC component for Lazarus Free Pascal?

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 ...

Vim R Plugin broken after OS X Mountain Lion Upgrade

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 ...

Core Plot DataSource delegate methods implemented in separate Object are not called

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 ...

Equivalent for MFMailComposer on Mac

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? ...

Snap web framework and OSX Path

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 ...

python script to respond to subprocess prompts

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 ...

Trying to build muParser: error: explicit instantiation of 'std::basic_ostream but no definition available

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 ...

Eclipse can't see Java SE 7 directory structure (and neither can I) after install on OSX 10.7.4

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 ...

Checkpoint Secure Client: "Connectivity with VPN services is lost" on Mac OS 10.8

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 ...

WebView did finish launching does not work

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? ...

Is it possible to automate tasks for Microsoft Communicator for OS X?

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 ...

« Previous12345678910 ... 16871688Next »Show All