RVSpinEdit

General TRichView support forum. Please post your questions here
Post Reply
standay
Posts: 256
Joined: Fri Jun 18, 2021 3:07 pm

RVSpinEdit

Post 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
Sergey Tkachenko
Site Admin
Posts: 17253
Joined: Sat Aug 27, 2005 10:28 am
Contact:

Re: RVSpinEdit

Post by Sergey Tkachenko »

Sorry for the delay.
Align will be published for TRVSpinEdit in the next update (it will be released soon).
standay
Posts: 256
Joined: Fri Jun 18, 2021 3:07 pm

Re: RVSpinEdit

Post 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
Sergey Tkachenko
Site Admin
Posts: 17253
Joined: Sat Aug 27, 2005 10:28 am
Contact:

Re: RVSpinEdit

Post 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.
standay
Posts: 256
Joined: Fri Jun 18, 2021 3:07 pm

Re: RVSpinEdit

Post 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
Sergey Tkachenko
Site Admin
Posts: 17253
Joined: Sat Aug 27, 2005 10:28 am
Contact:

Re: RVSpinEdit

Post by Sergey Tkachenko »

Included in TRichView 19.6
Post Reply