RE : RE : RE : [fpc-pascal] FPC And D-Bus

2011-11-25 Thread Ludo Brands
Thank you Ludo. It still does not work, now it complains about the interface is wrong for some reason. I gave up, and I binded libnotify instead. Probably the better solution. I also noticed in dbus-monitor messages complaining about messages signatu

Re: RE : RE : [fpc-pascal] FPC And D-Bus

2011-11-25 Thread ik
On Thu, Nov 24, 2011 at 21:33, Ludo Brands wrote: > ** > > > > I'm Trying to send notification using D-Bus Notify method. > The thing is, that I do not understand how to properly use it. > My current code: > https://github.com/ik5/display-quotes/blob/master/src/units/untquotedbus.pas#L92 > > I've

RE : RE : [fpc-pascal] FPC And D-Bus

2011-11-24 Thread Ludo Brands
I'm Trying to send notification using D-Bus Notify method. The thing is, that I do not understand how to properly use it. My current code: https://github.com/ik5/display-quotes/blob/master/src/units/untquotedbus.pas #L92 I'ved marked the place where i Have AccessViolation exception. What am I

Re: RE : [fpc-pascal] FPC And D-Bus

2011-11-24 Thread ik
On Thu, Nov 24, 2011 at 20:19, Ludo Brands wrote: > ** > > > > I'm Trying to send notification using D-Bus Notify method. > The thing is, that I do not understand how to properly use it. > My current code: > https://github.com/ik5/display-quotes/blob/master/src/units/untquotedbus.pas#L92 > > I've

RE : [fpc-pascal] FPC And D-Bus

2011-11-24 Thread Ludo Brands
I'm Trying to send notification using D-Bus Notify method. The thing is, that I do not understand how to properly use it. My current code: https://github.com/ik5/display-quotes/blob/master/src/units/untquotedbus.pas #L92 I'ved marked the place where i Have AccessViolation exception. What am I

[fpc-pascal] FPC And D-Bus

2011-11-24 Thread ik
Hello, I'm Trying to send notification using D-Bus Notify method. The thing is, that I do not understand how to properly use it. My current code: https://github.com/ik5/display-quotes/blob/master/src/units/untquotedbus.pas#L92 I'ved marked the place where i Have AccessViolation exception. What am