Mouse Scroll-wheel for a transparent Window

DLL Edition of the F-IN-BOX
theomania
Posts: 12
Joined: Thu Nov 03, 2005 4:31 pm

Mouse Scroll-wheel for a transparent Window

Postby theomania » Thu Jul 15, 2010 7:28 am

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.

Softanics
Site Admin
Posts: 1402
Joined: Sat Sep 18, 2004 3:03 am
Location: Russia, St. Petersburg
Contact:

Postby Softanics » Thu Jul 15, 2010 7:51 am

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

theomania
Posts: 12
Joined: Thu Nov 03, 2005 4:31 pm

Postby theomania » Tue Jul 20, 2010 9:14 am

I sent the instructions to reproduce, along with an attachment (small), I was wondering if there was any news regarding this issue?

T.

Softanics
Site Admin
Posts: 1402
Joined: Sat Sep 18, 2004 3:03 am
Location: Russia, St. Petersburg
Contact:

Postby Softanics » Wed Jul 21, 2010 3:45 pm

Hello,

I'm sorry for the delay.

One small experiment, if I comment out the code:

Code: Select all

   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

Softanics
Site Admin
Posts: 1402
Joined: Sat Sep 18, 2004 3:03 am
Location: Russia, St. Petersburg
Contact:

Postby Softanics » Wed Jul 21, 2010 3:58 pm

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

Softanics
Site Admin
Posts: 1402
Joined: Sat Sep 18, 2004 3:03 am
Location: Russia, St. Petersburg
Contact:

Postby Softanics » Wed Jul 21, 2010 4:59 pm

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


Return to “DLL Edition”

Who is online

Users browsing this forum: No registered users and 15 guests

cron