Re: [Lazarus] Strange interaction between combox and IniPropStorage

2015-10-06 Thread Luca Olivetti
El 13/08/15 a les 09:24, Luca Olivetti ha escrit: El 12/08/15 a les 16:37, Luca Olivetti ha escrit: Definitely a regression: I just had to modify an old program (where this feature worked) and it doesn't work anymore :-( At least the workaround seems to do the job. It's not a regression,

Re: [Lazarus] Strange interaction between combox and IniPropStorage

2015-10-06 Thread Juha Manninen
On Tue, Oct 6, 2015 at 4:15 PM, Luca Olivetti wrote: > I see that the patch hasn't been merged in 1.4.4. > Please keep it in mind for 1.4.6 I aded it now here: http://wiki.freepascal.org/Lazarus_1.4_fixes_branch You can add commits there, too, in the "Submitted by others"

Re: [Lazarus] Strange interaction between combox and IniPropStorage

2015-08-14 Thread Flávio Etrusco
On Thu, Aug 13, 2015 at 4:24 AM, Luca Olivetti l...@wetron.es wrote: El 12/08/15 a les 16:37, Luca Olivetti ha escrit: Definitely a regression: I just had to modify an old program (where this feature worked) and it doesn't work anymore :-( At least the workaround seems to do the job. It's

Re: [Lazarus] Strange interaction between combox and IniPropStorage

2015-08-13 Thread Luca Olivetti
El 12/08/15 a les 16:37, Luca Olivetti ha escrit: Definitely a regression: I just had to modify an old program (where this feature worked) and it doesn't work anymore :-( At least the workaround seems to do the job. It's not a regression, it's probably always been there, but I manually

Re: [Lazarus] Strange interaction between combox and IniPropStorage

2015-08-12 Thread Luca Olivetti
El 11/08/15 a les 12:22, Luca Olivetti ha escrit: El 11/08/15 a les 12:12, Luca Olivetti ha escrit: I just found a very strange bug: when I try to save the ItemIndex of a combobox through a TIniPropStorage, its value reverts to the value it had when the form was created. Every other value (I

Re: [Lazarus] Strange interaction between combox and IniPropStorage

2015-08-11 Thread Luca Olivetti
El 11/08/15 a les 12:12, Luca Olivetti ha escrit: I just found a very strange bug: when I try to save the ItemIndex of a combobox through a TIniPropStorage, its value reverts to the value it had when the form was created. Every other value (I use TEdit.Text and TSpinEdit.Value) is correctly

[Lazarus] Strange interaction between combox and IniPropStorage

2015-08-11 Thread Luca Olivetti
I just found a very strange bug: when I try to save the ItemIndex of a combobox through a TIniPropStorage, its value reverts to the value it had when the form was created. Every other value (I use TEdit.Text and TSpinEdit.Value) is correctly saved, it's just the TCombobox.Itemindex that does