On 13 août 2010, at 17:33, Mircea Lungu wrote:
Hi guys,
It seems to me that exceptions are masked in Mondrian.
Is there a setting somewhere for turning this off?
More or less, but use at your own risk, because exception in Mondrian have been known to
freeze the image or raise a huge amount of pop-up (due to being in the UI thread)
I think there are three places where to start when dealing with exceptions in Mondrian:
MOGraphElement>>handleException: (calls haltOnce)
MOBoundedShape>>display:on: (this is the one which gives a red shape in case of
error)
MOCanvas>>raiseError:
Maybe Alex can provide better guidance at which does what.
--
Simon