Re: KVO notifications and threads

2008-07-15 Thread Jerry Isdale
have at least three copies of the data shuffling around memory, but hey thats why we buy machines with 2-4 Gb of ram. and multiple processors/cores that sit idle (or run adobe updater in the background) Jerry Isdale [EMAIL PROTECTED] ___ Coco

Re: KVO notifications and threads

2008-07-11 Thread Jerry Isdale
it would be really nice to make the MVC and KVO play nicely with threads. On Jul 11, 2008, at 11:50 AM, Ken Thomases wrote: On Jul 11, 2008, at 11:30 AM, Jerry Isdale wrote: I have an application whose data model (classes, shared Instances, etc) gets updated by various threads for calcula

KVO notifications and threads

2008-07-11 Thread Jerry Isdale
cycle, and thus we have a combination of these two answers: * invoking thread marks the View for update * MainThread does the update in its next graphics update cycle Jerry Isdale [EMAIL PROTECTED] ___ Cocoa-dev mailing list (Cocoa-dev@lists.appl

Re: Responder Chain and NSViewController in non-doc applications

2008-06-30 Thread Jerry Isdale
On Jun 30, 2008, at 10:12 AM, j o a r wrote: On Jun 30, 2008, at 9:52 AM, Jerry Isdale wrote: Again, the NSViewController doesnt appear in the responder chain, unless it was designated by the initial Event Responder. If it was designated, but doesnt respond, what happens? An Error or

Responder Chain and NSViewController in non-doc applications

2008-06-30 Thread Jerry Isdale
roller is a Responder, but the associated view does not patch it into the responder chain for either event or action responding. Correct? But if my design explicitly specifies the target (connecting IBActions in InterfaceBuilder), I dont have to worry about the Responder chain for actions. C

Contract Job for Cocoa Developer in Simi Valley CA

2008-06-20 Thread Jerry Isdale
ations protocols (RS232, USB, etc), o Network communications (TCP/IP, UDP, etc) · Familiarity with Matlab/Simulink, Real-Time Workshop, and/or LabView a plus · U.S. Citizenship is required Inquires should be directed to [EMAIL PROTECTED] Jerry Isdale Principal Software Engine

Re: creating and using a (Reusable) View xib

2008-06-14 Thread Jerry Isdale
quot;TheView" can be replaced by your class/nib name. To copy it to a new project, create the app as above. But really you probably will be inserting the view into a subview of some view you built Jerry Isdale [EMAIL PROTECTED] ___ Cocoa-d

Re: creating and using a View xib

2008-06-10 Thread Jerry Isdale
different from what you would normally. G. On 11 Jun 2008, at 10:00 am, Jerry Isdale wrote: I'm building up a rather complex UI and would like to design, build, test portions of it as stand alone applications (esp so I can pass subsections to others to build). Initially I started bu

creating and using a View xib

2008-06-10 Thread Jerry Isdale
I'm building up a rather complex UI and would like to design, build, test portions of it as stand alone applications (esp so I can pass subsections to others to build). Initially I started building the apps by creating new Cocoa apps in Xcode3 and using IB to tweak up the MainMenu.xib with