Peter Braroe peter.braroe@newsmachine.com writes:
- How to i most elegantly pop-up a window?
(for instance "Are you sure you would like to quit? Save first?)
The CLIM function NOTIFY-USER is supposed to do that, but McCLIM does not implement it yet. As a workaround you may use ACCEPTING-VALUES: McCLIM implements enough of its functionality that it should be possible to do what you want.
- How to make items in a formated list clickable through translations
The idiomatic CLIM way to do that, I think, is via presentation to command translators.
Paolo