Re: [Interest] Native event filter in QtService

2016-06-24 Thread Konstantin Shegunov
On Fri, Jun 24, 2016 at 5:56 PM, Julius Bullinger < julius.bullin...@asctec.de> wrote: > It still doesn’t work like in a QCodeApplication because I only receive > windows_dispatcher_MSG > and no windows_generic_MSG, but this may be Window’s fault. > One thing I forgot to mention, you could try

Re: [Interest] Native event filter in QtService

2016-06-24 Thread Konstantin Shegunov
On Fri, Jun 24, 2016 at 5:56 PM, Julius Bullinger < julius.bullin...@asctec.de> wrote: > Replacing QtService with your QtDaemon was relatively straight forward, > and as a result I can receive native events now! > Excellent! I'm glad it works for you and thanks for the contribution, I'll be

Re: [Interest] Native event filter in QtService

2016-06-24 Thread Julius Bullinger
, but this may be Window’s fault.) Thanks for this suggestion! Best regards, Julius Von: Konstantin Shegunov [mailto:kshegu...@gmail.com] Gesendet: Freitag, 24. Juni 2016 11:36 Uhr An: Julius Bullinger <julius.bullin...@asctec.de> Cc: Interests Qt <interest@qt-project.org> Betreff: Re: [Inte

Re: [Interest] Native event filter in QtService

2016-06-24 Thread Tony Rietwyk
2016 10:57 Uhr An: interest@qt-project.org Betreff: Re: [Interest] Native event filter in QtService Hi Julius, qtservice_win.cpp around line 830 at your reference [1] installs its own nativeEventFilter - probably displacing yours. I suspect you'll need to merge the Qt filter into yours

Re: [Interest] Native event filter in QtService

2016-06-24 Thread Konstantin Shegunov
Hi, If I may be so bold, I've wrapped up a (Qt 5) replacement for QtService recently. You might be interested to try it out (I've chosen the MIT license). https://bitbucket.org/nye/qtdaemon Kind regards. ___ Interest mailing list Interest@qt-project.org

Re: [Interest] Native event filter in QtService

2016-06-24 Thread Bo Thorsen
Hi all, I'm copying this to devel, because it fits in a discussion a week or two ago. Den 24-06-2016 kl. 10:56 skrev Tony Rietwyk: qtservice_win.cpp around line 830 at your reference [1] installs its own nativeEventFilter - probably displacing yours. I suspect you'll need to merge the Qt

Re: [Interest] Native event filter in QtService

2016-06-24 Thread Julius Bullinger
An: interest@qt-project.org Betreff: Re: [Interest] Native event filter in QtService Hi Julius, qtservice_win.cpp around line 830 at your reference [1] installs its own nativeEventFilter - probably displacing yours. I suspect you'll need to merge the Qt filter into yours, and get rid of that install

Re: [Interest] Native event filter in QtService

2016-06-24 Thread Tony Rietwyk
Hi Julius, qtservice_win.cpp around line 830 at your reference [1] installs its own nativeEventFilter - probably displacing yours. I suspect you'll need to merge the Qt filter into yours, and get rid of that install. Regards, Tony From: Interest