Friedrich Dominicus frido@q-software-solutions.de wrote:
I'm trying to get a bit familiar with clim. I wonder about the user interface. The usual way in "normal" applications to get extra user inpt is via Dialog boxes. Now as I understand this is not the clim way it seems you use a interactor pane for it. I just wonder if I have overlooked something which may allow a more "dialog" oriented way..
Just wrap your accept calls in
(accepting-values (stream :own-window t) ...)
Then a dialog window will pop up.