www.f-in-box.com Forum Index www.f-in-box.com
F-IN-BOX
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 
F-IN-BOX Home | DLL Edition | Delphi Edition | .NET Edition

Mouse Scroll-wheel for a transparent Window

 
Post new topic   Reply to topic    www.f-in-box.com Forum Index -> DLL Edition
View previous topic :: View next topic  
Author Message
theomania



Joined: 03 Nov 2005
Posts: 12

PostPosted: Thu Jul 15, 2010 7:28 am    Post subject: Mouse Scroll-wheel for a transparent Window Reply with quote

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
View user's profile Send private message
Softanics
Site Admin


Joined: 18 Sep 2004
Posts: 1261
Location: Russia, St. Petersburg

PostPosted: Thu Jul 15, 2010 7:51 am    Post subject: Reply with quote

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
View user's profile Send private message Send e-mail Visit poster's website
theomania



Joined: 03 Nov 2005
Posts: 12

PostPosted: Tue Jul 20, 2010 9:14 am    Post subject: Reply with quote

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
View user's profile Send private message
Softanics
Site Admin


Joined: 18 Sep 2004
Posts: 1261
Location: Russia, St. Petersburg

PostPosted: Wed Jul 21, 2010 3:45 pm    Post subject: Reply with quote

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
View user's profile Send private message Send e-mail Visit poster's website
Softanics
Site Admin


Joined: 18 Sep 2004
Posts: 1261
Location: Russia, St. Petersburg

PostPosted: Wed Jul 21, 2010 3:58 pm    Post subject: Reply with quote

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
View user's profile Send private message Send e-mail Visit poster's website
Softanics
Site Admin


Joined: 18 Sep 2004
Posts: 1261
Location: Russia, St. Petersburg

PostPosted: Wed Jul 21, 2010 4:59 pm    Post subject: Reply with quote

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
View user's profile Send private message Send e-mail Visit poster's website
Display posts from previous:   
Post new topic   Reply to topic    www.f-in-box.com Forum Index -> DLL Edition All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group