Hi, I am a newbie and this is my first Smalltalk learning effort. I have downloaded Pharo-1.0-10508-rc2 and it is working fine so far. I just want the system to display all the Shared Tabs. So, when I click Configuration -> show shared tabs menu option I get this error: ======================================================================= MessageNotUnderstood: Project>>currentToggleFlapsSuppressed Project(Object)>>doesNotUnderstand: #currentToggleFlapsSuppressed [] in ToggleMenuItemMorph(MenuItemMorph)>>invokeWithEvent: BlockClosure>>ensure: CursorWithMask(Cursor)>>showWhile: ToggleMenuItemMorph(MenuItemMorph)>>invokeWithEvent: ToggleMenuItemMorph(MenuItemMorph)>>mouseUp: ToggleMenuItemMorph(MenuItemMorph)>>handleMouseUp: MouseButtonEvent>>sentTo: ToggleMenuItemMorph(Morph)>>handleEvent: MorphicEventDispatcher>>dispatchDefault:with: MorphicEventDispatcher>>dispatchEvent:with: ToggleMenuItemMorph(Morph)>>processEvent:using: MorphicEventDispatcher>>dispatchDefault:with: MorphicEventDispatcher>>dispatchEvent:with: MenuMorph(Morph)>>processEvent:using: MenuMorph(Morph)>>processEvent: MenuMorph>>handleFocusEvent: [] in HandMorph>>sendFocusEvent:to:clear: [] in PasteUpMorph>>becomeActiveDuring: BlockClosure>>on:do: ======================================================================= How do I get around this issue to have Pharo display the Shared Tabs? Any help is really appreciated. Thanks.