0
votes
1answer
16 views
In applescript, how can I access the keyboard shortcut of a menu item?
I'm trying to figure out the keyboard shortcut (e.g., shift+cmd+S) of a given menu item in Applescript. The "Probe Menu Bar" script has helped me to access the menu items and even …
1
vote
3answers
29 views
Mac OS X 10.5 Apache and Subversion upgrade alternatives
I've found myself down a rabbit hole and would like advice. It looks like Mac OS X 10.5.8 comes bundled with a pre-configured version of Apache 2.2.11 (located in /usr/sbin), PHP …
2
votes
2answers
72 views
Atomic file save on Linux without losing metadata
I'm working on a Perl-based file synchronization tool. It downloads files into a temporary directory (which is guaranteed to be on the same filesystem as the real file) and then m …
1
vote
5answers
50 views
debugging php on mac?
Hi All,
was wondering what was the best way to debug PHP on my local machine. I use MAMP on mac os 10.5
thanks,
Patrick
0
votes
1answer
43 views
Best F# IDE for a Mac
I'm trying to convince a friend of mine to switch from OCaml to F#, however they are programming on a Mac. What is the best F# development experience on top of OS X?
From looking …
3
votes
1answer
72 views
Creating a Cocoa app using C or Perl (NOT Objective-C)
I'm having a hard time understanding how to use Cocoa with either C or Perl.
Background:
I've seen it mentioned in quite a few places that Mac's Cocoa API can be used with C, Perl …
0
votes
1answer
17 views
Applescript to launch iTunes with a specific library
I would like to write an AppleScript that would allow me to launch iTunes with a given Library instead of having to hold down the Option key and browsing for one. I'm already awar …
0
votes
2answers
24 views
Charset and UTF-8 in a downloaded text file on a Mac
We have a PHP/MYSQL application that collects user input, including special characters like ø,ü,ñ, etc Database is capturing them, and they can be seen via PHPmyAdmin. Download on …
0
votes
4answers
30 views
GUI objects not showing in Java on Mac
I've only just begun writing GUI programs, this being my second one. With both projects (both homework assignments) I have had the same issue. The GUI objects (such as JTextField) …
1
vote
3answers
69 views
Updating Python on Mac
I wanted to update my python 2.6.1 to 3.x on mac but i was wondering if its possible to do it using terminal or i have to download the installer from python website?
The reason w …
0
votes
0answers
48 views
Mac Virtualization: Parallels 5 upgrade decision [closed]
Currently using Parallels v4 currently to provide a VM for VS2008 ASP.NET development on Windows 7 for my Snow Leopard MBP.
I got the sales gumph today about going to v5 for mass …
2
votes
1answer
44 views
How to know a device’s name from its device ID in OS X?
Hi all,
I'm writing a program in OS X that receives click events from a mouse and a touchpad. When the user clicks at somewhere, the OS sends the device ID, which is just an int, …
1
vote
2answers
42 views
How do I use NSTreeController, NSOutlineView and Core Data with an “invisible” root item?
I have a Core Data model which consists of a simple tree of a particular entity, which has two relationships, parent and children. I have an NSTreeController managing the model, wi …
3
votes
4answers
86 views
How to display time in seconds in Cocoa efficiently?
I want to display the time (including seconds) in an application in a text field, pretty simple. What I currently do is create a NSTimer that runs every 0.1 seconds that gets the s …
0
votes
3answers
41 views
Can’t Run Netbeans after changing Java to 1.6 on mac
Hello guys
i know i've posting a lot about mac lately and setting up my environment to develop on java 1.6.
after trying to set my etc/launch.conf like so
setenv JAVA_VERSION …
