Bug Report Q478413
Visible to All Users

The TApplicationEvents component does not receive mouse wheel messages after a user presses the mouse button over a toolbar button, moves the mouse pointer outside a toolbar, and then releases the mouse button

created 12 years ago

We've got an application where the main form repaints an image when MouseWheel events occur. It's a simple zoom in/out thing. We also have done some work to get a behavior where the control under the mouse gets the MouseWheel event. This is partially accomplished through a handler for the OnMessage event of the TApplicationEvents object.

A special click in the dxBars area will stop the TApplicationEvents object from receiving MouseWheel events.

I've created a small test app to reproduce.

  1. In a new project, add a TdxBarManager and use it to add a toolbar and a dxBarButton.
  2. Customize the toolbar and drag in the bar button.
  3. Add a TApplicationEvents object to the form.
  4. Add the following OnMessages event handler
Delphi
case Msg.message of WM_MOUSEWHEEL: begin Caption := 'MouseWheel: ' + DateTimeToStr(Now); end; end;

That's it. Normal start-up operation of this app will update the form's caption for every mousewheel rotation.

Click the toolbar button (mine was still named "New Item"). Rotate the mouse wheel and the form's caption continues to update.

Now, perform a MouseDown on the toolbar button, but a MouseUp somewhere else. This effectively cancels the button click. Now when you rotate the mouse wheel, nothing happens to the form's caption. The MouseWheel event is not getting to the ApplicationEvents object anymore.

Comments (1)
DevExpress Support Team 12 years ago

    Hello ,
    Thank you for your message. I have reproduced this problem. I am forwarding this issue to our developers for further processing.
    You will receive an automatic message once the status of this issue is changed.

    Answers approved by DevExpress Support

    created 12 years ago (modified 12 years ago)

    We have fixed the issue described in this ticket and will include the fix in our next maintenance update. To apply this solution before the official update, request a hotfix by clicking the corresponding link for product versions you require.

    Note: Hotfixes may be unavailable for beta versions and updates that are about to be released.

      Disclaimer: The information provided on DevExpress.com and affiliated web properties (including the DevExpress Support Center) is provided "as is" without warranty of any kind. Developer Express Inc disclaims all warranties, either express or implied, including the warranties of merchantability and fitness for a particular purpose. Please refer to the DevExpress.com Website Terms of Use for more information in this regard.

      Confidential Information: Developer Express Inc does not wish to receive, will not act to procure, nor will it solicit, confidential or proprietary materials and information from you through the DevExpress Support Center or its web properties. Any and all materials or information divulged during chats, email communications, online discussions, Support Center tickets, or made available to Developer Express Inc in any manner will be deemed NOT to be confidential by Developer Express Inc. Please refer to the DevExpress.com Website Terms of Use for more information in this regard.