On 25.11.2011 22:18, Helene Bilbo wrote:
Denis Kudriashov wrote
Can I turn on halos. And is rotating morphs supported in pharo?
I love the rotating Morphs in Squeak! I found the functionality still in Pharo, but only in RectangleMorph. But it seems to work fine to just copy the methods from the t-rotating category of RectangleMorph back into Morph.
So Browsers can be rotated again, while you type text into them :)
I think itâs a very important feature, even if it is of no professional use. really.
Best regards, Helene.
Yes, it's possible, see Transform/Transformation morphs which are still there. Be aware though, if invalidating the morph often enough (say, resizing without fastDrag), it will generate enough garbage through temporary bitmaps that the garbage collector gets stressed out and the image can "hangs". http://forum.world.st/Canvas-transform-bug-when-rendering-text-td1754208.htm... I imagine this will be much simpler and easier to do in a path-based Canvas like Athens. Cheers, Henry