[Pharo-project] OBPane coordinates
Am I hallucinating, or do the OB morph classes use local coordinates e.g. #center reports the distance from the topLeft, which reports 0@0? If this is really happening right now, why is this, and how do I get their global coordinates? Thanks. Sean -- View this message in context: http://forum.world.st/OBPane-coordinates-tp4144519p4144519.html Sent from the Pharo Smalltalk mailing list archive at Nabble.com.
Sean P. DeNigris wrote
how do I get their global coordinates?
self pointInWorld: self center. Still very curious about this... -- View this message in context: http://forum.world.st/OBPane-coordinates-tp4144519p4144553.html Sent from the Pharo Smalltalk mailing list archive at Nabble.com.
Sean P. DeNigris wrote
Still very curious about this...
It was a submorph of a TransformMorph. The class comment of TransformMorph cleared it up. -- View this message in context: http://forum.world.st/OBPane-coordinates-tp4144519p4157322.html Sent from the Pharo Smalltalk mailing list archive at Nabble.com.
participants (1)
-
Sean P. DeNigris