active questions tagged macosx - Stack Overflow most recent 30 from stackoverflow.com 2009-11-29T06:42:45Z http://stackoverflow.com/feeds/tag/macosx http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/1759526/set-get-fn-lock-for-a-macos-application 0 set/get fn-lock for a macos application krow 2009-11-18T22:14:16Z 2009-11-28T22:18:47Z <p>Does anybody know a way to set/get the fn-lock from an application so you don't have to press the 'fn' key to get F1, F2, etc. on a macbook or apple keyboard? I want to have it always on for my application but keep the standard behavior in the rest of the system.</p> http://stackoverflow.com/questions/1806280/running-mysqlfixprivilegetables-kills-my-root-password 0 running mysql_fix_privilege_tables kills my root password sdmiller 2009-11-27T00:36:49Z 2009-11-28T19:51:44Z <p>I am learning mysql and ran into a problem with 'mysql.proc' missing when trying to create a stored procedure. mysql version 5.1.41.</p> <p>I read that running the script 'mysql_fix_privilege_tables' is supposed to fix the previous error. I am getting a strange side effect... my root password is no longer good anymore when I run this script and can no longer log into mysql because of this. the only solution is to remove mysql and start over. I have done this twice now and have no clue as to why it is affecting my root password. any clues?</p> <p>Updated 11/28: I found it is a bug in workbench with a particular model sync setting. It is removing the mysql database and for some reason when you do a repair, mysql erases all users. Kind of a perfect storm kind of thing I think. </p> http://stackoverflow.com/questions/1811783/how-do-you-install-pycairo-on-mac-os-x 0 How do you install pycairo on Mac OS X? Akusete 2009-11-28T06:34:54Z 2009-11-28T07:42:58Z <p>This is the first time I've ever touched python, I'm trying to use a library 'cairo', but have been unable to import it getting the message</p> <pre><code>Python 2.6.4 (r264:75821M, Oct 27 2009, 19:48:32) [GCC 4.0.1 (Apple Inc. build 5493)] on darwin Type "help", "copyright", "credits" or "license" for more information. &gt;&gt;&gt; import cairo Traceback (most recent call last): File "&lt;stdin&gt;", line 1, in &lt;module&gt; ImportError: No module named cairo </code></pre> <p>From what I understand I have installed all the correct libraries, detailed as follows:</p> <p>1) Installed Python2.6.4 from the .dmg found <a href="http://www.python.org/download/releases/2.6.4/" rel="nofollow">http://www.python.org/download/releases/2.6.4/</a></p> <p>2) Installed cairo1.8.8 from macports 'sudo port install cairo'</p> <p>3) Installed py-cairo from macports 'sudo install py-cairo' (After not being able to import cairo)</p> <p>4) Installed py-cairo from source tarball '<a href="http://www.cairographics.org/pycairo/" rel="nofollow">http://www.cairographics.org/pycairo/</a>'</p> <pre><code>./configure make install python setup.py install </code></pre> <p>Now there is a directory /Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/site-packages/cairo which has been created but it only contains '_cairo.so' and I still cannot import cairo from the python interpreter.</p> <p>Is there something obvious I did wrong...? Any help is appreciated.</p> http://stackoverflow.com/questions/1807590/how-to-interpret-trackpad-pinch-gestures-to-zoom-ikimagebrowserview 1 How to interpret trackpad pinch gestures to zoom IKImageBrowserView Fraser Speirs 2009-11-27T09:12:35Z 2009-11-27T23:51:34Z <p>I have an <code>IKImageBrowserView</code> that I want to be able to pinch-zoom using a multi-touch trackpad on a recent Mac laptop.</p> <p>The Cocoa Event Handling Guide, in the section <a href="http://developer.apple.com/mac/library/documentation/Cocoa/Conceptual/EventOverview/HandlingTouchEvents/HandlingTouchEvents.html" rel="nofollow"><em>Handling Gesture Events</em></a> says:</p> <blockquote> <p><em>The magnification accessor method returns a floating-point (CGFloat) value representing a factor of magnification</em></p> </blockquote> <p>..and goes on to show code that adjusts the size of the view by multiplying height and width by <code>magnification + 1.0</code>.</p> <p>This doesn't seem to be the right approach for zooming <code>IKImageBrowserView</code>, whose <code>zoomValue</code> property is clamped between 0.0 and 1.0.</p> <p>So, does anyone know how to interpret the event in <code>-[NSResponder magnifyWithEvent:]</code> to zoom <code>IKImageBrowserView</code>?</p> http://stackoverflow.com/questions/1804922/changing-provided-services-based-on-user-preferences-in-osx 0 Changing provided services based on user preferences in OSX? nkuyu 2009-11-26T17:36:00Z 2009-11-27T15:49:51Z <p>Hi,</p> <p>I would like to be able to change the OSX services that my application provides based on the current user's preferences (like adding more, changing the name,...). This basically means modifying the Info.plist (NSService key), but I don't think it is a good practice when an application modifies its own Info.plist while running, right? (At least based on few searches here). Is there any other option how to get this functionality?</p> <p>I guess it should always be an external entity who does modify the Info.plist? So far I can only think about providing a system preference bundle which will do the modification in the actual app? Do you have any ideas?</p> <p>Thank you</p> http://stackoverflow.com/questions/1809216/how-to-get-vmware-to-run-a-program-within-mac-os-x-via-script-or-alias 0 How to get vmware to run a program within MAC OS X via script or alias Mediahaze 2009-11-27T14:55:18Z 2009-11-27T15:06:36Z <p>On my Mac OS X computer, I am trying to setup a script that will open a particular program ( Visual Studio ) that resides within VMWare. </p> <p>More specifically, when I run the script, I want Visual Studio application to open a specific file that would passed in as a parameter to the script. This file would be shared and accessible to VS.</p> <p>Any ideas? </p> http://stackoverflow.com/questions/1309879/java-service-wrapper-3-2-3-on-mac-os-x-64-bit 0 Java Service Wrapper 3.2.3 on Mac OS X 64-bit Kevin Wong 2009-08-21T02:53:03Z 2009-11-26T23:00:02Z <p>What's the best way to run an app using Java Service Wrapper 3.2.3 on Mac OS X 64-bit?</p> <p><code>sh.script.in</code> works, but there is no macosx-universal-64 version of the wrapper native binary (on JSW's 3.2.3 downloads page anyway <a href="http://wrapper.tanukisoftware.org/downloads/3.2.3/" rel="nofollow">http://wrapper.tanukisoftware.org/downloads/3.2.3/</a>).</p> <p>The result is the following error in the logs:</p> <pre><code>INFO | jvm 1 | 2009/08/20 14:47:15 | WARNING - Unable to load the Wrapper's native library because none of the INFO | jvm 1 | 2009/08/20 14:47:15 | following files: INFO | jvm 1 | 2009/08/20 14:47:15 | libwrapper-macosx-x86-64.jnilib INFO | jvm 1 | 2009/08/20 14:47:15 | libwrapper-macosx-universal-64.jnilib INFO | jvm 1 | 2009/08/20 14:47:15 | libwrapper.jnilib INFO | jvm 1 | 2009/08/20 14:47:15 | could be located on the following java.library.path: INFO | jvm 1 | 2009/08/20 14:47:15 | /Applications/EngineManager/. INFO | jvm 1 | 2009/08/20 14:47:15 | Please see the documentation for the wrapper.java.library.path INFO | jvm 1 | 2009/08/20 14:47:15 | configuration property. INFO | jvm 1 | 2009/08/20 14:47:15 | System signals will not be handled correctly. </code></pre> <p>Also, when I try to restart the system, I get an error like:</p> <pre><code>Logout has timed out because the application ...WrapperSimpleApp failed to quit. ...` </code></pre> <p>I can't upgrade to a newer version of JSW because they went GPL.</p> http://stackoverflow.com/questions/1804728/how-to-receive-drag-and-drop-from-apple-address-book-in-qt-4-4-on-mac-os-x-10-5-1 1 How to receive drag and drop from Apple Address book in Qt 4.4 on Mac OS X 10.5/10.6 Andy Brice 2009-11-26T16:44:15Z 2009-11-26T16:44:15Z <p>I am trying to trap drag and drop events from the standard Apple address book app to my Qt app. This code works fine with Qt 4.4. on Mac OS X 10.4:</p> <pre><code>void MyView::contentsDropEvent( QDropEvent* e ) { QList&lt;QUrl&gt; urls = e-&gt;mimeData()-&gt;urls(); ... </code></pre> <p>I can then use the URL to get the vCard. Marvellous.</p> <p>But from Mac OS X 10.5 the apple address book no longer seems to support text/uri-list. So e->mimeData()->urls() returns an empty list. Worse still, e->mimeData()->formats() returns an empty list. How do I find out which vCards they dragged?</p> <p>Here is a comment from a Nokia Qt engineer on this problem:</p> <blockquote> <p>"Adressbook stopped providing drop data as text/uri-list compatible flavor data in OS 10.5. Not much we can do about that. The flavor they provide instead is 'public.vcard'. We could put up support for this as an implementation request, but my gut feeling is that this is too application specific, and can just as well be implemented by the app developer by subclassing QMacMimeData"</p> </blockquote> <p>But there is no QMacMimeData in the Qt 4.4 or 4.5 documentation. Any ideas at how I can find out what they dragged?</p> http://stackoverflow.com/questions/1798978/how-to-check-if-a-file-is-a-dll 2 How to check if a file is a DLL? PierreBdR 2009-11-25T18:23:39Z 2009-11-26T06:30:45Z <p>Given a file, I want to check if this is a DLL, or a shared object (Linux) or a dylib (Mac OS X), or something different. My main interest is differentiating executable and DLL on Linux and Mac OS X. For windows, the extension should be enough for my problem.</p> <p>I already checked that the magic number technique doesn't work for Linux as executable and shared objects both have the same number.</p> http://stackoverflow.com/questions/1773672/cocoa-application-crashing-on-opengl-call 0 Cocoa application crashing on OpenGL call Mk12 2009-11-20T22:39:14Z 2009-11-25T22:14:02Z <p>I made a new project and pretty much copied <a href="http://developer.apple.com/mac/library/qa/qa2004/qa1385.html" rel="nofollow">this guide</a>, but whenever I call any OpenGL function it the spot marked <code>// Drawing code here</code> it crashes. I have this there :</p> <pre><code>glViewport(0, 0, [self bounds].size.width, [self bounds].size.height); glMatrixMode(GL_PROJECTION); glLoadIdentity(); gluOrtho2D(0, [self bounds].size.width, [self bounds].size.height, 0); glMatrixMode(GL_MODELVIEW); glLoadIdentity(); glTranslatef(0.375, 0.375, 0.0); glClearColor(1, 1, 1, 1); glClear(GL_COLOR_BUFFER_BIT); glColor3f(0, 0, 0); glBegin(GL_LINES); glVertex2f(10, 10); glVertex2f(300, 300); glEnd(); glFlush(); </code></pre> <p>But just calling one OpenGL function crashes it, reporting <code>GDB: Program received signal: "EXC_BAD_ACCESS".</code> First of all, if it did work, is that code good? Doing all that stuff at the top every time it gets called? Its supposed to be for 2d, with origin at top-left. And why is it crashing? I have CoreVideo and OpenGL linked and imported... I want to get a Cocoa application set up to use OpenGL so I can focus on the game code.</p> <p>Thanks. </p> http://stackoverflow.com/questions/1788118/launchd-job-running-every-minute 0 Launchd job running every minute AaronM 2009-11-24T06:02:18Z 2009-11-25T05:25:05Z <p>I am attempting to write a launchd script that runs once a day, on weekdays only. But once I load the script, it runs every minute instead of just on-schedule. This happens whether I load the script as myself or as superuser:</p> <p><code>launchctl load ~/Library/LaunchAgents/org.myname.foojob</code></p> <p>or</p> <p><code>sudo launchctl load /Library/LaunchDaemons/org.myname.foojob</code></p> <p>This is the plist file:</p> <p><code> org.myname.foojob </p> <pre><code>&lt;!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"&gt; &lt;plist version="1.0"&gt; &lt;dict&gt; &lt;key&gt;Label&lt;/key&gt; &lt;string&gt;org.myname.foojob&lt;/string&gt; &lt;key&gt;ProgramArguments&lt;/key&gt; &lt;array&gt; &lt;string&gt;/Users/myname/bin/foojob.sh&lt;/string&gt; &lt;/array&gt; &lt;key&gt;StartCalendarInterval&lt;/key&gt; &lt;array&gt; &lt;dict&gt; &lt;key&gt;Hour&lt;/key&gt; &lt;integer&gt;16&lt;/integer&gt; &lt;key&gt;Minute&lt;/key&gt; &lt;integer&gt;00&lt;/integer&gt; &lt;key&gt;Weekday&lt;/key&gt; &lt;integer&gt;1&lt;/integer&gt; &lt;/dict&gt; &lt;dict&gt; &lt;key&gt;Hour&lt;/key&gt; &lt;integer&gt;16&lt;/integer&gt; &lt;key&gt;Minute&lt;/key&gt; &lt;integer&gt;00&lt;/integer&gt; &lt;key&gt;Weekday&lt;/key&gt; &lt;integer&gt;2&lt;/integer&gt; &lt;/dict&gt; &lt;dict&gt; &lt;key&gt;Hour&lt;/key&gt; &lt;integer&gt;16&lt;/integer&gt; &lt;key&gt;Minute&lt;/key&gt; &lt;integer&gt;00&lt;/integer&gt; &lt;key&gt;Weekday&lt;/key&gt; &lt;integer&gt;3&lt;/integer&gt; &lt;/dict&gt; &lt;dict&gt; &lt;key&gt;Hour&lt;/key&gt; &lt;integer&gt;16&lt;/integer&gt; &lt;key&gt;Minute&lt;/key&gt; &lt;integer&gt;00&lt;/integer&gt; &lt;key&gt;Weekday&lt;/key&gt; &lt;integer&gt;4&lt;/integer&gt; &lt;/dict&gt; &lt;dict&gt; &lt;key&gt;Hour&lt;/key&gt; &lt;integer&gt;16&lt;/integer&gt; &lt;key&gt;Minute&lt;/key&gt; &lt;integer&gt;00&lt;/integer&gt; &lt;key&gt;Weekday&lt;/key&gt; &lt;integer&gt;5&lt;/integer&gt; &lt;/dict&gt; &lt;/array&gt; &lt;/dict&gt; &lt;/plist&gt; </code></pre> <p></code></p> <p>I'm running this with the original built-in launchd in Mac OSX 10.4. Hopefully it's just something slightly wrong with the plist file. Anybody have an idea?</p> http://stackoverflow.com/questions/1793020/what-is-the-best-tool-for-creating-user-guides-with-screenshots-on-a-mac 1 What is the best tool for creating user guides with screenshots on a Mac? Carlos Barbosa 2009-11-24T21:24:56Z 2009-11-24T23:08:19Z <p>Following what started here . <a href="http://stackoverflow.com/questions/141769/what-is-the-best-tool-for-creating-user-guides-with-screenshots-on-windows">http://stackoverflow.com/questions/141769/what-is-the-best-tool-for-creating-user-guides-with-screenshots-on-windows</a></p> <p>i need to create a user guide and quickstart for a rails app i will deliver in just a couple of days, need something quick, good, and if possibly free.</p> <p>of course leopard and snow leopard able.</p> <p>Thanks in advance</p> http://stackoverflow.com/questions/1785987/how-to-install-easygui-on-mac-os-x-10-6-snow-leopard 0 How to install EasyGUI on Mac OS X 10.6 (Snow Leopard)? ericgorr 2009-11-23T21:09:26Z 2009-11-24T19:28:48Z <p>I would like to install <a href="http://easygui.sourceforge.net/" rel="nofollow">EasyGUI</a> on Mac OS X 10.6, but am running into trouble. Has anyone successfully done this? If so, what explicit set of steps did you follow?</p> <p>Thank you.</p> http://stackoverflow.com/questions/1788043/why-do-i-see-64-bit-pointers-in-c-on-my-32-bit-mac-os-x-system 0 Why do I see 64-bit pointers in C++ on my 32-bit Mac OS X system? Brent Nash 2009-11-24T05:41:15Z 2009-11-24T05:50:58Z <p>So I've read a lot of related posts on SO and elsewhere such as:</p> <p><a href="http://stackoverflow.com/questions/399003/is-the-sizeofsome-pointer-always-equal-to-four">http://stackoverflow.com/questions/399003/is-the-sizeofsome-pointer-always-equal-to-four</a></p> <p>It makes total sense to me that on a 32-bit system I would expect 4-byte pointers and on a 64-bit system I would expect 8-byte pointers. So I'm running this code:</p> <pre><code>int main() { cout &lt;&lt; "sizeof(int) = " &lt;&lt; sizeof(int) &lt;&lt; endl; cout &lt;&lt; "sizeof(void*) = " &lt;&lt; sizeof(void*) &lt;&lt; endl; } </code></pre> <p>And this is the corresponding output:</p> <pre><code>sizeof(int) = 4 sizeof(void*) = 8 </code></pre> <p>I'm running in 32-bit mode on Mac OS X 10.6.1. Here's the output of "uname -a":</p> <pre><code>Darwin brent-nashs-macbook.local 10.0.0 Darwin Kernel Version 10.0.0: Fri Jul 31 22:47:34 PDT 2009; root:xnu-1456.1.25~1/RELEASE_I386 i386 i386 </code></pre> <p>Here's the version of g++ I'm running (default that came with the system):</p> <pre><code>i686-apple-darwin10-g++-4.2.1 (GCC) 4.2.1 (Apple Inc. build 5646) </code></pre> <p>So I realize that the sizes of pointers are not guaranteed from system to system and they're completely dependent on compiler and architecture, but does this result strike anyone else as illogical? Is this just an idiosyncrasy of Mac OS X 10.6 or my setup? Or is there a good reason I'm seeing pointers of this size?</p> <p>==================================================</p> <h1>Post-Answer Addition</h1> <p>Extra details for anyone who wants them...</p> <p>I was originally compiling with this command line:</p> <pre><code>g++ -Wall -o TestClass1 TestClass1.cpp </code></pre> <p>And it generated this output:</p> <pre><code>sizeof(int) = 4 sizeof(void*) = 8 </code></pre> <p>After the suggestion below, I changed my command line to this:</p> <pre><code>g++ -Wall -o TestClass1 -arch i386 TestClass1.cpp </code></pre> <p>And the output changes to this:</p> <pre><code>sizeof(int) = 4 sizeof(void*) = 4 </code></pre> http://stackoverflow.com/questions/1783409/how-to-launch-eclipse-from-a-command-line-on-macos-with-a-workspace-pathname 1 How to launch eclipse from a command line on MacOS with a workspace pathname bmargulies 2009-11-23T14:24:07Z 2009-11-23T14:29:17Z <p>On linux:</p> <pre><code>eclipse PathnameToWorkspace </code></pre> <p>works fine, and launches eclipse on the workspace.</p> <p>I've never been able to figure out the MacOS moral equivalent, given the MacOS application tree structure.</p> <p>I suspect this is not a hard problem.</p> http://stackoverflow.com/questions/1772209/file-level-filesystem-change-notification-in-mac-os-x 2 File-level filesystem change notification in Mac OS X Paul J. Lucas 2009-11-20T17:52:53Z 2009-11-23T05:05:10Z <p>I want my code to be notified when any file under (either directly or indirectly) a given directory is modified. By "modified", I mead I want my code to be notified whenever a file's contents are altered, it's renamed, or it's deleted; or if a new file is added. For my application, there can be thousands of files.</p> <p>I looked as FSEvents, but its Technology Overview says, in part:</p> <blockquote> <p>The important point to take away is that the granularity of notifications is at a directory level. It tells you only that something in the directory has changed, but does not tell you what changed.</p> </blockquote> <p>It also says:</p> <blockquote> <p>The file system events API is also not designed for finding out when a particular file changes. For such purposes, the kqueues mechanism is more appropriate.</p> </blockquote> <p>However, in order to use kqueue on a given file, one has to open the file to obtain a file descriptor. It's impractical to manage thousands of file descriptors (and would probably exceed the maximum allowable number of open file descriptors anyway).</p> <p>Curiously, under Windows, I can use the <code>ReadDirectoryChangesW()</code> function and it does precisely what I want.</p> <p>So how can one do what I want under Mac OS X? Or, asked another way: how would one go about writing the equivalent of <code>ReadDirectoryChangesW()</code> for Mac OS X in user-space (and do so very efficiently)?</p> http://stackoverflow.com/questions/1778610/why-does-rake-crash-my-mac-osx 1 Why does Rake crash my Mac OSX ? XPac27 2009-11-22T12:45:56Z 2009-11-22T14:28:15Z <p>Hi ! I'm running Mac OSX 10.6.2 and I've got a strange problem with rake and my ruby applications.</p> <p>Has soon as I launch a rake command my mac crashes and ask me to reboot (dark screen). This occure when I try to run a Rakefile or even simply if I type:</p> <pre><code>rake --version </code></pre> <p>I tried reinstalling rake by running the install.rb file of the latest version of rake package but the problem still remains. OSX Crash also occur when I try to install rubygame through the gem command.</p> <p>I'm using gem 1.3.1 and here is my version of ruby :</p> <pre><code>ruby 1.8.7 (2008-08-11 patchlevel 72) [universal-darwin10.0] </code></pre> <p>Does any one allready had this problem and solved it ? Thank you in advance !</p> http://stackoverflow.com/questions/1778218/parser-for-32-bit-and-64-bit-mach-o-binary-executable-formats-in-c 0 Parser for 32-bit and 64-bit Mach-O binary/executable formats in C++ blwy10 2009-11-22T08:54:41Z 2009-11-22T09:50:43Z <p>I'm looking for a C++ library that can parse 32-bit and 64-bit Mach-O binary format. I don't need anything fancy, just a disassembly and splitting the file into its sections, so no decompilation, name demangling and so on.</p> <p>I know I can either rip open any existing disassembler or craft my own binary parsers using the format specification from Apple, but I was kind of hoping not having to go that far, especially if someone else has done the work for me.</p> <p>Many thanks!</p> http://stackoverflow.com/questions/1775267/how-to-cross-compile-from-mac-os-x-to-linux-x86 1 How to cross compile from Mac OS X to Linux x86? Viet 2009-11-21T11:44:12Z 2009-11-22T06:44:14Z <p>Hi, I'm running Mac OS X 10.5.8 and want to compile for target CentOS 5.3 with GCC 4.1.2. How could I:</p> <ol> <li>Compile GCC 4.1.2 toolchain and related tools?</li> <li>Use that tool to cross compile for target CentOS 5.3?</li> </ol> <p>Any help is greatly appreciated!</p> http://stackoverflow.com/questions/1777673/why-my-mouse-move-inversely-on-leopard-10-5-7 0 Why my mouse move inversely on Leopard 10.5.7? [closed] Cook Schelling 2009-11-22T02:52:22Z 2009-11-22T02:52:22Z <p>I have installed a iATKOS v7(Leopard 10.5.7) in Vmware 7 on my Thinkpad T61. All is OK except that the mouse, i.e., trackpoint and touchpad, move inversely along the vertical direction. When I move up, the cursor move down and vice versa. And right/left direction is right.</p> http://stackoverflow.com/questions/1772349/does-this-function-iohidmanagerregisterdevicematchingcallback-operate-under-the-c 0 Does this function IOHIDManagerRegisterDeviceMatchingCallback operate under the cocoa environment? Michael 2009-11-20T18:18:31Z 2009-11-21T23:47:07Z <p>Hi,</p> <p>I am struggling to implement an HID control with a Mac : I cannot send the expected function as depicted here below:</p> <p>IOHIDManagerRegisterDeviceMatchingCallback( gIOHIDManagerRef, Handle_DeviceMatchingCallback, NULL );</p> <p>with : gIOHIDManagerRef -> the valid HID manager dedicated to this routine Handle_DeviceMatchingCallback --> the routine that will be called back when the HID device is attached to the USB port NUUL --> not used here, contain data from the USB The issue is that Handle_DeviceMatchingCallback must be a pointer to the routine, but how can I send a pointer ? On the other hand, all the examples , from the Apple source, are based on C, not on cocoa. Well, does that means that I must rework my program in C ??? Or is it possible to have fraction of the program in C under the cocoa environment? Sorry for so "stupid" question queries, but, although I have some background in the field of electronic an programming, I am very newbees with cocoa. Your comments will be very appreciated !</p> <p>Michael</p> http://stackoverflow.com/questions/1774359/core-data-migration-error-message-model-does-not-contain-configuration-xyz 0 Core Data Migration error message "'Model does not contain configuration 'XYZ'.'" Ken Aspeslagh 2009-11-21T03:00:44Z 2009-11-21T04:17:53Z <p>I have a Managed Object Context to which I add two different SQLite stores. I use Configurations in the Mananged Object Model to assign certain entities to one store and other entities to the other. The Configurations are called "UserDB" and "MainDB".</p> <p>Everything works okay until I try to use automatic migration. After creating a new Managed Object Model version, and adding a new attribute to one of the entities in the UserDB Configuration, I get an exception when adding the old version store (for the UserDB related store) to the store coordinator: 'Model does not contain configuration 'UserDB'.' I can find no hits for this error on Google. Anyone out there using multiple stores with Configurations? Anyone have an idea what I might be doing wrong?</p> <p>The stack looks like this:</p> <pre><code>objc_exception_throw -[NSManagedObjectModel isConfiguration:compatibleWithStoreMetadata:] -[NSStoreMigrationPolicy sourceModelForStoreAtURL:metadata:error:] -[NSStoreMigrationPolicy(InternalMethods) _gatherDataAndPerformMigration:] -[NSPersistentStoreCoordinator addPersistentStoreWithType:configuration:URL:options:error:] -[MyAppDelegate persistentStoreCoordinator] </code></pre> http://stackoverflow.com/questions/1771842/code-to-record-a-screencast-in-macos 0 Code to record a screencast in MacOS stephanos 2009-11-20T17:01:01Z 2009-11-20T17:01:01Z <p><strong>I need to write a tool that records screen activity on a MacOS desktop and creates a video of it.</strong></p> <p>I'm aware that there are multiple tools available that do this already - yet <em>I need an implementation of my own</em> for various reasons.</p> <p>As the issue is a very broad one I will break it down into the following:</p> <p><strong>a)</strong> What technologies/skills would I need - programming language (Object C?), graphics API ... ?</p> <p><strong>b)</strong> How could I encode the video properly (e.g. Ogg Theora/H.264)?</p> <p>If anyone knows about open source tools and/or tutorials covering this topic (<em>only for MacOS!</em>) please let me know!</p> http://stackoverflow.com/questions/1597383/cgeventtimestamp-to-nsdate 0 CGEventTimestamp to NSDate MyztikJenz 2009-10-20T21:19:53Z 2009-11-20T05:24:49Z <p>I'm simply trying to convert a CGEventTimestamp (which is an unsigned 64-bit integer roughly representing nanoseconds since system startup) into an NSDate. I know there's a way to convert "time since system startup" into either an NSTimeInterval or a date relative to a reference date, but I'm not finding it.</p> <p>How do I convert a CGEventTimestamp into something NSDate will accept? Thanks.</p> <p>(forgot to mention, needs to be 10.5 friendly and avoid Carbon if at all possible)</p> http://stackoverflow.com/questions/1758460/macos-howto-change-the-system-temp-folder-programatically 1 MacOS - howto change the SYSTEM temp folder (programatically) ? Vokuhila-Oliba 2009-11-18T19:30:37Z 2009-11-19T20:30:51Z <p>we need to change the default SYSTEM temp folder for our multiplatform application.</p> <p>The systems default call for getting the SYSTEM temp folder should return the folder we have specified. On MS-Windows this is GetTempPath(). On MacOS the function is called NSTemporaryDirectory() I think.</p> <p>We need to do this because we are running multiple instances of our application at the same time. There are some 3rd party libs which are using non-unique temporary filenames stored in the SYSTEMs temp folder.</p> <p>For Microsoft Windows and for Unix platforms we already have a solution:</p> <pre><code> Microsoft Windows: setenv("TMP", myOwnTempFolder); tmpFolderToUse=GetTempPath(); // use WinOS API call Unix: setenv("TMPDIR", myOwnTempFolder); tmpFolderToUse = getenv("TMPDIR"); </code></pre> <p>but this doesn't work for MacOS(X).</p> <pre><code> MacOS: setenv("TMPDIR", myOwnTempFolder); tmpFolderToUse = NSTemporaryDirectory(); // use MacOS API call </code></pre> <p>The call to NSTemporaryDirectory() always returns the default path afterwards (as without setting a different folder).</p> <p>I have tried to invoke setenv("...") with TMPDIR, TEMP, TEMPDIR, and TMP - but no luck on MacOSX.</p> <p>For clarification: here a multiple instance pseudo-code example as it currently implemented for the Windows OS flavor of our application:</p> <p>instance1:</p> <pre><code>tmp=GetTempPath(); // -&gt; 'C:\User\testing\temp' uuid=getUUID(); // -&gt; 'd7c5df40-d48d-11de-8a39-0800200c9a66' setenv("TMP", tmp + uuid); tmp=GetTempPath(); // --&gt; 'C:\User\testing\temp\d7c5df40-d48d-11de-8a39-0800200c9a66' </code></pre> <p>instance2:</p> <pre><code>tmp=GetTempPath(); // -&gt; 'C:\User\testing\temp' uuid=getUUID(); // -&gt; '435aeb10-d48e-11de-8a39-0800200c9a66' setenv("TMP", tmp + uuid); tmp=GetTempPath(); // --&gt; 'C:\User\testing\temp\435aeb10-d48e-11de-8a39-0800200c9a66' </code></pre> <p>Any advice on how to achieve the same behavior on MacOS would be very apricated.</p> http://stackoverflow.com/questions/1765311/viewing-file-in-binary-in-terminal 0 Viewing File in Binary in Terminal adam_0 2009-11-19T18:04:11Z 2009-11-19T18:20:09Z <p>First things first, I'm on a Mac ssh'ing into a Linux machine via Terminal.</p> <p>I would like to view the contents of a file in the current directory, but in binary. Is there a binary mode for any text editors like VI or Nano or the like?</p> http://stackoverflow.com/questions/1763097/mysql-server-settings 0 MySQL Server Settings Kevin 2009-11-19T12:54:27Z 2009-11-19T13:28:36Z <p>I have a mysql server that gets a lot of users logging in at once. I know in windows you can change the settings so the amount of people logging into the server will be okay on your traffic, but how can you do this on the mac? </p> <p>Thanks</p> http://stackoverflow.com/questions/1757902/is-there-any-assembly-language-debugger-for-os-x 2 Is there any assembly language debugger for OS X? itsaboutcode 2009-11-18T18:00:09Z 2009-11-19T09:18:34Z <p>So i was wondering if there is any? I know afd on windows but not sure anything about mac?</p> <p>And this his how i am using nasam on the following code: nasm a.asm -o a.com -l a.lst</p> <pre><code>[org 0x100] mov ax, 5 mov bx, 10 add ax, bx mov bx, 15 add ax, bx mov ax, 0x4c00 int 0x21 </code></pre> <p>On windows i know a debugger name afd which help me to step through each statement but not sure how i can do this using gdb. </p> <p>And neither i am able to execute this .com file, am i supposed to make some other file here?</p> http://stackoverflow.com/questions/1756143/open-directory-directory-domain-name-on-mac-os-x 0 Open Directory directory domain name on Mac OS X Glen Low 2009-11-18T13:52:34Z 2009-11-19T02:26:33Z <p>I can retrieve the logged in user name using NSUserName(), but how do I get the Open Directory "directory domain name" or other domain he is a member of? i.e. similar to the notion in Windows where a logged-in user is DOMAIN\USERNAME, where DOMAIN is his local machine, workgroup or Active Directory domain.</p> http://stackoverflow.com/questions/1734826/how-do-i-make-a-temporary-backup-of-the-local-datastore-in-the-appengine-sdk-for 0 How do I make a temporary backup of the local datastore in the AppEngine SDK for MacOSX Johan Carlsson 2009-11-14T16:58:40Z 2009-11-19T01:39:32Z <p>How do I make a temporary backup of the local datastore in the AppEngine SDK for MacOSX</p> <p>And where are the files located?</p>