I've not tried the String with URL patch myself but a typical trick if there is no "Refresh/Update" input is to temporarily set the URL input to some other value for a single frame, then set it back to the URL you want to refresh. This is usually enough to cause a reload of the data, unless there is some sort of caching involved (which there could well be, I wouldn't know).
Taking your OSC trigger and putting it into a multiplexer's input is one easy way of temporarily switching an input on a signal:
<<inline: pastedGraphic.png>>
Also, if you do this you might have to handle the fact that the output from that loader will be stale/null/problematic during the time you set it to some other value.
A. On 7 Oct 2008, at 11:00, Ali Demirel wrote:
I have created a Quartz Composition using the Kineme String With URL patch, displaying the text at a certain URL using that Kineme patch. However, that text information on the specified web site changes at certain moments and I want the QC to refresh the view when it happens. I can observe that changing moment via OSC but I can't figure out a way to order a refreshment. Any ideas?Thanks, Ali Demirel www.magnetmus.net <identified1.qtz> _______________________________________________ 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/adrian%40clayinteractive.co.uk This email sent to [EMAIL PROTECTED]
_______________________________________________ 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]

