Contribute  :  Calendar  :  Advanced Search  :  Site Statistics  :  Directory  :  Files to download  :  Links for developers  :  Privacy policy  :  Web Resources  :  Polls  
    MacOSX Guru Site Information, tips and tricks, FAQ for Mac OS X developers    
 Welcome to MacOSX Guru Site
 Monday, September 06 2010 @ 10:49 PM CEST

Is there any alternatives to Apple's crash reporter ?

  View Printable Version 
Cocoa Development FAQNot being able to send the crash report directlty to the developer, no way to add specific information…
they are a number of limitation with Apple's solution…
Any other solutions ?
 
read more (313 words) Post a comment
Comments (0)

Emulating modifiers keys ?

  View Printable Version 
Cocoa Development FAQWe handle an external UI input device and want some controls on this device to emulate standard modifiers keys of the keyboard, how to ?
 
read more (24 words) Post a comment
Comments (0)

How to prevent an application to become active when clicking in a window ?

  View Printable Version 
Cocoa Development FAQHow to prevent a click in a window of a background app to make that window and the application its belogns to, to become active ?
 
read more (27 words) Post a comment
Comments (0)

try/catch/throw/finally example?

  View Printable Version 
Cocoa Development FAQCan someone provide an example of the use of @try, @catch, @throw, @finally, in Objective-C ?
 
read more (83 words) Post a comment
Comments (0)

[NSURL path] returning nil ?

  View Printable Version 
Cocoa Development FAQWhen percent escaping some accentued characters in string constants passed to the URLWithString method, the path method returns nil… what's happening here ?
 
read more (38 words) Post a comment
Comments (0)

catch_exception_raise not called ?

  View Printable Version 
Cocoa Development FAQWhen implementing my own exception handling code in a Cocoa application using Mach-O low level calls to set my own excpetion handling thread, my catch_exception_raise is never called…
But when I use ligsigsegv as a library, it works !?
Any idea why ?
 
read more (58 words) Post a comment
Comments (0)

NSBorderlessWindowMask and key events

  View Printable Version 
Cocoa Development FAQWhen a window is created with NSBorderlessWindowMask, it doesn't receive key events anymore.
How to solve that ?
 
read more (65 words) Post a comment
Comments (1)

How to retrieve currencies list and associated information ?

  View Printable Version 
Cocoa Development FAQIs it possible and how, to to retrieve the currencies list available in the International Preference pane ?
 
read more (183 words) Post a comment
Comments (0)

Why NSLog of [someObject class] may generate crashes ?

  View Printable Version 
Cocoa Development FAQWhy NSLog(@"%@",[someObject class]) may crash an application ?
 
read more (41 words) Post a comment
Comments (0) Trackbacks (0)

How to save a bitmap as a 8-bit gray scale PNG file with Cocoa ?

  View Printable Version 
Cocoa Development FAQWhen creating a 8-bits gray scale off-screen image by manually drawing in it,
it always turn out to be a 24-bits one when saved to disk using:
- (NSData *)representationUsingType:(NSBitmapImageFileType)storageType properties:(NSDictionary *)properties.

Any clue ?
 
read more (184 words) Post a comment
Comments (0) Trackbacks (0)
 Copyright © 2010 MacOSX Guru Site
 All trademarks and copyrights on this page are owned by their respective owners.
Powered By Geeklog 
Created this page in 0.10 seconds