Dolphin Crash

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

Dolphin Crash

Bruno Brasesco
Hi all,

I have a Hierarchy in my model in Dolphin.
In the top Class of my Hierarchy I re-write the class method #icon:
icon
    ^IconManager current systemIcon.
IconManager
systemIcon
    ^Icon fromFile: 'c:\temp\system.ico'

If change the selected class quickly (a couple of time) in the Class Browser
Dolphin crash !
I can't move the mouse and Windows crash too. (Win 2K).
Everything stop and I can't do anything.

Any idea ?

Best Regards
Bruno Brasesco