Bug Report T904105
Visible to All Users

TcxBarEditItem discards its text changes when focus moves to another editor in a TdxBarContainerItem container if a bar manager's AlwaysSaveText property is set to True

created 5 years ago

Hi,
attached you find a very small example to show a problem we have.

When you type something in the editfield and then push the button of the pulldown the editfield is cleared.
(in reality it is not a pulldown, but for the test it is more vivid )

Can we do something like "immediate post" here?

Best regards
Bernd

Answers approved by DevExpress Support

created 5 years ago

We have addressed the issue described in this ticket and will include a fix in our next maintenance update. To apply this solution before official release, request a hotfix by clicking the appropriate version link.

Note: Hotfixes may be unavailable for betas/updates set for release within a week.

    created 5 years ago

    Hello Bernd,

    In my opinion, the best solution is to use the modern TcxBarEditItem item instead and handle its Properties.OnChange event in the following manner:

    Delphi
    procedure TForm2.cxBarEditItem2PropertiesChange(Sender: TObject); begin TcxTextEdit(Sender).PostEditValue; end;

    I have attached a small sample project demonstrating this approach.

      Comments (1)
      DevExpress Support Team 5 years ago

        Hello Bernd,

        We have found an issue in our controls related to this scenario. In your sample project is should be sufficient to enable the Bar Manager's AlwaysSaveText property to implement the required behavior. However, this property does not work as expected in this certain case. We are going to fix this problem in future builds.

        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.