On Aug 31, 2009, at 6:20 44PM, Carlos Crosetti wrote:
While updating software, I experienced a disconect in my DSL, then a exception raised (please read on) and as you may sse in the attached screenshot, the text pane where the method source code is shown, got crossed with a red background. I saw this effect happening but have not recorded the scenario. What is the code behind that makes the pane to get "crossed", what are the circumstances ?
Regards, Carlos
The red crossing happens when an error occurs in the morph rendering code, usually instead of frying your image. When the error occured in the method pane, I'd say it's usually a good idea to just ditch the image anyways though, because if the model it relies on to properly draw the method is corrupted, there's probably more lurking in the shadows. Needless to say, error-recovery code of Monticello when a network disappears during an update probably could use some work :) Or look into atomic loading, alternatively wait for MC2 to someday be usable and hope it fixes things. Cheers, Henry