Aside from the fact that this issue is filed on the pharo instead of the moose bugtracker 14858 https://pharo.fogbugz.com/default.asp?14858 Hangup when rendering TRLabelShape with SmallInteger instance as text
I wonder why the error locks the UI. I can see a RMOD, maybe Trachel should stop any attempt for rendering if the Morph has the #errorOnDraw property set?
nicolai
Strange. My immediate reaction is to insert a call to #asString somewhere in TRLabelShape.
Alexandre
Le 3 févr. 2015 à 18:37, Nicolai Hess nicolaihess@web.de a écrit :
Aside from the fact that this issue is filed on the pharo instead of the moose bugtracker 14858 Hangup when rendering TRLabelShape with SmallInteger instance as text
I wonder why the error locks the UI. I can see a RMOD, maybe Trachel should stop any attempt for rendering if the Morph has the #errorOnDraw property set?
nicolai _______________________________________________ Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev
2015-02-04 13:39 GMT+01:00 Alexandre Bergel alexandre.bergel@me.com:
Strange. My immediate reaction is to insert a call to #asString somewhere in TRLabelShape.
Alexandre
Yes, for this particular case. But the question is, why it does not stop and shows a debugger?
The Error "Error: Instances of SmallInteger are not indexable" is thrown over and over again. The UI is not locked, it is just to busy with throwing exceptions in every update cycle.
Le 3 févr. 2015 à 18:37, Nicolai Hess nicolaihess@web.de a écrit :
Aside from the fact that this issue is filed on the pharo instead of the moose bugtracker 14858 https://pharo.fogbugz.com/default.asp?14858 Hangup when rendering TRLabelShape with SmallInteger instance as text
I wonder why the error locks the UI. I can see a RMOD, maybe Trachel should stop any attempt for rendering if the Morph has the #errorOnDraw property set?
nicolai
Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev
No idea. This is a bug in Morph. But it has been there for decades. Not easy to fix I guess.
Alexandre
On Feb 4, 2015, at 9:55 AM, Nicolai Hess nicolaihess@web.de wrote:
2015-02-04 13:39 GMT+01:00 Alexandre Bergel alexandre.bergel@me.com: Strange. My immediate reaction is to insert a call to #asString somewhere in TRLabelShape.
Alexandre
Yes, for this particular case. But the question is, why it does not stop and shows a debugger?
The Error "Error: Instances of SmallInteger are not indexable" is thrown over and over again. The UI is not locked, it is just to busy with throwing exceptions in every update cycle.
Le 3 févr. 2015 à 18:37, Nicolai Hess nicolaihess@web.de a écrit :
Aside from the fact that this issue is filed on the pharo instead of the moose bugtracker 14858 Hangup when rendering TRLabelShape with SmallInteger instance as text
I wonder why the error locks the UI. I can see a RMOD, maybe Trachel should stop any attempt for rendering if the Morph has the #errorOnDraw property set?
nicolai _______________________________________________ Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev