[cells-gtk-devel] Modal Dialogs

Shaun Kruger shaun.kruger at gmail.com
Tue Jul 18 19:30:13 UTC 2006


I am really missing something.

Included is what I have defined for my login screen.  The goal is for
it to be callable from anywhere with (show-login-dialog).  When it is
called I get the following error:

Error: Undefined function MM-APPS::ID called with arguments (LOGINPROMPT).
  1 (continue) Try loading init again.
  2 Give up loading init.
  3 Try loading another file instead of init.
  4 (abort) Return to level 0.
  5 Return to top loop level 0.

Type :b for backtrace, :c <option number> to proceed,  or :? for other options

(defmodel login-prompt ...) happens in package :mm-apps which is defines as:

(defpackage :mm-apps
  (:use :common-lisp :pod :cells :gtk-ffi :cells-gtk :clsql-user)
  (:export mm-main))

I assume it is because the id function exists in another package, but
which one?  I couldn't find its definition anywhere in cells or
cells-gtk.  I know I'm missing something, but I just don't know where
to look for it.

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