[Gambas-user] DBusSignal Error (Send)
Hans Lehmann
hans at ...3219...
Sun Nov 20 16:26:46 CET 2016
Am 18.11.2016 um 18:16 schrieb Benoît Minisini:
> Thus:
>
> DBus[$sDBusService].Raise($hDBusObject, "GetGBVersion", ["3.9.1"])
>
> is replaced by:
>
> DBus[$sDBusService].Raise($hDBusObject,
> "org.gambas.signaltx2.nameversion.GetGBVersion", ["3.9.1"])
Hello,
This change has the disadvantage that the signal is not displayed in the
introspection!
With the code: Event GetGBVersion (version As String), the XML file of
Introspection contains the interface 'org.gambas.signaltx.nameversion'
and the signal 'GetGBVersion'. However, the interpreter terminates with
an error message.
What now? What to do?
Regards,
Hans
More information about the User
mailing list