2010/4/6 Carla F. Griggio
<carla.griggio@gmail.com>
Hello!
I was fooling around with the latest rc3 image and I tried to use the "show actions" option in the menu of a SystemWindow and got this:
MessageNotUnderstood: ToolSet class>>openMessageList:name:autoSelect:
ToolSet class(Object)>>doesNotUnderstand: #openMessageList:name:autoSelect:
SystemWindow(Morph)>>showActions
[] in ToggleMenuItemMorph(MenuItemMorph)>>invokeWithEvent:
BlockClosure>>ensure:
CursorWithMask(Cursor)>>showWhile:
ToggleMenuItemMorph(MenuItemMorph)>>invokeWithEvent:
ToggleMenuItemMorph(MenuItemMorph)>>mouseUp:
ToggleMenuItemMorph(MenuItemMorph)>>handleMouseUp:
MouseButtonEvent>>sentTo:
...
This is the code in SystemWindow>>showActions:
Actually, it is Morph >> showActions�� ;)
ToolSet openMessageList: list name: 'Actions of ' , self printString autoSelect: false
Shouldn't the last line be�MessageSet openMessageList: list name: 'Actions of ' , self printString autoSelect: nil ? I tried it and it seemed to work OK, although I never tried that option before so I don't know what was it's original behaviour.
I think your change is correct and it works.
It is funny it is almost the first time in my life I do a ctrl + click hahaha� I saw that menu one or two times in my life :)
Even more, I checked and it is broken since, at least, Squeak 3.9 haha
So..Carla, can you open a bug ticket and submit the fix ?
http://www.pharo-project.org/community/issue-tracking
Thanks� and good catch!
Mariano
�
_______________________________________________
Pharo-project mailing list
Pharo-project@lists.gforge.inria.fr
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project