adan200 Posted February 26, 2015 Share Posted February 26, 2015 I test with FMSoft_uniGUI_Plus_runtime_0.99.0.1152 and Delphi XE6 When I insert a frame, i get this message. Quote Link to comment Share on other sites More sharing options...
Administrators Farshad Mohajeri Posted February 26, 2015 Administrators Share Posted February 26, 2015 How do you insert a frame? Steps? Quote Link to comment Share on other sites More sharing options...
adan200 Posted February 27, 2015 Author Share Posted February 27, 2015 https://www.dropbox.com/s/px3bdjqe227ncjl/2015-02-26_22-08-12.mp4?dl=0 Quote Link to comment Share on other sites More sharing options...
Administrators Farshad Mohajeri Posted February 27, 2015 Administrators Share Posted February 27, 2015 No frames are available to insert. New frames may be created from the File|New|Other selections Seems to be a generic IDE issue: http://webcache.googleusercontent.com/search?q=cache:-AqlHMBBDaQJ:https://forums.embarcadero.com/thread.jspa%3FthreadID%3D90554+&cd=1&hl=en&ct=clnk&gl=tr Quote Link to comment Share on other sites More sharing options...
Administrators Farshad Mohajeri Posted February 27, 2015 Administrators Share Posted February 27, 2015 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.2You 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> Quote Link to comment Share on other sites More sharing options...
adan200 Posted February 27, 2015 Author Share Posted February 27, 2015 thank you. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.