Bug Report Q488443
Visible to All Users

The 'Control has no parent window' exception is raised when clicking the Back button on a tile detail page if the tile control is located on a form whose FormStyle property is set to fsMDIForm

created 12 years ago

Dear sir/madam,

I have a question regarding your (VCL) TdxTileControl (12.2.4) in a Delphi XE2 application.

I am running into a problem using a DetailControl when the TdxTileControl is on an MDI form.

The situation is easy to reproduce :

Create a new VCL Forms application, containing just an empty form.

In the FormCreate event of this form, paste the following code :

Delphi
procedure TForm1.FormCreate(Sender: TObject); var x: TListView; begin objDashBoard := TdxTileControl.Create(Form1); objDashBoard.Parent := Form1; objDashBoard.Align := TAlign.alClient; objDashBoard.OptionsView.ItemSize := 150; objDashBoard.Visible := True; objTile := objDashBoard.CreateItem(false); self.objTile.Visible := True; x := TListView.Create(Form1); x.Parent := Form1; self.objTile.DetailOptions.DetailControl := x; end;

This example will work perfectly. When you click on the tile, an empty ListView will show up, and you can navigate back to the tiles using the back button.

Now to reproduce the error :

Change the FormStyle property of Form1 to fsMDIForm.

Now run the application again. Clicking the tile will show the empty ListView. When you press the back button after this, an error will show :

EInvalidOperation : Control '' has no parent window.

Can you fix this problem, or show me how to avoid it ? This application is an MDI application and I cannot change that…

Thanks in advance…

Comments (1)
DevExpress Support Team 12 years ago

    Hello ,
    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.