2014-12-14 11:04 GMT+01:00 stepharo <stepharo@free.fr>:
Hi peter

in which version of Pharo are you?
I cleaned a lot menu in 40 so this is probably related.
Do you have an example I could execute?

Yes this happens on Pharo 4.

ApplicationWithToolbar new openWithSpec
then, open the "File"-menu
-> MenuMorph(Object)>>doesNotUnderstand: #activatedFromDockingBar:

��

Stef


Hi,

I've encountered a problem with submenus in Spec's MenuModel. When opening a submenu it throws MNU MenuMorph>>activatedFromDockingBar:.
It can be reproduced by opening "ApplicationWithToolbar new openWithSpec" and clicking on "File"
I'm not familiar with the internals of Morphic so I do not know what the issue is.

Also there seems to be some TxApplicationWithToolbar; is TX something I should be aware of? E.g. something that is going to replace Spec or something?
No I think that this is probably a Application for TxText. No Idea that it was there.

Thanks,
Peter