On Nov 26, 2005, at 4:16 PM, Bernie wrote: > > On 26 Nov 2005, at 22:04, Stu Cram wrote: > >> On Nov 26, 2005, at 9:55 AM, Bernie wrote: >>> I stumbled on a little Quartz example on Apple's developer site and >>> thought it'd make a good FB demo. I'll attach it to this mail but, >>> if it doesn't make it through, it can be download from: >>> <http://homepage.ntlworld.com/bernie.w/YAQD.sit>. I can't be >>> bothered checking which flavour of OS X it needs but I'll take a >>> guess at 10.3. >>> - Bernie >> >> Tried it on OS-X 10.3.9 (Carbon,Appearance) and sadly, it didn't run. >> ---> undefined constants: >> _typeUInt32, _typeQDRectangle, _kWindowCompositingAttribute >> > > > Try sticking these at the top of the QuartzShapes.main > > _typeQDRectangle = _"qdrt" > _typeUInt32 = _"magn" > _kWindowCompositingAttribute = (1 << 19) > > bw Thanks Bernie - that did it. Nice graphics and demo. Great little resource for future. - Stu