Forum Replies Created
-
AuthorPosts
-
Stephane SenecalParticipant
usually I use Edit.SkinData.CustomColor := true and Edit.SkinData.CustomFont := true. Set the Color and Font.Color properties. And when I want to go back, I set CustomColor and CustomFont back to false.
Stephane Senecal
CIS Group
Delphi programmer since 2001Stephane SenecalParticipantBy default AlphaSkin does not skin standard controls.
You have to add the control classes you want to be skinned in the Third party control list available by right-clicking on the TsSkinManager control.Stephane Senecal
CIS Group
Delphi programmer since 2001Stephane SenecalParticipantI did add my font into the CharImageList, but when I add a new icon into the font, I have to remove the font from the CharImageList and re-add it. Doing so removes all references to existing glyphs and I have to re-add all of them.
If there could be a way to update the font in the CharImageList just like internal skins it would be great.
Stephane Senecal
CIS Group
Delphi programmer since 2001Stephane SenecalParticipantIf you ever succeed in doing the padding, could you add the possibility to center all tabs in the pagecontrol?
Stephane Senecal
CIS Group
Delphi programmer since 2001Stephane SenecalParticipantYa, I saw it. It works great. Thanks!
Could it be possible to make the preview of glyphs work in the “Form title bar” and “Glyphs” sections?
Stephane Senecal
CIS Group
Delphi programmer since 2001Stephane SenecalParticipantLooks like the Color property has been changed for all controls.
Stephane Senecal
CIS Group
Delphi programmer since 2001Stephane SenecalParticipantare you using Dataset.DisableControls()?
if yes, check that you have the same amount of DisableControls than EnableControls.Stephane Senecal
CIS Group
Delphi programmer since 2001Stephane SenecalParticipantWell, I meant the animation of the check mark being checked in the checkbox, but I can understand that this is totally another feature that would need a lot of work.
PS the click circle wave animation is quite nice.
You can close this or put it in your todo list for version 17.xx 😉
Stephane Senecal
CIS Group
Delphi programmer since 2001Stephane SenecalParticipantMy 2 cent here, I think the mouse wheel should only work when the combobox’s list is dropped down, but not when the combobox’s list is closed even though it is Windows’s default behavior.
We had many many problems with customers changing values without noticing by scrolling focused comboboxes (focus doesn’t mean under mouse cursor).Stephane Senecal
CIS Group
Delphi programmer since 2001Stephane SenecalParticipantDo you refer to the circle animation?
Stephane Senecal
CIS Group
Delphi programmer since 2001Stephane SenecalParticipantAdjusting the tab with to the text is the default behavior if the property TabWidth of the pagecontrol is set to 0.
Stephane Senecal
CIS Group
Delphi programmer since 2001Stephane SenecalParticipantI think I found the culprit if you can’t wait for a fix by AlphaSkins.
In the sButton.pas unit, in the function CaptionRect(), at line 400, you can read the line “Result.Left := ImageMargins.Left + 2 * FContentMargin + ImgW + ContentSpacing(Self) + ImageMargins.Right;”
If you remove the “2 * “, it seems to produce the correct result. It will keep 6px between the icon and the caption.
If you don’t even want that spacing, remove “ContentSpacing(Self) + “.Stephane Senecal
CIS Group
Delphi programmer since 2001Stephane SenecalParticipantPlease disregard my previous post. I had the wrong version of AlphaSkins.
I can reproduce your issue. I will let AlphaSkins staff respond.- This reply was modified 4 years, 5 months ago by Stephane Senecal.
Stephane Senecal
CIS Group
Delphi programmer since 2001Stephane SenecalParticipantJust to be sure, is this what you have?
Attachments:
You must be logged in to view attached files.Stephane Senecal
CIS Group
Delphi programmer since 2001Stephane SenecalParticipantI think you’ll have better control with a TsBitBtn
Stephane Senecal
CIS Group
Delphi programmer since 2001Stephane SenecalParticipantPersonally, I don’t see the difference between this TacLayout and a simple flat TsPanel.
Stephane Senecal
CIS Group
Delphi programmer since 2001Stephane SenecalParticipantI had a feeling it was because of that.
Thank you for your answer.Stephane Senecal
CIS Group
Delphi programmer since 2001Stephane SenecalParticipantThere is no source code in there, only binaries.
Stephane Senecal
CIS Group
Delphi programmer since 2001Stephane SenecalParticipantSorry to piggy back on your question, but I was wondering if you (@alphaskin) were using another program to update all the skins or you have to manually open all of them in the alphaskin editor?
Also, I would like to know if there’s a reason why the sources for the editor are not available?Stephane Senecal
CIS Group
Delphi programmer since 2001Stephane SenecalParticipant@AlphaSkin, have you tried to play with InterpolationMode in Gdi+ ?
Stephane Senecal
CIS Group
Delphi programmer since 2001 -
AuthorPosts