Re: NSTextField with an date formatting

2009-02-01 Thread minapre999
I put together a tiny little project & it actually behaves perfectly as it is supposed to! As far as I can tell it is identical to my current project exept it just has the one entity with one attributes and one window with a table view of dates and a couple of text fields. The text fi

Re: NSTextField with an date formatting

2009-02-01 Thread Matt Neuburg
On Sat, 31 Jan 2009 18:04:48 +, minapre999 said: > >I have an NSTextField that is bound to a date in a Core Data program. >The text field has an NSDateFormatter attached to it. All connections >are set up using IB. The odd thing is that the user needs to enter >the date into the text field

NSTextField with an date formatting

2009-01-31 Thread minapre999
I have an NSTextField that is bound to a date in a Core Data program. The text field has an NSDateFormatter attached to it. All connections are set up using IB. The odd thing is that the user needs to enter the date into the text field twice for the text field to correctly update to t