Jimmie,
DumberMenuMorph is part of the Morphic-Explorer package, there isn't
much to it, see the attached file out ( from a standard 3.9 image ).
Travis
Jimmie Houchin wrote:
> Hello,
>
> I am trying to install the RFB package into Damien's sqMiniDev image
> trying to build a good deployment image for Seaside and Pier which is
> reasonably minimal in resource use. Trying to free up as much memory
> use as I can, so that I can deploy this image on my hosting provider's
> server.
>
> I get an error upon attempt with Package Browser stating that the
> Package depends on DumberMenuMorph.
> Where is DumberMenuMorph? What Package?
>
> And how could I have discovered which Package, myself?
>
> Thanks for any help.
>
> Jimmie
>
'From Squeak3.9 of 7 November 2006 [latest update: #7067] on 12 October 2007 at 9:41:13 am'!
MenuMorph subclass: #DumberMenuMorph
instanceVariableNames: ''
classVariableNames: ''
poolDictionaries: ''
category: 'Morphic-Explorer'!
!DumberMenuMorph commentStamp: '<historical>' prior: 0!
Contributed by Bob Arning as part of the ObjectExplorer package.
!
!DumberMenuMorph methodsFor: 'menu' stamp: 'RAA 6/21/1999 15:40'!
setInvokingView: invokingView
"I'd rather not, if that's OK"! !