Version: 1.0.0_devel (using KDE KDE 3.2.1) Installed from: Compiled From Sources OS: Linux Error dialogs that are popped up from kstdoc can sometimes cause DCOP functions to not return. For example, opening an invalid file using DCOP pops up a dialog. This can be avoided by being careful when using DCOP, but it would be nice if functions would always return without user interaction.
On second thought I think this is reasonable because the newFile, save, and saveAs DCOP functions don't usually prompt. open only prompts if the file does not exist.