Mailing Lists: Apple Mailing Lists

Image of Mac OS face in stamp
 
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Quartzcomposer-dev Digest, Vol 32, Issue 21



help

On 26 oct. 07, at 15:09, email@hidden wrote:

Send Quartzcomposer-dev mailing list submissions to
	email@hidden

To subscribe or unsubscribe via the World Wide Web, visit
	http://lists.apple.com/mailman/listinfo/quartzcomposer-dev
or, via email, send a message with subject or body 'help' to
	email@hidden

You can reach the person managing the list at
	email@hidden

When replying, please edit your Subject line so it is more specific
than "Re: Contents of Quartzcomposer-dev digest..."


Today's Topics:

   1. Re: Placement of hundreds or components (Andrew Larking)
   2. using the log function (Daniel D'Errico)
   3. Re: Image Downloader inside Iterator (Francois Rouaix)
   4. Re: mouse button to trigger actions (Francois Rouaix)
   5. structure of Images in Javascript (Christoph Vogelbusch)
   6. Compatibility of Tiger/Leopard (Christoph Vogelbusch)


----------------------------------------------------------------------

Message: 1
Date: Thu, 25 Oct 2007 22:47:46 +0100
From: Andrew Larking <email@hidden>
Subject: Re: Placement of hundreds or components
To: email@hidden
Message-ID:
	<email@hidden>
Content-Type: text/plain; charset="us-ascii"

Hello.

Yeah, that kinda makes sense but a bit more info or a file would be
nice.  I can put a cube etc into the Iterator, but I get only one
cube!  Something simple I am missing no doubt. :)

A.

Andrew Larking
email@hidden



-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.apple.com/pipermail/quartzcomposer-dev/ attachments/20071025/151a1873/attachment.html


------------------------------

Message: 2
Date: Thu, 25 Oct 2007 15:11:27 -0700 (PDT)
From: Daniel D'Errico <email@hidden>
Subject: using the log function
To: "email@hidden"
	<email@hidden>
Message-ID: <email@hidden>
Content-Type: text/plain; charset="us-ascii"

I could almost swear this one   is gotta be elementary.

I have a piece of javascript ( I finally got this far ) I inserted a Log function into it, so I could see if it ran ok. Simple text does come out.


How do you get this thing to output variable values? I would like to see what I have perking along in there.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.apple.com/pipermail/quartzcomposer-dev/ attachments/20071025/c1aa9ea8/attachment.html


------------------------------

Message: 3
Date: Thu, 25 Oct 2007 20:58:33 -0700
From: "Francois Rouaix" <email@hidden>
Subject: Re: Image Downloader inside Iterator
To: "David Stolarsky" <email@hidden>
Cc: email@hidden
Message-ID:
	<email@hidden>
Content-Type: text/plain; charset=ISO-8859-1

It has been reported several times on this list that the image
downloader won't work inside an iterator. Personally I've used
multiple copies of the image downloader as a partial workaround (see
the qtz from the widget at www.scrollring.com)
--f

On 10/24/07, David Stolarsky <email@hidden> wrote:
I have RSS Feed grabbing a list of image URL's, that part works fine, I can
manually cycle the index and see all the different images.


When I put the Image Downloader inside an Iterator (which iterates through
the RSS results), and use Iterator Variables[Index] to get the current image
URL, it draws 45 images (correct number) but they are all the same (image
zero). I can manually put any number between [0, 44] and get the right
image, but when I use the Iterator Index I can only get the first image 45
times. I messed with the Image Downloader settings (like "Use Cache") to no
avail.


Any pointers? Is this a bug? If so, will it be fixed in (OMG 2 days until)
Leopard? Is there even a new QC in Leopard?
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Quartzcomposer-dev mailing list
(email@hidden)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/quartzcomposer-dev/ email@hidden


This email sent to email@hidden




------------------------------

Message: 4
Date: Thu, 25 Oct 2007 21:03:39 -0700
From: "Francois Rouaix" <email@hidden>
Subject: Re: mouse button to trigger actions
To: "aaron speard" <email@hidden>
Cc: email@hidden
Message-ID:
	<email@hidden>
Content-Type: text/plain; charset=ISO-8859-1

Javascript is your friend there. I've used the position of the mouse
combined with the movement to implement something akin to scrollbars.
You can find this is the .qtz of my scrollring widget
(www.scrollring.com).
--f

On 10/24/07, aaron speard <email@hidden> wrote:
So I'm trying to get a mouse button press (or press and hold) to
trigger an action. Specifically, I'd like to trigger color changes if
a button is clicked, or while it is held down. Is this possible? I was
looking at the patches and nothing popped out to me of how to read
that boolean and translate it into an action. Also, I have the x and y
coordinates of the mouse mapped to the x-y translation and noticed
that sometimes if I click the mouse button the point of particle
generation stays for a bit where the mouse click occured. Is there a
way to disable that?


thanks,
Aaron
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Quartzcomposer-dev mailing list (Quartzcomposer- email@hidden)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/quartzcomposer-dev/ email@hidden


This email sent to email@hidden



------------------------------

Message: 5
Date: Fri, 26 Oct 2007 15:05:31 +0200
From: Christoph Vogelbusch <email@hidden>
Subject: structure of Images in Javascript
To: email@hidden
Message-ID: <email@hidden>
Content-Type: text/plain; charset="us-ascii"

Hi,

I created an Quartz Composition that is fed from the outside with an
array of images.
For testing purposes I would like to have such an array even when
running in Quartz Composer.
I tried creating an Array in a Javascript patch, in different ways,
but always end up with an structure of "null" elements.
I tried

outputs[0] = inputs;

and

images = new Array(5);

for (i=0;i<5;i++) {
	images[i] = inputs[i];
}

outputs[0] = images;

Why is this not working? How can I create a structure of images?

All the best
    Christoph

P.S.: I'm using Quartz Composer under Tiger since I get compatibilty
problems under Leopard.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/pkcs7-signature
Size: 2435 bytes
Desc: not available
Url : http://lists.apple.com/pipermail/quartzcomposer-dev/ attachments/20071026/8bddc795/smime.bin


------------------------------

Message: 6
Date: Fri, 26 Oct 2007 15:08:59 +0200
From: Christoph Vogelbusch <email@hidden>
Subject: Compatibility of Tiger/Leopard
To: email@hidden
Message-ID: <email@hidden>
Content-Type: text/plain; charset="us-ascii"

Hi,

I recently installed Leopard on my system, but all my old tiger
compositions have an incompatibility flag for Tiger under Leopard.
Does that mean I have to keep a working copy of Tiger to produce full
featured quartz compositions that work on both?
Is there  a way to run the old Quartz Composer under Leopard?
Or is there away to create full featured - tiger compatible QCs under
Leopard?

All the best
Christoph
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/pkcs7-signature
Size: 2435 bytes
Desc: not available
Url : http://lists.apple.com/pipermail/quartzcomposer-dev/ attachments/20071026/a18e3157/smime.bin


------------------------------

_______________________________________________
Quartzcomposer-dev mailing list
email@hidden
http://lists.apple.com/mailman/listinfo/quartzcomposer-dev


End of Quartzcomposer-dev Digest, Vol 32, Issue 21 **************************************************

_______________________________________________ Do not post admin requests to the list. They will be ignored. Quartzcomposer-dev mailing list (email@hidden) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/quartzcomposer-dev/email@hidden

This email sent to email@hidden


Visit the Apple Store online or at retail locations.
1-800-MY-APPLE

Contact Apple | Terms of Use | Privacy Policy

Copyright © 2007 Apple Inc. All rights reserved.