Windows has SetUnhandledExceptionFilter API to enable applications to handle crashes.
Is there something similar for the Mac platform? I didn't find anything like it on developer.apple.com...
Thanks!
...
I've seen several programs which use a UI which looks just like Preview's. I want to do the same thing, so, I figure that there is probably some sample code somewhere that shows how to do that. I don't really need the "customize toolbar" option, although that would be cool. I more just want to know how to get Interface Builder to generat...
I'm about to start a new job where the coding practices are heavily centered around TDD and refactoring, and whose primary development language is Python. I come from the Java world, and have been a confident user of Eclipse for a good, long time. When not working in Java, I use emacs.
I'm looking for an IDE for Python that will give ...
I am developing a ruby on rails app on OSX and I am logged in as an admin user.
On my Windows box I am creating my images, but every time I copy them to the OSX box, the permissions are weak (understandably I guess).
So per photo I keep having to right click, info and give everyone permissions to read and write, or my web server wont s...
I am trying to install Git on Mac OS X Leopard. I'm trying to avoid the MacPorts/Fink route. I'm also trying to avoid the installer on Google because I've gotten very far on my own, but if I have to I'll go ahead and download the installer.
Anyway, I have Git installed. /usr/local/bin/git. The problem is that none of the documentation i...
I am making an application that involves controlling Safari from Applescript. Is there a way in the Terminal (preferred) or Applescript to erase Safari's cookies. Basically I want to the "Reset Safari" item from the menu using the Terminal. Is there a method that can do this?
...
I'm building a Dashboard Widget and I'm attempting to store preferences that persist across "sessions" (i.e., a user closing the widget and opening it again).
I've tried:
function setEmail(event)
{
var preferenceKey = "email";
var preferenceValue = $F("email");
widget.setPreferenceForKey(preferenceValue, preferenceKey);
}
function get...
i have tried VisualSVN server for the PC, and it seems pretty easy to install and use. The only catch is that my PC with Vista does crash, or can become not so responsive sometimes, so I am thinking of using an SVN server on the Mac instead.
is there one on the Mac that is easy to install and is reliable too?
...
I have SVN running on my main windows development box on my home network. I access the server from various development laptops depending on what I'm doing. I also do this with a Mac OS X development laptop but I apparently have to use the IP Address of the SVN Server.
This is causing problems because the IP address of the SVN server ch...
I tried kill -9 698 but the process did not die.
$ ps -ef | grep chromium
502 698 811 0 0:01.24 ?? 0:07.28 /Users/lucius/chromium/src/xcodebuild/Debug/Chromium.app/Contents/MacOS/Chromium
502 854 732 0 0:00.00 ttys001 0:00.00 grep chromium
$ kill -9 698
$ ps -ef | grep chromium
502 698 811 0 0:...
Hi. I'm an extremely amateur programmer; I've done some recreational algorithmics programming, but I honestly have no idea how libraries and programming languages really fit together. I'm supposed to work on a project that requires some image processing, so I've been trying to install PIL for a while, but I haven't been able to.
I went ...
hi, I'm stuck trying to add org.nakedobjects.prototyping : application, the nexus indexer cant find anything. I've realized that in the url text box doesn't contains the http;//repo1.maven.org/maven2/ address, any clues?
I'm using the latest version of eclipse 3.4.2
...
Hi,
I am interested in charting the positions of the planets. If you have any information about API's or other means of accomplishing this on mac osx, I would appreciate a response.
Thanks,
Bill
...
how can i add a custom view to the right click menu of every file in os x finder?
e.g. i want to display the image if it is an image type and do some custom action etc.
is this possible with c or objective-c? if yes how? (without using any available tool)
...
Hi,
I have an existing project which has it own Makefiles. And it compiles find on MacOS.
Is it possible for me to create a new XCode project but without getting it to compile it under XCode, but I still can use Xcode as my debugger?
...
Hi,
How can I switch to use a different gdb client in Xcode on MACOS? Or if this is possible at all?
Thank you.
...
I'm working on a Cocoa project using Core Animation and I've got a custom view that is displayed in two windows. It always shows up in one window, but sometimes does not show up in the other window when I start up the application. So far as I can tell, it is completely random. Here is the code I call when the view is initialized. It ...
Hi!
I've been trying to install PHP5-APC (http://uk.php.net/apc/). I used macports to get this far.
When i run php -m , i get a list of lots of modules including apc, but the apache error log gives out:
PHP Warning: PHP Startup: Unable to load dynamic library '/opt/local/lib/php/extensions/no-debug-non-zts-20060613/apc.so' - (null) i...
As a professional .net developer (at least this is how I earn my money) I wonder if Mono for the Mac is worth a closer look.
I already tried Mono 3 years ago when I first got my iMac but the installation was impossible to master and after half a day I just gave up.
I also got help from a Unix professional but we both were unable to get M...
Hi,
After I run a shell script (which call a bunch a other scripts depend on conditions. which is too complicated to understand), I can execute a command 'gdbclient' at my MacOS terminal.
But when I do 'which gdbclient' and 'alias gdbclient', it shows nothing.
Is there anyway for me to find out what 'gdbclient' is actually doing?
...