PDA

View Full Version : How to call windows dialog in lisp?


Leekhinc
11-14-2003, 12:51 AM
Hi all, when we try to save a file with the same filename in OSDM using the save icon, we will get a windows dialog asking whether do we want to "overwrite" or "cancel" the operation.

Does anybody know how do call this dialog in lisp? I want to add this function to my lisp program.

dorothea
11-14-2003, 01:30 AM
Hi,

What part of this functionality do you want to use in your lisp program?
* the save functionality
* the confirmation functionality (let the user decide between overwrite and cancel)

The second part can be written in the sd-defdialog code. Please check the documentation of sd-defdialog
Common/documentation/integration_kit/reference/dg_manual.html#confirmation


Dorothea