Re: [Development] Event loop of Qt window in DLL injected into another process

2014-10-21 Thread Friedemann Kleint
Hi, https://bugreports.qt-project.org/browse/QTBUG-40881 might be related? Regards, Friedemann ___ Development mailing list Development@qt-project.org http://lists.qt-project.org/mailman/listinfo/development

Re: [Development] Event loop of Qt window in DLL injected into another process

2014-10-19 Thread Tim Blechmann
>> Hello, I have a problem with event loop. I am creating DLL which I am >> injecting into MFCapplication – my dll spawns a qt window. it works fine, >> except ‘input’ to spawned window is blocked: for ex. i have edit box, i am >> typing into it and nothing happens – unless, I resize / minimalzie w

Re: [Development] Event loop of Qt window in DLL injected into another process

2014-10-19 Thread Thiago Macieira
On Sunday 19 October 2014 19:12:29 Arkadiusz Szulakiewicz wrote: > Hello, I have a problem with event loop. I am creating DLL which I am > injecting into MFCapplication – my dll spawns a qt window. it works fine, > except ‘input’ to spawned window is blocked: for ex. i have edit box, i am > typing

[Development] Event loop of Qt window in DLL injected into another process

2014-10-19 Thread Arkadiusz Szulakiewicz
Hello, I have a problem with event loop. I am creating DLL which I am injecting into MFCapplication – my dll spawns a qt window. it works fine, except ‘input’ to spawned window is blocked: for ex. i have edit box, i am typing into it and nothing happens – unless, I resize / minimalzie window the