Reported by Eric Wood; checked by Reinier Sterkenburg, Matthew Collins
To Duplicate:
- Open a new project.
- Add the two enclosed forms to the project.
- Try to do: File -> New -> Project1 tab -> select the fmBM form.
- Error occurs.
I have intensionally commented out practically all of the code. I believe
the problem lies in the *.DFM.
Please let me know if you find a fix or workaround.
Matthew Collins adds (23 Nov 2000):
I've narrowed down the bug somewhat. I don't know if it is the same bug or
not, as the error message is different (you now get an exception in Coride)
The attached zip file contains the simplified forms that reproduce the
problem. It looks like the Unnamed menu separator item is the cause of the
problem. If you give the separator item a name (like N1) then the problem
goes away. If you remove the toolbar from the second form, the problem also
goes away. I also had a crash when I tried to remove all menu items except
the unnamed menu separator. So it looks like that is the cause of the
problem. |