2010/4/18 koos vriezen : > 2010/4/18 Maksim Orlovich : >>>> Unfortunately, it's extremely >>>> tricky to fully implement with out-of-process plugins, especially since >>>> the presently used IPC system, D-Bus is inadequate for the task. >>> >>> Why? You mentioned that before and I only recall that the lack of >>> nested calls. But dbus supports nested calls just fine. >> >> Erm, that's not what Thiago told me :-). Anyway, I found our old >> discussion, and remembered a solution I had... > > Pretty sure I've seen a nesting call, js calls plugin, plugin > evaluates some js code, depending on the result, the return value of > the initial call is determined. > Would be a major restriction not to have this feature. Maybe it's > unsupported, Thiago can tell I guess. Apparently I use call with QDBus::BlockWithGui. Without it, indeed no nested calls. Koos