Luís Oliveira luismbo@gmail.com wrote:
- I'd suggest restructuring the code in way that doesn't generate warnings about undefined functions. Eg: I was confused about why my McCLIM didn't seem to have this update-draw-pane function used in the draw-frame commands.
The draw-frame example had a missing closing parenthesis. Please retry with the examples checked in CVS. (Doc/Guided-Tour)
- The draw-frame example doesn't work for me (SBCL 0.9.8 and McCLIM HEAD, CLX backend). I get an error saying: "The function (SETF RECTANGLE-EDGES*) is undefined." Hmm, and I get this same error with the file-browser example.
I don't use that function directly. Can you paste a backtrace?
- Is the source code for the examples available somewhere? That'd be useful.
Sure, in the CVS!
Thank you for your feedback.