Petr Mifek

Show:

What's happening?

  • Comment: no transform or sublayerTransform wrapping in CALayer

    Ok, of course that was using the trunk version, but the behavior is the same for the Leopard stock install: >>> m._.transform = t Traceback (most recent call last): File "", line 1, in File "/System/Library/Frameworks/Python.framework/Versions/2.5/Extras/lib/python/PyObjC/objc/_convenience.py", line 141, in __setattr__ return self.__object.setValue_forKey_(value...

    2009-02-09 18:21:40 UTC in PyObjC

  • Comment: no transform or sublayerTransform wrapping in CALayer

    Works here (stock leopard 10.5.6]: >>> m >>> t = CATransform3DMakeRotation(0.4, 0,0,1) >>> m.setTransform_(t) >>> m.setSublayerTransform_(t) transforms the CALayer m as expected. Truth is that the convenience m._.XXX methods don't work: >>> m._.transform

    2009-02-08 23:37:27 UTC in PyObjC

About Me

  • 2005-02-28 (5 years ago)
  • 1229293
  • pmifek (My Site)
  • Petr Mifek

Send me a message