Forum Replies Created
-
AuthorPosts
-
Support
KeymasterHi
Yes, I see it under Delphi 7 and I’ll fix it soon.Support
KeymasterHello, Robert! I will try to fix this issue with scaled icon soon.
Support
KeymasterInteresting.. I’m using same antivirus, but haven’t such trouble.
I have checked the Exe-file on the virustotal.com, look the report, please:
https://www.virustotal.com/gui/file-analysis/M2EyMTUzMDE2ODliM2IyOTVhMGViZTg0YTdiYTE1MTc6MTYxMjE4OTE1Ng==/detectionSupport
KeymasterHello Stephane!
Which Delphi and AlphaControls package versions do you use?Support
KeymasterHello!
Which Anitivirus program do you use?
I have updated the demo, so you can try it again if you wish.Purpose of the TsVirtualImageList component – representation of the usual ImageList in other size and with other params. (For sample, it may be useful when same icons used for buttons and for popup menus but with different sizes. Source icons are stored in the usual imagelist, but TsVirtualImageList can show these icons in other sizes).
This article may be useful, I think: https://www.alphaskins.com/showdoc.php?l=en&n=12Support
KeymasterHello
If you have the TsSkinProvider component placed to the form, then you can receive a current PPI used by skin engine for this form: sSkinProvider1.SkinData.CurrentPPIAlso, you can try this function:
function GetControlPPI(Ctrl: TControl): integer;
It’s declared in the sVCLUtils unit.January 18, 2021 at 6:48 pm in reply to: Has anyone been able to skin the TeeGrid from Steema Software? #69858Support
KeymasterHello!
I have added TTeeGrid as ‘grid’ and have scrollbars skinned there.
Client area of the grid is not skinned, colors of the grid should be changed manually, seems.Attachments:
You must be logged in to view attached files.January 18, 2021 at 6:47 pm in reply to: My project wants acntCX10Berlin.lib but has disappeared #69857Support
KeymasterHi!
I’m glad the issue is solved.January 16, 2021 at 3:10 pm in reply to: How to change TsDirectoryEdit. Selecting Form caption, button to Chinese #69853Support
KeymasterHello!
You can copy the sStrings.res file from the “Res\TraditionalChinese” directory to the directory with package and rebuild all.Otherwise, all texts in the package may be changed in real-time. Look the sConst.pas unit, you need to change the “acs_SelectDir” variable in your case.
Support
KeymasterHello Andy!
This error is fixed in the v15.21 You tried this version?Support
KeymasterThese two components was not marked as available for Win64 mode.
I will make it in the nearest release.January 5, 2021 at 8:47 pm in reply to: Inconsistent drawing of windows & components when Form is borderless. #69847Support
KeymasterThank you for the demo, I will check it soon.
Support
KeymasterПроблема известна но не решаема на данный момент. ОС сама создает эти кнопки прокрутки и не дает перехватить рисование.
Support
KeymasterHi! Give me some time, please. I need to check if it’s possible.
Also, you can try the free VirtualTreeView component, it should support RTL BiDiMode and supported by AlphaSkins.Support
KeymasterHi! Fixed package will be released soon.
December 23, 2020 at 9:44 am in reply to: Access-violation in frxReport export as PDF if any AplhaControl added to form #69830Support
KeymasterHello!
I have recompiled your demo with added some controls from the AlphaControls package.
But can’t repeat the error there, Pdf saved is saved without the error. Maybe something missed.
Can you look my Exe, please? Can you repeat the error with this Exe?Attachments:
You must be logged in to view attached files.December 22, 2020 at 4:27 pm in reply to: Access-violation in frxReport export as PDF if any AplhaControl added to form #69829Support
KeymasterThank you for the demo. I will research it and hope to fix it at the nearest days.
Support
KeymasterThank you! I see it under old Delphi versions.
This issue will be solved in the nearest release.Support
KeymasterHello, Ralf! Do you use latest package version?
I will check it.Support
KeymasterHello
The TsGroupBox component doesn’t change state of child controls while loading.
Their state is changed only after clicking on the checkbox by the user.
I’m not sure which behavior is better, so, it’s not changed in loading… -
AuthorPosts