Re: NSDateFormatter not working on iOS 5.

2011-11-11 Thread Νικόλας Τουμπέλης
Hi Kin, I've tried the snippet in both Mac OS X and iOS and found that it still works. What are you doing prior to calling dateFromString: ? Thanks, Nick On 11 Νοε 2011, at 10:13 π.μ., Kin Mak wrote: The following code used to work fine prior to iOS 5. The dateFromString method seems to

Re: NSDateFormatter not working on iOS 5.

2011-11-11 Thread Νικόλας Τουμπέλης
. The dateFromString method seems to stop working on iOS 5 and always returns null. 2011/11/11 Νικόλας Τουμπέλης nicktoumpe...@gmail.com: I've tried the snippet in both Mac OS X and iOS and found that it still works. What are you doing prior to calling dateFromString: ? Kin, Does

KeychainCore: Crashes related to SSL?

2009-02-28 Thread Νικόλας Τουμπέλης
Hello, I'm writing a Mac application that connects to a server over https. I get random crashes that appear to be linked to how the KeychainCore handles SSL. This is the offending thread: Thread 2 Crashed: 0 libstdc++.6.dylib 0x9128fa03 __dynamic_cast + 15 1 com.apple.security

Re: Porting from Windows to Mac

2008-10-30 Thread Νικόλας Τουμπέλης
I haven't done any porting between the two platforms, but I have worked with both for some time. It's not easy to port such an application and be prepared to rewrite most of the code (not counting the learning curve). All the GUI stuff, you have to separate from the model, in order to have a

Re: Porting from Windows to Mac

2008-10-30 Thread Νικόλας Τουμπέλης
You are aware that MFC (1992) is younger than NextStep (1988)? ;-) I was mostly referring to the Mac OS X user interface..., And if age is a criteria, we should always prefer Carbon over Posix. True :) - Nick email: [EMAIL PROTECTED] twitter: macsphere

Re: Cocoa et al as HCI usability problem

2008-05-18 Thread Νικόλας Τουμπέλης
As a (relatively) newcomer to Cocoa and generally far less experienced than most of the people that have responded so far, here are my 2 cents. Cocoa and Objective-C are no more difficult or obscure than any other popular OO framework out there. I made the transition from .NET as easily as I had