Forum Replies Created
-
AuthorPosts
-
SupportKeymaster
Hello!
The ChangeControlColors procedure is declared in the sVCLUtils unit:procedure ChangeControlColors(AControl: TControl; AFontColor, AColor: TColor);
If color value is clNone then default color will be used there.
I hope it helps.SupportKeymasterHello, Unisoft!
What you think about the TsPanel component and his OnPaint event?
This solution helps?SupportKeymasterYou can try to send it to support@alphaskins.com
June 24, 2021 at 6:14 pm in reply to: AC16.11 – TsSaveDialog, TsSavePictureDialog, etc… Crash under debugger #70137SupportKeymasterHello!
I have found a potential reason of the problem there.
Plz, wait a new release and check it (v16.12).
Or, I can send you a patched unit if you have sources of the package.SupportKeymasterЕсли есть демка, я посмотрю и будет работать без костылей =)
SupportKeymasterHello!
I have researched it and see that image is drawn by Delphi and changing of this behavior is difficult.
I can suggest to use the sMessageDlg procedure which is declared in the “sDialogs” unit.
Drawing in this dialog is more correct and buttons captions are localized automatically.SupportKeymasterHello again!
I saw “Hielo_CorteRepartidor2” in your screenshot with the error.
But it’s not found in the attached form, that’s why I asked.
Maybe you can give me a demo where this error may be repeated?SupportKeymasterДа, демка значительно ускоряет процесс решения вопроса.
SupportKeymasterHello!
What is Hielo_CorteRepartidor2? Which component type? I can’t find it in the “tnueva_factura” form…
Maybe you can give me a demo where this error may be repeated?SupportKeymasterThank you for the demo, I see it.
This issue will be solved in the nearest release.SupportKeymasterCustomImage.LoadFromFile для Bitmap должно работать.
Что в свойстве ImageType находится? itCustomImage?June 18, 2021 at 5:45 pm in reply to: AC16.11 – TsSaveDialog, TsSavePictureDialog, etc… Crash under debugger #70119SupportKeymasterHello!
I can’t repeat it unfortunately, maybe some another condition is required..
Is it possible to make a demo with this error?
Which Delphi version do you use?June 16, 2021 at 8:56 am in reply to: Font size changes in TAdvOfficePager tab after version 15.20 #70112SupportKeymasterCan’t understand, which difference between these images?
SupportKeymasterThank you, I will change it soon.
Please, start new topics for further new issues.SupportKeymasterДобрый день
Возможно и будет в будущем, но не могу обещать.
Не быстрее ли будет самостоятельно загрузить Jpeg как Bmp?
Что-то типа такого:jpg := TJpegImage.Create; try jpg.LoadFromFile(FileName); Bmp.Assign(jpg); finally jpg.Free; end;
June 15, 2021 at 5:14 am in reply to: Searching for designer who will transfer Figma design to new template #70109SupportKeymasterHello! Please, look your mail-box.
SupportKeymasterHi
I will try to improve the TsDBLookupCombobox soon and I will check the TsMaskEdit control, I hope I understand correctly what you mean ))June 14, 2021 at 8:46 pm in reply to: Font size changes in TAdvOfficePager tab after version 15.20 #70104SupportKeymasterSorry, I meant the TsSkinManager.Fonts property.
This property is not used?SupportKeymasterThank you, I will try to make a test-app soon.
SupportKeymasterUnderstand, I’ll try to improve it soon.
-
AuthorPosts