> Hi, this is my first post in the Pharo group. Welcome :)
> I'm developing a simple Text Editor with some nice features as a way to > understand how Spec works. It seems that Spec will be the default UI > framework from Pharo 3 onwards, I know it's changing and evolving but I'll > take the risk. Super! > The problem I'm facing is that I'm lost at trying to add a "Save as..." > option in the menu. > It seems that Spec is still using the Morphic MenuMorph>>ToggleMenuItemMorph > but it's not clear to me hoy to add this item. > On the other hand, inspecting the ComposableModel class, it seem that in the > future this will be done directly in Spec as suggested by the > ComposableModel>>addMenuItemsToWindowMenu: > But so far that method simply says "do nothing". > Any help? > Thanks in advance > Cheers > Nacho > > > > -- > View this message in context: > http://forum.world.st/Building-a-simple-UI-with-Spec-Problem-with-menus-tp4718881.html > Sent from the Pharo Smalltalk Users mailing list archive at Nabble.com. >
