Jump to content

Frame insert


araujoadanr

Recommended Posts

  • Administrators

 

Krystian Bigaj 

Posts: 7

Registered: 8/14/06

 

Re: In XE4 all frames are ignored for insertion  

Posted: Nov 26, 2014 11:41 PM   in response to: Bujor Cristinel in response to: Bujor Cristinel

 

I had same problem after migration from D2009 to XE5.2

You can fix it by editing .dproj and add dfm to your frames (you can find frames by searching for TFrame ).

Change:

        <DCCReference Include="x\y\z\myFrame.pas">
            <Form>frameMy</Form>
            <DesignClass>TFrame</DesignClass>
        </DCCReference>

to:

        <DCCReference Include="x\y\z\myFrame.pas">
            <Form>frameMy</Form>
            <FormType>dfm</FormType>
            <DesignClass>TFrame</DesignClass>
        </DCCReference>
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...