| View previous topic :: View next topic |
| Author |
Message |
theomania
Joined: 03 Nov 2005 Posts: 12
|
Posted: Thu Jul 15, 2010 7:28 am Post subject: Mouse Scroll-wheel for a transparent Window |
|
|
Hello,
Trying to use the mousewheel on a transparent window will not work. Making the window non-transparent will work (changing the style of the Transparent sample app with the same source file).
Is this a known issue, is there a way to do this / workaround, am I missing anything?
Thanks,
T. |
|
| Back to top |
|
 |
Softanics Site Admin
Joined: 18 Sep 2004 Posts: 1261 Location: Russia, St. Petersburg
|
Posted: Thu Jul 15, 2010 7:51 am Post subject: |
|
|
Hello,
Could you please drop me a sample to support (at) f-in-box (dot) com ?
Thank you in advance! _________________ Best regards, Artem A. Razin,
F-IN-BOX support
Ask your question here: http://www.f-in-box.com/support.html |
|
| Back to top |
|
 |
theomania
Joined: 03 Nov 2005 Posts: 12
|
Posted: Tue Jul 20, 2010 9:14 am Post subject: |
|
|
I sent the instructions to reproduce, along with an attachment (small), I was wondering if there was any news regarding this issue?
T. |
|
| Back to top |
|
 |
Softanics Site Admin
Joined: 18 Sep 2004 Posts: 1261 Location: Russia, St. Petersburg
|
Posted: Wed Jul 21, 2010 3:45 pm Post subject: |
|
|
Hello,
I'm sorry for the delay.
One small experiment, if I comment out the code:
| Code: |
HWND hwndFlashPlayerControl =
CreateWindowEx(WS_EX_LAYERED,
(LPCTSTR)FPC_GetClassAtom(m_hFPC),
NULL,
WS_POPUP | WS_VISIBLE,
rc.left,
rc.top,
rc.right - rc.left,
rc.bottom - rc.top,
NULL,
NULL,
NULL,
NULL);
/*
CTransparentFlashPlayerControlWnd* pFlashProjectorWnd = new CTransparentFlashPlayerControlWnd;
pFlashProjectorWnd->SubclassWindow(hwndFlashPlayerControl);
pFlashProjectorWnd->SetWindowText(_T("Sample 4 - Translucency"));
pFlashProjectorWnd->CenterWindow();
pFlashProjectorWnd->ShowWindow(SW_SHOW);
pFlashProjectorWnd->UpdateWindow();
*/
|
then the flash windows works well.
If SubclassWindow is called, mouse wheel doesn't work as expected.
Thank you. _________________ Best regards, Artem A. Razin,
F-IN-BOX support
Ask your question here: http://www.f-in-box.com/support.html |
|
| Back to top |
|
 |
Softanics Site Admin
Joined: 18 Sep 2004 Posts: 1261 Location: Russia, St. Petersburg
|
Posted: Wed Jul 21, 2010 3:58 pm Post subject: |
|
|
Hello,
I hope to have a fix in the nearest time.
Thank you. _________________ Best regards, Artem A. Razin,
F-IN-BOX support
Ask your question here: http://www.f-in-box.com/support.html |
|
| Back to top |
|
 |
Softanics Site Admin
Joined: 18 Sep 2004 Posts: 1261 Location: Russia, St. Petersburg
|
Posted: Wed Jul 21, 2010 4:59 pm Post subject: |
|
|
Hello,
Could you please check new version?
Thank you. _________________ Best regards, Artem A. Razin,
F-IN-BOX support
Ask your question here: http://www.f-in-box.com/support.html |
|
| Back to top |
|
 |
|