Forum Replies Created
-
AuthorPosts
-
SpeedTI
ParticipantI’m trying to install 64-bit components and I’m getting the message:
File not found: AcTinyJPG.pas
Regards
Valdir SolaSpeedTI
ParticipantBasically the TsMaskEdit component must have the same behavior as the TsComboEdit component at the time of focus where the TsComboEdit has a mask.
Thanks.
Regards
Valdir SolaJune 17, 2021 at 12:05 pm in reply to: Font size changes in TAdvOfficePager tab after version 15.20 #70115SpeedTI
ParticipantAll right, let’s leave it at that. I tried to exemplify in a new project but the problem doesn’t occur. I’ll try to find out why this happens on some systems I have running and I’ll let you know any news.
Thanks.
Regards
Valdir SolaJune 14, 2021 at 10:43 pm in reply to: Font size changes in TAdvOfficePager tab after version 15.20 #70105SpeedTI
ParticipantI informed the name of the font in the MainFont but it didn’t resolve. I’m attaching images to illustrate what happens.
Img01 – The tab text is the correct size, however, I need to configure it at runtime in the Form’s OnShow event:
procedure TfrmClients.FormShow(Sender: TObject);
begin
frmGeneral.AdvOfficePagerOfficeStyler1.TabAppearance.Font.Size:=9;
end;================================================== ===
Img02 – The text has a reduced font size, no configuration at runtime in the Form’s OnShow event:
procedure TfrmClients.FormShow(Sender: TObject);
begin
//frmGeneral.AdvOfficePagerOfficeStyler1.TabAppearance.Font.Size:=9;
end;Just to remind you, I’m using the TAdvOfficePager component styled by the TADvOfficePagerOfficeStyller component.
The font used is configured in the TADvOfficePagerOfficeStyller component.Attachments:
You must be logged in to view attached files.Regards
Valdir SolaJune 11, 2021 at 11:42 pm in reply to: Font size changes in TAdvOfficePager tab after version 15.20 #70096SpeedTI
ParticipantAre you talking about TsSkinProvider or TsSkinManager?
I couldn’t find this property on the TsSkinProvider. Could you provide an example of use here?-
This reply was modified 4 years ago by
SpeedTI.
Regards
Valdir SolaSpeedTI
ParticipantI tried to download again and the antivirus keeps interrupting for the same reason.
Regards
Valdir SolaSpeedTI
ParticipantThanks for the explanations about TsVirtualImageList.
Regards
Valdir SolaSpeedTI
ParticipantHello.
Windows 10 standard antivirus.Regards
Valdir SolaSpeedTI
ParticipantSelecting the “smOldMode” option did not work.
It worked just by commenting on the “ACDPIAWARE” compilation directive.On the distortions, I will provide a demonstration.
Thanks.
Regards
Valdir SolaSpeedTI
ParticipantIt’s solved.
Thanks a lot.Regards
Valdir SolaSpeedTI
ParticipantFeel free to download the code through the link:
https://www.speedti.com.br/download/test_alpha.rarMade in Delphi 2010
Thanks
Regards
Valdir SolaSpeedTI
ParticipantHi.
Yes, I saw the solution you proposed and it did not work (versions 19 onwards). What I find really strange is the fact that the reported problem is only occurring since update 19.
To solve the problem in the GroupBox border color, I changed the color of the child form to the value $ 00F0DAC7 which is the closest to the color used by the skin. As of version 19, this change in color does not cause any change.
I don’t see any problem in chatting on whatsapp, I just ask you to contact me in private so that I can provide you with my contact details.Thanks
Regards
Valdir SolaSpeedTI
ParticipantPlease download this other demo compiled with version 15.16 and compare the results of the two versions, with the option DrawClientArea = False and DrawNonClientArea = False and maybe you understand what I mean.
https://www.speedti.com.br/download/demo_version1516.exe
Regards
Valdir SolaSpeedTI
ParticipantPlease use the link to download the demo:
https://www.speedti.com.br/download/demo_alpha.exe
Thank You
-
This reply was modified 4 years, 6 months ago by
SpeedTI.
Regards
Valdir SolaSpeedTI
ParticipantSpeedTI
ParticipantNo, my suggestion is to use the component with Label (that already exists) or Component with CheckBox (which already has the label) or RadioButton (which also already has the Label).
Regards
Valdir SolaSpeedTI
ParticipantHas the problem reported here been resolved in version 15.20?
I would like to know before updating.
Regards
Valdir SolaSpeedTI
ParticipantOK
ThanksRegards
Valdir SolaSpeedTI
ParticipantNo problems
Thank You.
Regards
Valdir SolaJuly 28, 2020 at 11:37 am in reply to: Force display of Hint on another component with AlphaHint #69147SpeedTI
ParticipantThis will help a lot
Thank youRegards
Valdir Sola -
This reply was modified 4 years ago by
-
AuthorPosts