Re: [Gambas-user] DBusSignal Error (Send)

2016-11-25 Thread zainudin ahmad
Hi Hans This project for : - Send and Receive (1 project for 2 process) - With better code for form_close event (attach file) On Fri, Nov 18, 2016 at 11:26 PM, Hans Lehmann wrote: > Am 17.11.2016 um 02:20 schrieb zainudin ahmad: > >> Hi Hans, I hope this work for you:)

Re: [Gambas-user] DBusSignal Error (Send)

2016-11-20 Thread Hans Lehmann
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

Re: [Gambas-user] DBusSignal Error (Send)

2016-11-18 Thread Benoît Minisini
Le 14/11/2016 à 18:00, Hans Lehmann a écrit : > Hello, > > in my project 'signaltx2' I get after this source line: > > DBus[DBus.Name].Raise(NameVersion, "GetGBVersion", ["3.9.1"]) > > the following error message: > > Couldn't allocate D-Bus message ! > > Where is the error in the source code? Can

Re: [Gambas-user] DBusSignal Error (Send)

2016-11-18 Thread Hans Lehmann
Am 17.11.2016 um 02:20 schrieb zainudin ahmad: Hi Hans, I hope this work for you:) (project attach) Yes, that has solved it! The new code in the attached project 'signalsend-0.1.82.tar.gz' is correct. It works fine. Hans -- Author of the german Gambas book gambas-buch.de/dw/doku.php

Re: [Gambas-user] DBusSignal Error (Send)

2016-11-16 Thread zainudin ahmad
Hi Hans, I hope this work for you :) (project attach) On Tue, Nov 15, 2016 at 12:00 AM, Hans Lehmann wrote: > Hello, > > in my project 'signaltx2' I get after this source line: > > DBus[DBus.Name].Raise(NameVersion, "GetGBVersion", ["3.9.1"]) > > the following error

Re: [Gambas-user] DBusSignal Error (Send)

2016-11-14 Thread T Lee Davidson
On 11/14/2016 12:00 PM, Hans Lehmann wrote: > Hello, > > in my project 'signaltx2' I get after this source line: > > DBus[DBus.Name].Raise(NameVersion, "GetGBVersion", ["3.9.1"]) > > the following error message: > > Couldn't allocate D-Bus message ! > > Where is the error in the source code? Can

[Gambas-user] DBusSignal Error (Send)

2016-11-14 Thread Hans Lehmann
Hello, in my project 'signaltx2' I get after this source line: DBus[DBus.Name].Raise(NameVersion, "GetGBVersion", ["3.9.1"]) the following error message: Couldn't allocate D-Bus message ! Where is the error in the source code? Can someone help? Project attached. Sincerely Hans -- Author of