[Pharo-project] Cannot add halos to selected morph in 1.1 #11368
If you evaluate BorderedMorph new borderColor: Color red; borderWidth: 10; openInWorld. in PharoCore1.1ALPHA #11368 in Win32 and if you want to add halos to this morph to remove it easily, the halos are added to the world PasteUpMorph and you would need to figure a way to remove it programatically. Cheers, Hernán
Alt+Shift+Click displays the halos on that particular morph on my system. Lukas On 24 May 2010 19:01, Hernán Morales Durand <hernan.morales@gmail.com> wrote:
If you evaluate
BorderedMorph new borderColor: Color red; borderWidth: 10; openInWorld.
in PharoCore1.1ALPHA #11368 in Win32 and if you want to add halos to this morph to remove it easily, the halos are added to the world PasteUpMorph and you would need to figure a way to remove it programatically. Cheers,
Hernán
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
-- Lukas Renggli www.lukas-renggli.ch
Thanks, I was very used to the right click :) Hernán 2010/5/24 Lukas Renggli <renggli@gmail.com>:
Alt+Shift+Click displays the halos on that particular morph on my system.
Lukas
On 24 May 2010 19:01, Hernán Morales Durand <hernan.morales@gmail.com> wrote:
If you evaluate
BorderedMorph new borderColor: Color red; borderWidth: 10; openInWorld.
in PharoCore1.1ALPHA #11368 in Win32 and if you want to add halos to this morph to remove it easily, the halos are added to the world PasteUpMorph and you would need to figure a way to remove it programatically. Cheers,
Hernán
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
-- Lukas Renggli www.lukas-renggli.ch
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
participants (2)
-
Hernán Morales Durand -
Lukas Renggli