Issue 4182 in pharo: Morphic Halos to select color not working

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
4 messages Options
Reply | Threaded
Open this post in threaded view
|

Issue 4182 in pharo: Morphic Halos to select color not working

pharo
Status: Accepted
Owner: [hidden email]
Labels: Milestone-1.3

New issue 4182 by [hidden email]: Morphic Halos to select color not  
working
http://code.google.com/p/pharo/issues/detail?id=4182

evaluate:

   RectangleMorph new openInWorld

then choose Halo and click the one to "Change color", you get a DNU



MorphicUIManager(Object)>>doesNotUnderstand: #chooseColor:for:
        Receiver: a MorphicUIManager
        Arguments and temporary variables:
                aMessage: chooseColor: (Color r: 0.613 g: 0.903 b: 1.0) for: [:newColor  
| self ...etc...
                exception: MessageNotUnderstood: MorphicUIManager>>chooseColor:for:
                resumeValue: nil
        Receiver's instance variables:
                interactiveParser: nil

RectangleMorph(Morph)>>changeColor
        Receiver: a RectangleMorph(90701824)
        Arguments and temporary variables:

        Receiver's instance variables:
                bounds: 58@124 corner: 108@164
                owner: a PasteUpMorph(425197568) [world]
                submorphs: #()
                fullBounds: 58@124 corner: 108@164
                color: (Color r: 0.613 g: 0.903 b: 1.0)
                extension: a MorphExtension (822345728)
                borderWidth: 2
                borderColor: Color black

HaloMorph>>doRecolor:with:
        Receiver: a HaloMorph(946077696)
        Arguments and temporary variables:
                evt: [117@165 mouseUp 3453250 nil]
                aHandle: a RectangleMorph(155975680)
        Receiver's instance variables:
                bounds: 58@124 corner: 108@164
                owner: nil
                submorphs: an Array(a NameStringInHalo(891813888)'a  
RectangleMorph(90701824)' a...etc...
                fullBounds: 2@94 corner: 165@207
                color: Color transparent
                extension: a MorphExtension (505675776) [other:  (isMagicHalo -> false)]
                target: a RectangleMorph(90701824)
                innerTarget: a RectangleMorph(90701824)
                positionOffset: 39@19
                angleOffset: nil
                growingOrRotating: false
                directionArrowAnchor: nil
                haloBox: 43@104 corner: 123@184
                originalExtent: nil
                nameMorph: a NameStringInHalo(891813888)'a RectangleMorph(90701824)'



_______________________________________________
Pharo-bugtracker mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker
Reply | Threaded
Open this post in threaded view
|

Re: Issue 4182 in pharo: Morphic Halos to select color not working

pharo

Comment #1 on issue 4182 by [hidden email]: Morphic Halos to select  
color not working
http://code.google.com/p/pharo/issues/detail?id=4182

Works in 1.2.1.


_______________________________________________
Pharo-bugtracker mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker
Reply | Threaded
Open this post in threaded view
|

Re: Issue 4182 in pharo: Morphic Halos to select color not working

pharo
Updates:
        Status: FixProposed

Comment #2 on issue 4182 by [hidden email]: Morphic Halos to select  
color not working
http://code.google.com/p/pharo/issues/detail?id=4182

Attached is a fix

Attachments:
        Morph-changeColor.st  417 bytes


_______________________________________________
Pharo-bugtracker mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker
Reply | Threaded
Open this post in threaded view
|

Re: Issue 4182 in pharo: Morphic Halos to select color not working

pharo
Updates:
        Status: Closed

Comment #3 on issue 4182 by [hidden email]: Morphic Halos to select  
color not working
http://code.google.com/p/pharo/issues/detail?id=4182

in 13188


_______________________________________________
Pharo-bugtracker mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker