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
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
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
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
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
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
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
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
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