0
votes
2answers
131 views
Java Drag and Drop on Mac OS X
I am making a Java program, and one way to load files is to drag the file onto the application window (swing). I have code that works in Windows and Linux. It works in OS X, but the 1st file I drag …
0
votes
0answers
15 views
Metal Toolbar Icon Sizes
I am trying to create rectangular metal toolbar icons for a mac app like the ones seen in Safari, but can't seem to find any information on the pixel size.
Human Interface Guidelines recommends that …
0
votes
0answers
10 views
Programatically instantiating a NSPopUPMenu without a NSPopUpButton with Cocoa OSX
So awhile back I made a cocoa widget that was a button that when pressed, would pop up a popup menu and handle the selection. This was quite trivial using the NSPopupMenuButton class but now I need …
0
votes
1answer
7 views
Replace MacPorts dependency with other package
Is there a way to satisfy a certain port dependency with another package (than the specified one) in MacPorts? More specifically, to use the package XYZ-devel instead of just XYZ for a second port …
0
votes
3answers
15 views
Running MongoDB with Authentication
I am trying to figure out MongoDB in order to evaluate whether it is a route I would like to take for future applications or not. In order to deploy it sensibly on my server, I would have to run it …
1
vote
0answers
17 views
can we build a Mac installer with a delayed restart?
Hi
We have built a Mac OSX installer which includes a driver that support some functinalities, hence we need to restart the machine after the installation. However, i wouldn't want to force it, but …
0
votes
0answers
10 views
Residual/trace in Core Animation & CALayers
I am making an Cocoa app, using Core Animation to create custom UI. However, whenever I drag some layers around, they often leave some "residuals/traces" onto the other layers.
So far, my guess is …
0
votes
1answer
15 views
Ruby, Mac, Geektool question, file access rights?
I have a ruby script that I built in Textmate and can successfully run in Textmate.
I can also successfully run this script straight from the terminal.
The script has this chunk of code in it:
# Get …
0
votes
1answer
28 views
Creating an Python/py2app application that simply opens a terminal on launch?
I've written a nice Python application that is basically an HTTP proxy for SMS modems, and I'd like to make it a double-clickable application on Macs. So far I've been including a .commmand file which …
0
votes
2answers
22 views
Why QuickTime API for Windows
QuickTime provides a set of APIs named "Windows API", as described here.
Its description tells the APIs are used for Windows, but the references also says the APIs are available on OS X 10.3 and …
19
votes
32answers
1k views
Must have tools for an OS X switcher
What must have tools/apps/utilities are recommended for OS X in general, and for a developer using that platform specifically?
2
votes
1answer
17 views
JNI problem on OSX
I'm running into problems using AWT classes on OSX (10.5.8) with Java 6 (1.6.0_17 JVM: 14.3-b01-101).
Trying to load java.awt.Dimension the code just freezes, this happens in Eclipse or from the …
0
votes
5answers
57 views
Sending commands and strings to Terminal.app with Applescript
Hi, I want to do something like this:
tell application "Terminal"
activate
do script "ssh user@server.com"
-- // write user's password
-- // write some linux commands to remote server
end …
1
vote
3answers
326 views
Standard (32/64-bit Universal), WebKit, Flash Plugin and Leopard
I have an Xcode project which builds a Cocoa desktop Browser application.
My Browser links to the standard WebKit.framework on the system (it does not embed its own WebKit.framework).
The "Base …
1
vote
2answers
22 views
Check if Screensaver is Active using Mac Bash Script Command
I've found many useful Bash commands that can execute OS X behaviors from the command line such as:
screencapture -x -C $FILENAME
Is there such a command that can check if the screen saver is …
