Page 1 of 1

RVSpinEdit

Posted: Thu Oct 21, 2021 7:53 pm
by standay
Hi Sergey,

I wanted to use an RVSpinEdit in my app but its Align property is not exposed in the Object Inspector. I could make a new component based on it or set RVSpinEdit1.Align := alLeft (or right or whatever) in code, but for design purposes it helps to be able to set it with the Inspector at design time so I can see visually that it's correct before compiling.

I could change the source file myself but I hate doing that as an update will blow out my change. Could you add that property in your source so it's exposed in the Inspector for the next version? Or will that mess something else up that I'm not aware of?

Thanks

Stan

Re: RVSpinEdit

Posted: Sun Nov 21, 2021 5:36 pm
by Sergey Tkachenko
Sorry for the delay.
Align will be published for TRVSpinEdit in the next update (it will be released soon).

Re: RVSpinEdit

Posted: Sun Nov 21, 2021 6:12 pm
by standay
Sergey Tkachenko wrote: Sun Nov 21, 2021 5:36 pm Sorry for the delay.
Align will be published for TRVSpinEdit in the next update (it will be released soon).
Thanks Sergey. These also look like they might need "Align" exposed too:

TRVStyleTemplateComboBox
TRVFontSizeComboBox
TRVFontCharsetComboBox
TRVFontComboBox
TSRVCheckBox
TSRVRadioButton

Thanks Sergey

Stan

Re: RVSpinEdit

Posted: Sun Nov 21, 2021 6:54 pm
by Sergey Tkachenko
Ok.

TRVFont*ComboBox already have Align properties, because they are inherited from TComboBox, that published Align property (except for very old versions of Delphi).
I'll publish Align in all other controls.

Re: RVSpinEdit

Posted: Sun Nov 21, 2021 8:41 pm
by standay
Sergey Tkachenko wrote: Sun Nov 21, 2021 6:54 pm Ok.

TRVFont*ComboBox already have Align properties, because they are inherited from TComboBox, that published Align property (except for very old versions of Delphi).
I'll publish Align in all other controls.
Ah, yes it's OK, my mistake.

Thanks Sergey!

Stan

Re: RVSpinEdit

Posted: Fri Nov 26, 2021 3:26 pm
by Sergey Tkachenko
Included in TRichView 19.6