[BUG] Magritte and MorphicWrapper does want different asMorph method.

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
6 messages Options
Reply | Threaded
Open this post in threaded view
|

[BUG] Magritte and MorphicWrapper does want different asMorph method.

Chun, Sungjin
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hi,

For example, Object>>asMorph is defined
  in Magritte:
        asMorph
        ^ self description asMorphOn: self
  in MrophicWrapper
        asMorph
        ^ self morphicWrapperClass on: self
.

Because of this, after loading Magritte, MorphicWrapper's
tab-and-code-voila! does not work :-)

Any fix or suggestion for me?

Thanks.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2.2 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFFNIQhQqspS1+XJHgRAsxsAJ9GPluNYgrO/X7+eJDbmXnVXDBlrwCg3kkR
MU6xrDeSjsGuUXy8gog/Huw=
=/9CX
-----END PGP SIGNATURE-----

Reply | Threaded
Open this post in threaded view
|

Re: [BUG] Magritte and MorphicWrapper does want different asMorph method.

Lukas Renggli
> Because of this, after loading Magritte, MorphicWrapper's
> tab-and-code-voila! does not work :-)
>
> Any fix or suggestion for me?

Some of the possibilities:

- use classboxes: <http://www.iam.unibe.ch/~scg/Research/Classboxes/>

- unload Magritte-Morph

- unload MorphicWrapper

- rename #asMorph in one of the packages

Cheers,
Lukas


--
Lukas Renggli
http://www.lukas-renggli.ch

Reply | Threaded
Open this post in threaded view
|

Re: [BUG] Magritte and MorphicWrapper does want different asMorph method.

Chun, Sungjin
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Lukas Renggli wrote:
> - unload Magritte-Morph

How can I unload Magritte-Morph? I've installed with mcz package.

> - rename #asMorph in one of the packages
This seems more productive :-)

Thank you.

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2.2 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFFNIdYQqspS1+XJHgRAmJMAKCx+ujDVoHYP8c2WuAbsHiig5ApigCgzPAL
LuhGX6DLCMpc6BjJ41cTQew=
=wd23
-----END PGP SIGNATURE-----

Reply | Threaded
Open this post in threaded view
|

Re: Re: [BUG] Magritte and MorphicWrapper does want different asMorph method.

Lukas Renggli
> > - unload Magritte-Morph
>
> How can I unload Magritte-Morph? I've installed with mcz package.

In the Monticello Browser select the package and then in the context
menu 'unload package'.

Cheers,
Lukas

--
Lukas Renggli
http://www.lukas-renggli.ch

Reply | Threaded
Open this post in threaded view
|

Re: [BUG] Magritte and MorphicWrapper does want different asMorph method.

Chun, Sungjin
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Lukas Renggli wrote:

>> > - unload Magritte-Morph
>>
>> How can I unload Magritte-Morph? I've installed with mcz package.
>
> In the Monticello Browser select the package and then in the context
> menu 'unload package'.
>
> Cheers,
> Lukas
>

Thanks in advance.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2.2 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFFNIlMQqspS1+XJHgRAkn6AJ9C/9OqZGEQOMfXenzS9dbOur44XQCgqUED
e4rvmw5uAJ+t5O4XHixqTx0=
=9ARw
-----END PGP SIGNATURE-----

Reply | Threaded
Open this post in threaded view
|

Re: [BUG] Magritte and MorphicWrapper does want different asMorph method.

Edgar J. De Cleene
In reply to this post by Chun, Sungjin
Sungjin Chun puso en su mail :

> Hi,
>
> For example, Object>>asMorph is defined
>   in Magritte:
> asMorph
> ^ self description asMorphOn: self
>   in MrophicWrapper
> asMorph
> ^ self morphicWrapperClass on: self
> .
>
> Because of this, after loading Magritte, MorphicWrapper's
> tab-and-code-voila! does not work :-)
>
> Any fix or suggestion for me?
The same what made for math morphs revival, but as I don't have Magritte
don't know if could cure the problem,

Filein and tell.

Edgar




PasteUpMorph-keyStroke.st (806 bytes) Download Attachment