[Lazarus] Ann: TButtonEdit as replacement for TEditButton
FreeMan
freeman35 at delphiturkiye.com
Fri Apr 11 10:20:03 CEST 2014
Thank you Bart, All voids goes to Bart at this time :)
I tested, kubuntu 13.10 x64. if different color is clDefault
(TEditButton.Color<>clDefault), write it in lfm, if its equal to
clDefault, not in lfm, but property value is clDefault ( if some one
looking for in lfm file, can not see Color = clDefault)
Thank you very much
10-04-2014 20:57 tarihinde, Bart yazdı:
> On 4/10/14, Bart <bartjunk64 at gmail.com> wrote:
>
>> I can confirm this. It does not store in LFM.
> That's a wrong conclusion it seems.
> It does store in LFM, see snippet:
>
> object EditButton1: TEditButton
> Left = 8
> Height = 23
> Top = 46
> Width = 160
> ButtonWidth = 23
> Color = clYellow <<<==============
> MaxLength = 0
> NumGlyphs = 1
> OnButtonClick = EditButton1ButtonClick
>
> But upon loading it the color of FEdit gets reset to it's parent color.
>
> Fixed in r44669.
> Please test.
>
> Bart
>
> --
> _______________________________________________
> Lazarus mailing list
> Lazarus at lists.lazarus.freepascal.org
> http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus
>
More information about the Lazarus
mailing list