Re: Cocoa app screen update issues on Mavericks

2014-01-28 Thread Reaves, Timothy
Simply comment out the third line in that fourth source file, and all will be well. On Tue, Jan 28, 2014 at 2:39 AM, Abhijeet Singh abhi_...@in.com wrote: Hi,Recently I have compiled my application on Mac 10.9 (Mavericks). Screens are stopped updating. Its a multithreading application. GUI is

Re: GNUstep Kickstarter Project

2013-08-15 Thread Reaves, Timothy
No, not really. On Thu, Aug 15, 2013 at 5:02 PM, Lars Sonchocky-Helldorf lars.sonchocky-helld...@hamburg.de wrote: Hi list, I've got this from the lead developer of GNUstep, maybe some of you are interested in this. cheers, Lars Anfang der weitergeleiteten E-Mail: Von:

Re: Why is it wrong to have relationships without an inverse in Core Data?

2013-06-22 Thread Reaves, Timothy
What the docs state that is meaningless (although inaccurate); the Objectice-C manual could very easily state that Objective-C is not a programing language; it is. CoreData is a database. A database need never write anything to a file. There are - in fact - several examples, of all manor, of

Re: Stenography

2012-04-02 Thread Reaves, Timothy
He wants to write an app that will take a picture of shorthand and turn it in to text. On Sun, Apr 1, 2012 at 7:07 AM, Gregory Weston gwes...@mac.com wrote: deoxy t2 wrote: I'm new to the list and new in Objective-C and Apple programming and I have a very timely question, I want to

Re: OCMock in Xcode 4

2011-04-11 Thread Reaves, Timothy
I believe that typically means that a compatible library can not be found; are you sure your framework is built for the target you are trying to use it with? On Sun, Apr 10, 2011 at 1:00 PM, qvacua qva...@gmail.com wrote: Hi, I'm trying to to get OCMock to work with Xcode 4. I created a new

Re: data over USB to iPhone

2011-01-13 Thread Reaves, Timothy
That's not correct. There are Apple approved cables to allow you to do exactly that (there is a serial cable too). But my understanding is the cable itself is not certified by Apple, but the actual usage of the cable. You you can get one of the existing cables and see if you can use it for your

CG: linking two views at different zoom levels

2010-11-27 Thread Reaves, Timothy
I have two views: one displays an image created with CG calls, and in the second one I would like to show a zoomed in version of the same image, centered around where the user has tapped. I am using UIGestureRecognizerDelegate to get the pan gesture, and draw into the second view with the new