[cells-gtk-devel] Modal Dialogs

Shaun Kruger shaun.kruger at gmail.com
Wed Jul 19 15:46:15 UTC 2006


> One possibility is that the compiler is "seeing" your use of ID in the
> MM-APPS package before it sees your defpackage form.

It turns out I read about this in practical common lisp in the section
about packages.  It looks like I probably tried to use the symbol
poorly and thus it got interned without actually having a function
behind it.  It's in the last 2 pages of chapter 21.

I closed LispWorks and opened it again (I know there's another way,
but it had been open for a couple of weeks anyway).  It works now.

The one thing I'm left wondering is how I tell the dialog to close.
Thus far I only know how to close a window with widgets that show up
by default, or by calling (quit).  I don't suppose quit is best for
closing child windows.

Shaun

-- 
Visit my blog at http://hackerlog.blogspot.com
=====================================================
If more of us valued food and cheer and song above hoarded gold, it would
be a merrier world.
                -- J.R.R. Tolkien



More information about the cells-gtk-devel mailing list