CLIM mail archive

[Prev][Next][Index][Thread]

using multiple frames on multiple screens




I had been having major, serious trouble with this. Jeff Morrill, who
*caused* the problem :) also found the solution.

he was using :calling-frame *application-frame* in
make-application-frame, and that is a no-no. I don't know what all
:calling-frame actually does, but it gave us Xlib font errors, because
the calling frame was on one screen and the frame being created was
going onto another screen on another host.

so, AVOID :calling-frame, eh?

 -- clint


Main Index | Thread Index