• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Bindings and Quartz Composer
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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.


    NSURL *theURL = [[NSURL alloc] initWithString:@"http://blah.com:4321/debug?hash_info=º þ¢„Hƒ³Ísv´RŸÔ…•GÁ"];
    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

  • Follow-Ups:
    • Re: Bindings and Quartz Composer
      • From: Scott Ahten <email@hidden>
    • Re: Bindings and Quartz Composer
      • From: Kevin Ballard <email@hidden>
  • Prev by Date: Re: From Panther to Tiger
  • Next by Date: Re: Bindings and Quartz Composer
  • Previous by thread: Re: How best to archive in CSV format
  • Next by thread: Re: Bindings and Quartz Composer
  • Index(es):
    • Date
    • Thread