Stephane Senecal

Forum Replies Created

Viewing 20 posts - 81 through 100 (of 202 total)
  • Author
    Posts
  • Stephane Senecal
    Participant

    I understand your point.

    Maybe, as a suggestion, there could be some sections in the skin like BUTTON_GREEN, BUTTON_RED, BUTTON_BLUE for those complex situations.

    Stephane Senecal
    CIS Group
    Delphi programmer since 2001

    Stephane Senecal
    Participant

    Don’t you already have the alpha mask?

    Stephane Senecal
    CIS Group
    Delphi programmer since 2001

    Stephane Senecal
    Participant

    I’m not sure if it is connected, but when the Lighting mode is set to lmActiveControl, the light does not update its position on buttons that are in a standard dialog.

    Tested in the Main Demo App.

    P.S. In the Main Demo App, in the Buttons animation section, the radio button for lighting mode always revert to lmAffectNearest after going to another section and coming back to Buttons animation.

    Stephane Senecal
    CIS Group
    Delphi programmer since 2001

    in reply to: Show hints even if control is disabled #61458
    Stephane Senecal
    Participant

    If you need hints on disabled control only in few places, you can place that control on a small panel and set the hint on that panel.

    If you need this globally, it will be one hell of a job.

    Hope it helps.

    Stephane Senecal
    CIS Group
    Delphi programmer since 2001

    in reply to: Add split-button type to TsSpeedButton #59797
    Stephane Senecal
    Participant

    Could it be possible to make the button look more like that?

    [attachment=9432:Button2.png]

    instead of like now

    [attachment=9433:Button.png]

    Stephane Senecal
    CIS Group
    Delphi programmer since 2001

    in reply to: Add split-button type to TsSpeedButton #59796
    Stephane Senecal
    Participant

    I found it.

    If there is no OnClick event on the speedbutton, the style is dropdown. If there is an event, the style is split.

    Too bad we can't see it in design mode.

    Stephane Senecal
    CIS Group
    Delphi programmer since 2001

    in reply to: Add split-button type to TsSpeedButton #59795
    Stephane Senecal
    Participant

    I only have those styles tbsButton, tbsCheck, tbsDropDown, tbsSeparator, tbsDivider

    tbsDropDown shows a drop down arrow, but not the vertical line that makes it both a button and a drop down.

    Am I missing something?

    Stephane Senecal
    CIS Group
    Delphi programmer since 2001

    in reply to: About TsArcPreloader freez #59780
    Stephane Senecal
    Participant

    Just trying to help here…

    You can do Application.ProcessMessages() or ArcControl.Update() to force one paint.

    It will need to be repeated many times in your process so that the UI can update itself.

    Hope it helps.

    Stephane Senecal
    CIS Group
    Delphi programmer since 2001

    in reply to: Form not scaling #59751
    Stephane Senecal
    Participant

    One time loading at form creation.

    Delphi 7 does not support real time dpi changing unfortunately.

    Stephane Senecal
    CIS Group
    Delphi programmer since 2001

    in reply to: Form not scaling #59745
    Stephane Senecal
    Participant

    It didn't help.

    I wanted to know in what Unit-Function forms were scaled so I can debug it.

    Stephane Senecal
    CIS Group
    Delphi programmer since 2001

    in reply to: Problem with form border drawing #59728
    Stephane Senecal
    Participant

    I'm not quite sure what changed (a reboot perhaps), but I do not have the problem anymore. Mysteries of Windows.

    Stephane Senecal
    CIS Group
    Delphi programmer since 2001

    in reply to: Ugly focus rectangle in TsButton #59687
    Stephane Senecal
    Participant

    Weird, I'm using version 13 of AlphaSkins and a TsButton does not draw a focus rectangle by default, but a TsBitBtn does.

    Both have the property ShowFocus to True by default. It looks like a bug that you liked.

    I agree that a focus rectangle is the ugliest way to show which control has the focus, but it is the standard way on Microsoft Windows.

    By the way, I do not work for Alpha Skins. I'm only trying to help.

    Stephane Senecal
    CIS Group
    Delphi programmer since 2001

    in reply to: Ugly focus rectangle in TsButton #59685
    Stephane Senecal
    Participant

    TsSkinManager.ButtonsOptions.ShowFocusRect = False

    Stephane Senecal
    CIS Group
    Delphi programmer since 2001

    in reply to: TsListBox font color #59640
    Stephane Senecal
    Participant

    If you want the same color for the whole list use SkinData.CustomFont := True and set the color in the font as usual.

    Stephane Senecal
    CIS Group
    Delphi programmer since 2001

    in reply to: Helper function to animate/move controls #59631
    Stephane Senecal
    Participant

    Thank you.

    Stephane Senecal
    CIS Group
    Delphi programmer since 2001

    in reply to: Динамический блюр #59623
    Stephane Senecal
    Participant

    http://vhanla.codigobit.info/2015/07/enable-windows-10-aero-glass-aka-blur.html

    Stephane Senecal
    CIS Group
    Delphi programmer since 2001

    in reply to: Problem with form border drawing #59597
    Stephane Senecal
    Participant

    I noticed that the value returned by GetSystemMetrics(SM_CXSIZEFRAME) is different when debugging vs not.

    It returns 4 when debugging and 8 when not debugging.

    When not debugging the form draws correctly.

    Stephane Senecal
    CIS Group
    Delphi programmer since 2001

    in reply to: Размытие рамки #59583
    Stephane Senecal
    Participant

    Sorry for my english, but are you on Windows 7?

    I'm on Windows 10 and I don't see blur at all.

    Stephane Senecal
    CIS Group
    Delphi programmer since 2001

    in reply to: Caption above GroupBox #59565
    Stephane Senecal
    Participant

    I looked at it. I think it's nice.

    Stephane Senecal
    CIS Group
    Delphi programmer since 2001

    in reply to: TsTreeViewEx RowSelect #59551
    Stephane Senecal
    Participant

    I'm getting confused… It is not fixed.

    RowSelect does not work with v14.25 if the skins are active.

    Stephane Senecal
    CIS Group
    Delphi programmer since 2001

Viewing 20 posts - 81 through 100 (of 202 total)