Ticket Q580013
Visible to All Users

PatternInfo displayed by mistake when opening event editor in 13.2

created 11 years ago

This is a visual problem reproducable with the sample attached in one of the last comments to the ticket:
http://www.devexpress.com/Support/Center/Question/Details/Q558252
This is the link to the sample
http://www.devexpress.com/Support/Center/Attachment/GetCommentAttachment?fileOid=ace7185c-adaf-11e3-80be-00155d624701&fileName=Sample_13.1_and_13.2.zip
in the attached screenshot i demonstrate the different behavior of 13.1 vs 13.2.
When opening a form inherited from TcxSchedulerEventEditorForm in 13.2 the part "with the arrow" (see screenshot) is displayed, the same does not occur in 13.1.
Doing these steps in 13.2 makes that part disappear:

  1. click on recurrence
  2. close the recurrence form
     3) now the Patterninfo label has disaappeared
    So somehow on formshow there is an intialization problem.

Answers approved by DevExpress Support

created 11 years ago (modified 11 years ago)

Hello,
I have examined your sample project and found the cause of the problem. The TcxSchedulerEventEditorForm class already has the FormShow procedure, but you create your own one that does not call the default CheckVisible method. So you can solve the problem either by calling the "inherited FormShow(Sender);" code in your TfrmCalendarEventEditor.FormShow method or by calling the CheckVisible method there.

    Comments (1)
    FF FF
    Francesco Faleschini 11 years ago

      ok clear. now i solved it. thanks

      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.