Stephane Senecal

Forum Replies Created

Viewing 20 posts - 41 through 60 (of 202 total)
  • Author
    Posts
  • in reply to: Default color of a Component according to the skin. #69285
    Stephane Senecal
    Participant

    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 2001

    in reply to: Default color of a Component according to the skin. #69282
    Stephane Senecal
    Participant

    By 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 2001

    in reply to: TsCharImageList #69234
    Stephane Senecal
    Participant

    I 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 2001

    in reply to: Another suggestion for the TsPageControl #69197
    Stephane Senecal
    Participant

    If 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 2001

    in reply to: Skin editor #69193
    Stephane Senecal
    Participant

    Ya, 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 2001

    in reply to: disable AlphaControls in Delphi5 IDE #69116
    Stephane Senecal
    Participant

    Looks like the Color property has been changed for all controls.

    Stephane Senecal
    CIS Group
    Delphi programmer since 2001

    in reply to: TsDBRichEdit does not update #69072
    Stephane Senecal
    Participant

    are you using Dataset.DisableControls()?
    if yes, check that you have the same amount of DisableControls than EnableControls.

    Stephane Senecal
    CIS Group
    Delphi programmer since 2001

    in reply to: CheckBox and RadioButton animation #69002
    Stephane Senecal
    Participant

    Well, 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 2001

    in reply to: Make TsDBLookupComboBox react to the mousewheel #68982
    Stephane Senecal
    Participant

    My 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 2001

    in reply to: CheckBox and RadioButton animation #68981
    Stephane Senecal
    Participant

    Do you refer to the circle animation?

    Stephane Senecal
    CIS Group
    Delphi programmer since 2001

    in reply to: Change suggestion for TspageControl #68979
    Stephane Senecal
    Participant

    Adjusting 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 2001

    in reply to: Image and Caption distance in TsButton is too big #68939
    Stephane Senecal
    Participant

    I 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 2001

    in reply to: Image and Caption distance in TsButton is too big #68924
    Stephane Senecal
    Participant

    Please disregard my previous post. I had the wrong version of AlphaSkins.
    I can reproduce your issue. I will let AlphaSkins staff respond.

    Stephane Senecal
    CIS Group
    Delphi programmer since 2001

    in reply to: Image and Caption distance in TsButton is too big #68922
    Stephane Senecal
    Participant

    Just 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 2001

    in reply to: Image and Caption distance in TsButton is too big #68920
    Stephane Senecal
    Participant

    I think you’ll have better control with a TsBitBtn

    Stephane Senecal
    CIS Group
    Delphi programmer since 2001

    in reply to: Sugestion #68891
    Stephane Senecal
    Participant

    Personally, I don’t see the difference between this TacLayout and a simple flat TsPanel.

    Stephane Senecal
    CIS Group
    Delphi programmer since 2001

    in reply to: ASkinEditor problems #68841
    Stephane Senecal
    Participant

    I had a feeling it was because of that.
    Thank you for your answer.

    Stephane Senecal
    CIS Group
    Delphi programmer since 2001

    in reply to: ASkinEditor problems #68830
    Stephane Senecal
    Participant

    There is no source code in there, only binaries.

    Stephane Senecal
    CIS Group
    Delphi programmer since 2001

    in reply to: ASkinEditor problems #68821
    Stephane Senecal
    Participant

    Sorry 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

    in reply to: TsVirtualImageList my drop a scan line. #68819
    Stephane Senecal
    Participant

    @AlphaSkin, have you tried to play with InterpolationMode in Gdi+ ?

    Stephane Senecal
    CIS Group
    Delphi programmer since 2001

Viewing 20 posts - 41 through 60 (of 202 total)