MathMorphs

Oca Emilio squeak-dev at lists.squeakfoundation.org
Tue Oct 15 14:05:56 UTC 2002


Hi,

> -----Mensaje original-----
> De: Doug Mair [mailto:	]
> Enviado el: Lunes, 14 de Octubre de 2002 11:27
> Para: squeak-dev at lists.squeakfoundation.org
> Asunto: Re: MathMorphs
> 
> 
> I can get some of the Morphic Wrappers to work, but not all. 
> 
> If I type on air:  3 at 5          This gives me a point.
That's Ok
 
> If I type on air:  '1 1 0 1' asTuple  Nothing happens.
Try typing: #( 1 1 0 1 )
If exploreComplexMorphicWrappers is set on MorphicWrappers Preferences you
should see the array explored, If it is set off you should see just #( 1 1 0
1 )

 
> If I type a classe name on air, I get a rectangle with
> the name of the class in it.  The book says that I
> should get the name of the class, and a list of all
> the methods in the class.
That's a ClassMorphicWrapper. Right clicking (on Windows) you could get what
you want
I added the 'add Instance variable' option. 
RequestBox and Wrapped Strings don't do very well together, I have a fix for
that too.
I was waiting to get in contact with any MathMorph team in order to get my
changes reviewed first before releasing, but I can post you the .cs if you
like.


> It seems like some of the Morphic Wrappers are working
> but not all.
Besides the RequestBox-String problem. I feel that all the rest is ok.
Cheers


	Emilio
 
> I looked at the CS file and didn't see any DoIt's
> there.
> 
> 
> Thanks,
> Doug Mair
> 
> --- yampa at mindspring.com wrote:
> > 
> > 
> > On Thu, 10 Oct 2002 18:18:09 -0700 (PDT) Doug Mair
> > <dmair5 at yahoo.com> wrote:
> > 
> > 
> > > Here are my questions:
> > > 1)  Morphic Wrappers and Math Morphs don't seem
> > > to
> > > work correctly.  Does anyone have a current
> > > version of
> > > these.
> > > 
> > 
> > Is it a problem loading morphic wrappers?  I had a
> > problem loading morphic
> > wrappers. What I did to fix it was browse the change
> > set, and eliminate any
> > "do it" line, and load the rest.  
> > 
> 
> 
> __________________________________________________
> Do you Yahoo!?
> Faith Hill - Exclusive Performances, Videos & More
> http://faith.yahoo.com
> 



More information about the Squeak-dev mailing list