From kfm-devel Sun Apr 18 17:18:24 2010 From: koos vriezen Date: Sun, 18 Apr 2010 17:18:24 +0000 To: kfm-devel Subject: Re: Old Flash? Go upgrade! - New problem with konqueror Message-Id: X-MARC-Message: https://marc.info/?l=kfm-devel&m=127161118814376 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