Forum Replies Created
-
AuthorPosts
-
Stephane Senecal
ParticipantSame behavior I see in system buttons of the file explorer.
As we can see in Windows Explorer, there is a delay before the first hint is displayed, but when a hint is showing it updates immediately if it encounters another control.
I think HeDiBo means that there should be a delay before the first hint is shown.
In Delphi there is the option Application.HintPause which is the delay before showing a hint (default to 500 milliseconds).
Stephane Senecal
CIS Group
Delphi programmer since 2001Stephane Senecal
Participantusually 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 Senecal
ParticipantBy 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 Senecal
ParticipantI 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 Senecal
ParticipantIf 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 Senecal
ParticipantYa, 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 Senecal
ParticipantLooks like the Color property has been changed for all controls.
Stephane Senecal
CIS Group
Delphi programmer since 2001Stephane Senecal
Participantare 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 Senecal
ParticipantWell, 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 Senecal
ParticipantMy 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 Senecal
ParticipantDo you refer to the circle animation?
Stephane Senecal
CIS Group
Delphi programmer since 2001Stephane Senecal
ParticipantAdjusting 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 Senecal
ParticipantI 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 Senecal
ParticipantPlease 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, 9 months ago by
Stephane Senecal.
Stephane Senecal
CIS Group
Delphi programmer since 2001Stephane Senecal
ParticipantJust 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 Senecal
ParticipantI think you’ll have better control with a TsBitBtn
Stephane Senecal
CIS Group
Delphi programmer since 2001Stephane Senecal
ParticipantPersonally, I don’t see the difference between this TacLayout and a simple flat TsPanel.
Stephane Senecal
CIS Group
Delphi programmer since 2001Stephane Senecal
ParticipantI had a feeling it was because of that.
Thank you for your answer.Stephane Senecal
CIS Group
Delphi programmer since 2001Stephane Senecal
ParticipantThere is no source code in there, only binaries.
Stephane Senecal
CIS Group
Delphi programmer since 2001Stephane Senecal
ParticipantSorry 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 2001 -
This reply was modified 4 years, 9 months ago by
-
AuthorPosts