<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <font face="Georgia">I'm a little confused here. Did <br>
      <br>
      Morph openInWorld<br>
      <br>
      ever work? I've never seen a Squeak where that worked, but<br>
      <br>
      Morph new openWorld<br>
      <br>
      has worked everywhere I have visited.<br>
      <br>
      Also, what does InfoMorph do for you that UpdatingStringMorph does
      not?<br>
      <br>
      Cheers,<br>
      Bob<br>
      <br>
    </font>
    <div class="moz-cite-prefix">On 1/5/13 4:14 AM, Edgar J. De Cleene
      wrote:<br>
    </div>
    <blockquote cite="mid:CD0D753C.13AC5%25edgardec2005@gmail.com"
      type="cite">
      <pre wrap="">


On 1/4/13 6:45 PM, "Ken G. Brown" <a class="moz-txt-link-rfc2396E" href="mailto:kbrown@mac.com">&lt;kbrown@mac.com&gt;</a> wrote:

</pre>
      <blockquote type="cite">
        <pre wrap="">Have you been able to run this in the latest Squeak4.4-12327 on Cog 2640?
On my Mac, InfoMorph openInWorld fails:

InfoMorph class(Object)&gt;&gt;doesNotUnderstand: #openInWorld
Receiver: InfoMorph
Arguments and temporary variables:
aMessage:  openInWorld
exception:  MessageNotUnderstood: InfoMorph class&gt;&gt;openInWorld
resumeValue:  nil
Receiver's instance variables:
superclass:  StringMorph
methodDict:  a MethodDictionary(#cambio:-&gt;(InfoMorph&gt;&gt;#cambio: "a
CompiledMethod...etc...
format:  150
instanceVariables:  nil
organization:  ('step' step stepTime)
('as yet unclassified' cambio:)

subclasses:  nil
name:  #InfoMorph
classPool:  nil
sharedPools:  nil
environment:  Smalltalk globals "a SystemDictionary with lots of globals"
category:  #SqueakRos

Ken G. Brown


</pre>
        <blockquote type="cite">
          <pre wrap="">
</pre>
        </blockquote>
        <pre wrap="">[see attached file: InfoMorph.st]
?
</pre>
      </blockquote>
      <pre wrap="">You was right and Houston, we have a problem
Because if you check the hierarchy
ProtoObject
  Object
    Morph
      StringMorph
        InfoMorph

And Morph openInWorld also fails, which is a serious bug.
I using my own derivate images for long time, so don't see this problem.
Now check with older VMs....

And yes Morph openInWorld fails.

Later I updated from trunk for see which change break this.

Normally use the attached for years and on any Squeak , Cuis and Pharo 1.4
It's initialized in red and adhere to top edge, then I do find window,
select and embed into DokingBar, so have position of mouse and current
Change Set

Thanks!

Edgar


</pre>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
      <pre wrap="">
</pre>
    </blockquote>
    <br>
  </body>
</html>