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 [hidden email] https://www.iam.unibe.ch/mailman/listinfo/moose-dev |
Strange. My immediate reaction is to insert a call to #asString somewhere in TRLabelShape. Alexandre
_______________________________________________ Moose-dev mailing list [hidden email] https://www.iam.unibe.ch/mailman/listinfo/moose-dev |
2015-02-04 13:39 GMT+01:00 Alexandre Bergel <[hidden email]>:
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.
_______________________________________________ Moose-dev mailing list [hidden email] 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 <[hidden email]> wrote: > > 2015-02-04 13:39 GMT+01:00 Alexandre Bergel <[hidden email]>: > 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 <[hidden email]> 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 >> [hidden email] >> https://www.iam.unibe.ch/mailman/listinfo/moose-dev > -- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;. _______________________________________________ Moose-dev mailing list [hidden email] https://www.iam.unibe.ch/mailman/listinfo/moose-dev |
Free forum by Nabble | Edit this page |