[Kommander-devel] Plugins do not work with DCOP for me
Fabian Franz
FabianFranz at gmx.de
Wed Nov 8 08:35:15 EST 2006
Hi,
I cannot get the HttpForm plugin (or my own specific plugin) to work.
It fails with "Tried to perform DCOP query and failed."
I just use a ExecButton with @HttpForm2.setURL("www.google.de").
I've searched in the code and I can see why it fails. I can't see however how this has worked ever before ... :-(
@HttpForm2.setURL runs localDCOPQuery("setUrl", "HttpForm2", "www.google.de"), which runs DCOPQuery("kmdr-executor-678", "KommanderIf", "setUrl", "HttpForm2", "www.google.de") [from kommanderfunctions.cpp]
but KommanderIf does not know a function called setUrl as the list is created by dcopidl2cpp and so static at runtime.
The parser might have used f_internalDcop before and then it might have worked or you are testing with the new parser?
I don't know.
All I know is that plugins with DCOP do not work for me and as Kommander uses internally DCOP they do not work for me.
And this sux ;-). Any help appreciated.
cu
Fabian
--
GMX DSL-Flatrate 0,- Euro* - Überall, wo DSL verfügbar ist!
NEU: Jetzt bis zu 16.000 kBit/s! http://www.gmx.net/de/go/dsl
--
Der GMX SmartSurfer hilft bis zu 70% Ihrer Onlinekosten zu sparen!
Ideal für Modem und ISDN: http://www.gmx.net/de/go/smartsurfer
More information about the Kommander-devel
mailing list