I want to create a new project to test the first iteration of my SDLTrace routine. Along the way I really munged up the files in the project, my very definitely bad!
However,
I have a form that I'd like to use - and in which I've invested a lot of time. So,
1) Create a new project - comes complete with a form (not much of a form, but I know where I can find a better one)
2) I add the .frm and .pas of the nice form (which I shall call <newform>) from my not-so-nice attempt, using Project Inspector.
what I want to do now is:
Somehow open up the copied in form and either
a) Rename the files so that <badform>.frm and <badform>.pas now get named <newform>/frm and <newform>.pas
or
b) Copy the controls off <badform> into <newform>
(Admission - I didn't think of option a) until I was typing it just now. I'll try it and see...)
No luck - Lazarus is protecting me from my attempt at perverting the natural course of software development.
And I can't use option b), because I can't get <badform>.frm to open and show me a form.
A long time ago, and in another environment, I could open as many forms as I liked and copy controls between them. All forms could be 'opened' and would display both the graphical part of the form (equivalent to a realized instance of *.frm), and, if I wanted it, the code. It seems that with Lazarus I can't have more than one form per project open to editing and changing.
I know this can't be true, but how do I bring another form into the IDE so I can copy controls from FormA into FormB.
Tony
PS And to repeat an earlier plaint - is there anywhere a good description of what the IDE does and doesn't do, and how it works and doesn't work, written in English (rather than code)?