I'm new to Objective C, but not so new to Quartz Composer and i'm having the 
following problem:

The following works perfectly:
[myqcView setValue:@"some Value" forInputKey:@"publishedStringInput"];

But when I'm trying to send a pulse from my AppController to the myqcView it 
doesn't seem to work:
[myqcView setValue:[NSNumber numberWithBool:YES] 
forInputKey:@"publishedBoolInput"];
[myqcView setValue:[NSNumber numberWithBool:NO] 
forInputKey:@"publishedBoolInput"];

This also doesn't seem like the right solution for it. Of course I could set a 
Float and append a Number Watcher to it, but i'd like to know the correct way 
to do this...


Thanks, Julian. _______________________________________________
Do not post admin requests to the list. They will be ignored.
Quartzcomposer-dev mailing list      ([email protected])
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/quartzcomposer-dev/archive%40mail-archive.com

This email sent to [email protected]

Reply via email to