Ticket T129846
Visible to All Users

Remove the trailing comma in the parameter list of the UpdateCaptionButtons method call located in the dxBar unit

created 11 years ago

Hi,

There's a bug in the dxBar unit at line 50396.

UpdateCaptionButtons(GetWindowCursorPos, True, AActiveButtonID, );

Shouldn't that be

UpdateCaptionButtons(GetWindowCursorPos, True, AActiveButtonID);

I get an error when I push a button.

Regards,
Peter Smet

Comments (3)
DevExpress Support Team 11 years ago

    Hello Davandy,

    Would you please clarify your scenario and send us a simple project where we will be able to see that this comma causes an error? Also please provide us with a screenshot of this error.

      Hello Mikhail,
      Sorry but I can't reproduce the error.
      If I have it again I will take a screenshot and provide the stacktrace.

      DevExpress Support Team 11 years ago

        OK, we are waiting for your response.
        As for the comma, I've converted this thread to a suggestion. We will consider implementing these changes in future versions of our controls.

        Answers approved by DevExpress Support

        created 11 years ago

        We have implemented the functionality described in this ticket. It will be included in our next update(s).

        Please check back and leave a comment to this response to let us know whether or not this solution addresses your concerns.

          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.