Bindings and Quartz Composer
Bindings and Quartz Composer
- Subject: Bindings and Quartz Composer
- From: Julian <email@hidden>
- Date: Mon, 16 May 2005 18:13:34 -0400
Hi, ok I have a qtz with a published port key named "XML". ALl is good and if I bind that to an NSTextField I can past my xml data and press enter and the rendering updates. However this is not the case I wish to use. I am fetching data from a url, so my question is, how can I bind an NSString to this input? Here is what I have so far.
  NSString *theData = [[NSString alloc] initWithContentsOfURL:theURL];   [theURL release];    /** here is where I would like to bind the data to an nsstring and update the rendering */   //[theData bind:@"value" toObject:_quartzController withKeyPath:@"XML.value" options:nil];
  [theData release];
Thanks in advances, ~J |
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden