I've been doing some work in QC and hit a few stumbling blocks. After
going thru the archives, I see that one can't use the folder images
list or the image downloader within an iterator.
This makes things a bit tricky. I tried to actually load the images
outside the iterator and then place the images into an array or a
structure using the Javascript patch. No such luck. Placing and image
into a Javascript input changes it into NSNull.
Further, for some reason, I can only take one Iterator Variables
inside the iterator. If I try running the "Current Index" to more
than one patch, it reads as 0 to all other patches.
So, the simple question is... Is there any way to get multiple
numbered images into an iteration macro? Would building the structure
in cocoa and then passing it to a published input work?
Any advise warmly welcomed as I'm kind of stuck in my project.