Re: [Lazarus] Strange error with TValueListEditor

2016-03-31 Thread Richard Mace
On 31 March 2016 at 15:03, Bart wrote: > I see no real difference in the lfm structure (apart from the fact > that the problematic one has OnStringsChange = > vle11TrunkPropertiesStringsChange, which sould not raise the error you > mentioned) > > Does the form contain any

Re: [Lazarus] Strange error with TValueListEditor

2016-03-31 Thread Bart
I see no real difference in the lfm structure (apart from the fact that the problematic one has OnStringsChange = vle11TrunkPropertiesStringsChange, which sould not raise the error you mentioned) Does the form contain any other components that are NOT installed in the "minimal IDE"? I'm asking

Re: [Lazarus] Strange error with TValueListEditor

2016-03-31 Thread Richard Mace
On 31 March 2016 at 14:39, Bart wrote: > On 3/31/16, Richard Mace wrote: > > > ​I've tested it in 1.6, in Ubuntu 14.04 and it comes up with the same > > error. > > Strange indeed. > Which fpc version? > ​2.6.4 With Lazarus 1.4.4 and 3.0.0 with

Re: [Lazarus] Strange error with TValueListEditor

2016-03-31 Thread Bart
On 3/31/16, Richard Mace wrote: > ​I've tested it in 1.6, in Ubuntu 14.04 and it comes up with the same > error. Strange indeed. Which fpc version? Can you attach the project (zipped source) here? If you start a new project with a TValueListEditor, save, quit Lazarus,

Re: [Lazarus] Strange error with TValueListEditor

2016-03-31 Thread Richard Mace
On 31 March 2016 at 13:41, Bart wrote: > On 3/31/16, Richard Mace wrote: > > > Error: Identifier Strings is not published in class "TValueListStrings" > and > > it's highlighted a row that contains: > > Strings.Strings = ('') > > Typically the

Re: [Lazarus] Strange error with TValueListEditor

2016-03-31 Thread Bart
On 3/31/16, Richard Mace wrote: > Error: Identifier Strings is not published in class "TValueListStrings" and > it's highlighted a row that contains: > Strings.Strings = ('') Typically the Strings.Strings should be part of the TValueListEditor. There should be no

[Lazarus] Strange error with TValueListEditor

2016-03-31 Thread Richard Mace
Hi all, I am getting the following error within Lazarus 1.4.4 On Windows 10 when loading my project: Fix LFM file: Error: Identifier Strings is not published in class "TValueListStrings" and it's highlighted a row that contains: Strings.Strings = ('') I have a button that says "Remove all