[Pharo-project] Bug Report: 3 of 6; Image freeze
3. Image Freeze: Anything that hits #fullBounds with a byteString instead of a Morph does not simply handle it... but freezes. This occurs with an external Table Morph Package that permits constructing a grid of morphs, but if you pass the 'string' instead of 'string' asMorph.. it takes it.. but when opening freezes similar to if we put a break point on Morph>>fullBounds/ processEvent:using: ... Alt . with an image that has Sound package loaded, causes a dialog for choosing a Sound Package that is all disabled and freezes the image
On Jan 3, 2012, at 11:22 AM, S Krish wrote:
3. Image Freeze:
Anything that hits #fullBounds with a byteString instead of a Morph does not simply handle it... but freezes. This occurs with an external Table Morph Package that permits constructing a grid of morphs, but if you pass the 'string' instead of 'string' asMorph.. it takes it.. but when opening freezes similar to if we put a break point on Morph>>fullBounds/ processEvent:using: â¦
do you have example? Now if the system expects a morph passing a string should not work. Stef
Alt . with an image that has Sound package loaded, causes a dialog for choosing a Sound Package that is all disabled and freezes the image
can you tell me which package sound? Because I would like to reproduce your problem to see how to fix it. Stef
participants (2)
-
S Krish -
Stéphane Ducasse