Re: Animation along a curve w/scale & alpha & orientation

2015-11-20 Thread Eric E. Dolecki
I discovered that little gem and it works quite well. I've whipped up a solution. My delay of animation to put space between images seems hackish. If there is a different way I would love to hear it. Here is the gist of my code (a class for Counting Sheep ;)) It's not too long or I'd hesitate to p

Re: [OT] Good XML Viewer App for Mac

2015-11-20 Thread Jens Alfke
> On Nov 20, 2015, at 5:20 AM, Dave wrote: > > Could anyone recommend an XML Viewer for Mac? I just need to open XML text > files are have it format the text sensibly. I’ve tried a couple from the Mac > App Store but I couldn’t get then to work properly and requested a refund….. TextMate (fre

Re: Animation along a curve w/scale & alpha & orientation

2015-11-20 Thread Puneet Bhardwaj
Try setting rotationMode = kCAAnimationRotateAuto on the KeyframeAnimation If you can translate the values along the path to angles, you can apply affine rotate transform to the image to orient it to the path. Alpha value might be a function of angle too. Regards, Puneet On Thursday, November 19

Re: [OT] Good XML Viewer App for Mac

2015-11-20 Thread David Delmonte
I like Xmplify. But if this is a one time task, there are web based services that are free.. Sent from my iPad On Nov 20, 2015, at 08:20, Dave wrote: Hi All, Could anyone recommend an XML Viewer for Mac? I just need to open XML text files are have it format the text sensibly. I’ve tried a c

Re: [OT] Good XML Viewer App for Mac

2015-11-20 Thread Alex Zavatone
Would Textmate be recommended here? Sent from my iPhone > On Nov 20, 2015, at 8:47 AM, Charles Jenkins wrote: > > I don’t remember where I got the script, but I use TextWrangler in > conjunction with an XML formatter script to view XML documents. > > -- > > Charles > > On November 20, 2015

Re: [OT] Good XML Viewer App for Mac

2015-11-20 Thread Charles Jenkins
I don’t remember where I got the script, but I use TextWrangler in conjunction with an XML formatter script to view XML documents. --  Charles On November 20, 2015 at 08:22:46, Dave (d...@looktowindward.com) wrote: Hi All, Could anyone recommend an XML Viewer for Mac? I just need to open XML

[OT] Good XML Viewer App for Mac

2015-11-20 Thread Dave
Hi All, Could anyone recommend an XML Viewer for Mac? I just need to open XML text files are have it format the text sensibly. I’ve tried a couple from the Mac App Store but I couldn’t get then to work properly and requested a refund….. All the Best Dave __