Re: Updating multiple NSViews[solved]
Re: Updating multiple NSViews[solved]
- Subject: Re: Updating multiple NSViews[solved]
- From: Phil Curry <email@hidden>
- Date: Thu, 11 Mar 2004 09:25:16 -0800
Usually I catch my stupid questions right after hitting the 'send'
button. This time it wasn't until I tried to answer your questions.
I was sending all of 1's data to it to be displayed then all of 2's
data,... Rather than a loop that sent the data out round-robin.
Thanks.
-Phil
On Mar 10, 2004, at 1:57 AM, Allan Odgaard wrote:
On 10. Mar 2004, at 6:11, Phil Curry wrote:
But... duh... seems I may have bitten off a bigger bite than I
thought. I need to have all 6 NSViews update the data they are
plotting simultaneously. Imagine 6 strip graphs running together on
the same page. That's what I'm trying to do. What I have are 6 graphs
that run perfectly, one after another.
I'm looking for suggestions as to which direction to head off in.
Don't really understand... what do you mean by "one after another"? Is
there a delay between 1 and 2 and then between 2 and 3, ... etc.? and
is this delay artificial or is it because it takes that long to redraw
one graph?
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.