osx

Find the OS X kext library that contains a symbol

Hello, with Snow Leopard 10.6.4 I am obtaining an unresolved symbol: $ sudo kextutil KRPC.kext (kernel) kxld[com.machackershandbook.kext.KRPC]: The following symbols are unresolved for this kext: (kernel) kxld[com.machackershandbook.kext.KRPC]: _mig_buckets I cannot find this symbol using kextfind, however this symbol is exported in ...

OS X: How to speed-up Java/Swing GUI?

I have a Mac mini with 2GHz-Core2Duo/2GB RAM and a HP-Notebook running Windows 7 with identical hardware. For our Java desktop application I'm using Quaqua and Windows look and feel, respectively. On OS X the whole application feels much more sluggish than the one running on Windows 7, especially the rendering. Are there some options fo...

cocoa : dock like window

Hello, I am looking to create a NSWindow behaving like the dock window: - Appears when the mouse cursor stays at one edge of the screen - Does not takes the focus (the app having the focus keeps it) but reveives mouse events Any idea on how I can implement this? Thanks in advance for your help, ...

What is the Linux/X11 (and Mac OS X) equivalent to Win API SetCapture() function?

On Windows you can "capture" the mouse to continue receiving mouse events even when it goes outside the window's client area. Here the SetCapture() documentation: http://msdn.microsoft.com/en-us/library/ms646262(VS.85).aspx I would like to know what is the equivalent function in Linux (X11) and Mac OS X (Cocoa). ...

Is there C# compiler for Mac OS X?

I want to build my ASP.NET C# Desktop Application on Mac OS and output must be application running on Mac OS.How can I do that?Is there any compiler? ...

How can I create C# desktop application with XCode for Mac OS?

Is there any other solutions to create desktop application for Mac with C#? ...

Display icon and text in same cell of NSTableView

I would like to display an icon next to a text item in an single cell of a table view. An example of what I want to achieve is the application list in System Preferences -> User Accounts -> Login Items. What's a good way? ...

Gesture Firefox on Mac: Swipe back tiggers Edit-->Find instead of 'Back'

Whenever I use the swipe gesture to the left for browsing back like in Chrome or Safari implements it, Firefox does not browse back instead opens the search/find dialog. The about:config shows which should be fine: browser.gesture.swipe.left; Browser:BackOrBackDuplicate The swipe to the right for 'Forward' however works. How can I...

Getting MDB2 to work with sqlite3 via pdo

I am using MDB2_Driver_pdoSqlite to access a sqlite3 database with PEAR. I am able to connect to the database and display a list of tables with listTables(), but when I try to run the mdb2 function tableInfo() I get an error. MDB2 Error: not found [Error message: primary is not an existing table constraint] I am running the following sys...

SimpleModal OSX Style

At the moment i have this code: <!-- modal content --> <div id="osx-modal-content-1"> <div id="osx-modal-title">OSX Style Modal Dialog</div> <div class="close"><a href="#" class="simplemodal-close">x</a></div> <div id="osx-modal-data"> <h2>Hello! I'm SimpleModal!</h2> <p>SimpleModal is a lightweight jQuery Plugin w...

Access Aperture library and import XML

Hello, The library of Aperture is visible in the file system as a package. Inside this package, there's an XML file (among other things) that I want to get access to. The problem is that I can't simply use the path to that XML file due to the fact that the file is contained in a package (which needs to be opened first). Is there a way ...

Add to python path mac os x

I thought import sys sys.path.append("/home/me/mydir") is appending a dir to my pythonpath if I print sys.path my dir is in there. Then I open a new command and it is not there anymore. But somehow Python cant import modules I saved in that dir. What Am I doing wrong? I read .profile or .bash_profile will do the trick. Do I hav...

live Video streamming

Hello Can any one tell me how to stream video using mac osX , i need to write an application in mac os for video conferencing please let me know any prerequisites for making this application and what shud i learn for this . Thanks in advance . ...

How do you open a terminal with a specific path already cd'ed to?

How do I use the terminal to open another terminal window but with a path I specify? I am using automator to load my work stuff when I get to work, but I need to know how to do this: Open Terminal and Type: • cd Work/Company/Project/ • script/server And then new tab in that terminal window and cd to the same folder. ...

Implementing Open Directory on Mac OS X Server and Directory binding

We are using Open Directory on a Mac OS X Server 10.6. Our goal is to enforce password changes for users which can easily be done through Open Directory. However, we must first bind the clients to the Open Directory server. The issue we are running into is that most the the user accounts on the clients match the account on Open Directo...

Is there any way to develop Silverlight applications on OS X?

While all of my machines are Macs, I actually really enjoy working in .NET. I thought it would be fun to try my hand at writing a Silverlight application. Unfortunately, as near as I can tell, Silverlight is not a part of Mono that actually works on OS X. Is it possible to develop Silverlight on OS X, or will I need to use a VM? If it's...

Renumbering figure in LaTeX?

How can I make figures be renumbered in a TeX document? I want the main figures to be 1, 2, 3, ...etc. But then I want a section to have supplementary figures, S1, S2, S3, S4. The "S" does not have to appear in the figure name, but I do want to reset the counter. ...

OS X permission denied for /usr/local/lib

I'm looking for any advice/intuition/clues/answers on a permission issue that has been plaguing me ever since I switched over to a new Macbook pro. Here's the dilemma. Certain programs copy libraries under /usr/local/lib during install and upon running these programs I get a crash which I believe is related to permission restrictions to ...

List of common environment variables for cross-platform, Apache Ant, builds

Does anyone have a list, or even better a target that normalizes, the environment variables that are common on Linux, Windows, and OSX that would enable cross-platform, consistent Apache Ant builds? For example: On OSX, you can specify env.HOME and perform file operations, like loading a property file, from the user's home directory, /...

Accessing Code Signing Certificates on OSX in order to build an XCode provisioning utility [C# preferred]

Hey folks, I'm creating a utility in C# to setup provisions and build settings for an iPhone project. The XCode project file contains these lines: CODE_SIGN_ENTITLEMENTS = ***; CODE_SIGN_IDENTITY = ***; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "***"; ... PROVISIONING_PROFILE = ...