CLIM and line-style-thickness
Hi,
We are using CLIM for implementing the graphical user interface of our software product. Every once in a while we come across an error:
“No applicable methods for #<STANDARD-GENERIC-FUNCTION LINE-STYLE-THICKNESS 217688AA> with args (NIL)”.
I guess that that basically means that the defgeneric LINE-STYLE-THICKNESS received NIL (when it was expecting a line-style object).
The error seems to cause the application frame in question to become corrupt meaning that the window contents are no longer updated making the GUI quite unusable. Yet, the software still works; it’s just the application frame that is not functioning correctly.
It would be interesting to know if somebody else has encountered this kind of a problem, and have you found out any such solutions that would help in preventing this error from taking place? One of the problems is that the error happens only every once in a while when updating the window contents, not always. It also seems to take place more frequently on some machines than on others. We are using LispWorks 6.0 Professional (32-bit) for Windows.
With Best Regards,
Teemu Liikala