Bug Report Q493102
Visible to All Users

Documentation - Incorrect default values of the TcxShellOptions.ShowToolTip and TcxDlgShellOptions.ShowToolTip properties

created 12 years ago

The docs for both TcxShellOptions.ShowToolTips and TcxDlgShellOptions.ShowTooltips are incorrect. It states that the default is "False" when in fact they both default to True:

TcxDlgShellOptions = class(TPersistent)
property ShowToolTip: Boolean read FShowToolTip write FShowToolTip
default True;

TcxShellOptions = class(TPersistent)
property ShowToolTip: Boolean read FShowToolTip write SetShowToolTip default True;

The docs state that this property slows performance. I am wondering if this is a hold-over of old documentation or if this is still significantly the case. I know the prior revs of the shell controls had performance issues. So what I'm asking is - should the documentation be changed so it is in sync with the source. Or should the source change, since it is better to be on the cautious side (fr slow user systems)

regards,
-randall

Comments (1)
DevExpress Support Team 12 years ago

    Hi Randall,
    Yes, I see the inconsistent description in our documentation. I am forwarding this issue to our R&D team for further processing. You will receive an automatic message once the status of this issue is changed.
    As for your second note, while we have significantly improved the performance of our cxShell~ controls in new versions, enabling tooltips can still slow down your application.

    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.

      Comments (2)
      DevExpress Support Team 12 years ago

        We have corrected our documentation according to our code. Now it states that the default value is True in both cases.

          OK, that's what I was wondering - if this was a code fix or doco fix. No need for new docs. and no need to reply
          ta
          rs

          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.