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

------------------------------------------------------------------------------
_______________________________________________
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user

Reply via email to