Tagged Questions

0
votes
1answer
30 views

Does Apples UI define Drag&Drop in menus and/or context menus for menu items

I'm trying to update my GUI a little bit but don't want to run into porting problems later next year when a native Cocoa Port will be started. On Windows/Linux it is common to dra …
0
votes
4answers
30 views

Cross browser test

Hello, I use Windows OS, how can I test websites in safari (Mac OS), it's possible to test online or another way ? Thanks
0
votes
3answers
46 views

Making a Cocoa App Pop Up a Widget instead of a Window

I have never made an app using XCode and Cocoa but I think following these instruction: http://developer.apple.com/Mac/library/documentation/GraphicsImaging/Reference/IKImagePicke …
1
vote
1answer
56 views

Cocoa: Return to previous active application?

Hi, is there a way to capture application that was previously active, before my application was brought to front by user? I've tried to this in applicationWillBecomeActive: delega …
0
votes
0answers
17 views

Mac OS X port crashes in pthread_setspecific in glibstdc++ vsnprintf - how to troubleshoot?

I'm testing a Mac OS X port of my multithreaded server. It starts up, but it dies in vsnprintf soon after the first client request is taken by a worker thread. It seems that vsnp …
2
votes
4answers
34 views

Are there any HTTP/HTTPS interception tools like Fiddler for mac os X?

Hi all, I would want to ask you if you know any application like fiddler but for mac os x , i need to debug some requests from google earth in mac os x. i used to do it with fiddl …
0
votes
2answers
18 views

Cakephp console (bake) on Mac OS with Mamp : database connection error

Hi I am trying to do the Simple Acl controlled Application tutorial in the cakephp cookbook. The idea is : Making Databases CREATE TABLE users ( id INT(11) NOT NULL AUTO_INCR …
0
votes
2answers
29 views

how can I fix xcode compiling everything all the time ?

Hi, I've started to use XCode and it seems to work, well, most of it. The annoying thing is it compiles all the source files, even those that didn't change, each and every time. …
1
vote
4answers
199 views

How do I get the full path for a filename command-line argument?

I've found lots of libraries to help with parsing command-line arguments, but none of them seem to deal with handling filenames. If I receive something like "../foo" on the command …
0
votes
2answers
24 views

I am not getting text macro completion in latest xcode (3.2.1)

I recently upgraded my machine from Leopard to Snow Leopard. Also I installed the latest Xcode 3.2.1 for Snow Leopard. Currently I am not getting code completion for built-in mac …
0
votes
3answers
62 views

can’t start mysql on mac OS X getting mysql.sock connection error

I'm trying to get mysql running on my mac. I used macports for the initial install but can't get past this mysql socket error. Note: macports appends the version number to commands …
0
votes
1answer
50 views

tomcat startup script permission on mac os x

hello people i'm struggling with a mac os x 10.5.8 that i've started using recently for development.i successfully installed tomcat and create launchd.conf for my environment vari …
0
votes
3answers
46 views

How to get an string representation from an NSDecimal without any formatting?

For example, I have an NSDecimal myDecimal. Lets say it represents something like "-1234567.89" How can I get a clean string representation of that decimal without any beautificat …
10
votes
7answers
135 views

What should I be reading for intermediate Cocoa programming instruction?

I'm looking for reading material to bridge the gap between "read Hillegass multiple times" and "productive Cocoa programmer". What materials do you suggest? I am not particularly …
1
vote
2answers
60 views

How do I find the data segment of Mac OSX executable with Perl?

I'm writing a tool in Perl that needs to scan for certain binary patterns inside an executable file on a Mac OSX. To avoid getting very many false positives, I want to restrict my …

1 2 3 4 5 11 next
15 30 50 per page