Re: [Lazarus] Problem to rename a form

2011-09-28 Thread waldo kitty
On 9/28/2011 08:43, Howard Page-Clark wrote: On 28/9/11 1:24, Rafael Tuim Elias wrote: I found a strange behavior in Lazarus IDE. To reproduce follow that steps: 1 - Create a new project. 2 - Rename Form1 to fmAINmENU 3 - Save all 4 - Try to rename the form to FMainMenu IDE doesn't permit. The

Re: [Lazarus] Problem to rename a form

2011-09-28 Thread Rafael Tuim Elias
thank you Mattias and FPC/Lazarus team Rafael Tuim -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Re: [Lazarus] Problem to rename a form

2011-09-28 Thread silvioprog
2011/9/28 Mattias Gaertner : > On Wed, 28 Sep 2011 09:24:28 -0300 > Rafael Tuim Elias wrote: > >> I found a strange behavior in Lazarus IDE. To reproduce follow that steps: >> >> 1 - Create a new project. >> 2 - Rename Form1 to fmAINmENU >> 3 - Save all >> 4 - Try to rename the form to FMainMenu >

Re: [Lazarus] Problem to rename a form

2011-09-28 Thread Mattias Gaertner
On Wed, 28 Sep 2011 09:24:28 -0300 Rafael Tuim Elias wrote: > I found a strange behavior in Lazarus IDE. To reproduce follow that steps: > > 1 - Create a new project. > 2 - Rename Form1 to fmAINmENU > 3 - Save all > 4 - Try to rename the form to FMainMenu > > IDE doesn't permit. The error: This

Re: [Lazarus] Problem to rename a form

2011-09-28 Thread silvioprog
2011/9/28 Howard Page-Clark : > On 28/9/11 1:24, Rafael Tuim Elias wrote: >> >> I found a strange behavior in Lazarus IDE. To reproduce follow that steps: >> >> 1 - Create a new project. >> 2 - Rename Form1 to fmAINmENU >> 3 - Save all >> 4 - Try to rename the form to FMainMenu >> >> IDE doesn't pe

Re: [Lazarus] Problem to rename a form

2011-09-28 Thread Howard Page-Clark
On 28/9/11 1:24, Rafael Tuim Elias wrote: I found a strange behavior in Lazarus IDE. To reproduce follow that steps: 1 - Create a new project. 2 - Rename Form1 to fmAINmENU 3 - Save all 4 - Try to rename the form to FMainMenu IDE doesn't permit. The error: This component has already the class T

Re: [Lazarus] Problem to rename a form

2011-09-28 Thread silvioprog
2011/9/28 Rafael Tuim Elias : > I found a strange behavior in Lazarus IDE. To reproduce follow that steps: > 1 - Create a new project. > 2 - Rename Form1 to fmAINmENU > 3 - Save all > 4 - Try to rename the form to FMainMenu > IDE doesn't permit. The error: This component has already the class TFPri

[Lazarus] Problem to rename a form

2011-09-28 Thread Rafael Tuim Elias
I found a strange behavior in Lazarus IDE. To reproduce follow that steps: 1 - Create a new project. 2 - Rename Form1 to fmAINmENU 3 - Save all 4 - Try to rename the form to FMainMenu IDE doesn't permit. The error: This component has already the class TFPrint. I think it is a little bug. I'm us