Stephane Senecal

Forum Replies Created

Viewing 20 posts - 1 through 20 (of 202 total)
  • Author
    Posts
  • in reply to: TsSpeedButton drop down menu doesn’t seem to work? #71802
    Stephane Senecal
    Participant

    From the source code, the ButtonStyle has to be set to tbsDropDown.

    Stephane Senecal
    CIS Group
    Delphi programmer since 2001

    in reply to: Is the lead developer still safe? #71549
    Stephane Senecal
    Participant

    Just to let you know, this is a one-person company.
    I sincerely hope he’s safe and alive too.
    I don’t know if he’s participating in the war effort as a soldier or a computer scientist given his programming background (or any other way).

    @Sergii, wish you the best in these troubled times.

    Stephane Senecal
    CIS Group
    Delphi programmer since 2001

    in reply to: How to skin a dynamically created Popup-Menu? #71453
    Stephane Senecal
    Participant

    Is the property SkinnedPopups is True in the SkinManager.

    Stephane Senecal
    CIS Group
    Delphi programmer since 2001

    in reply to: I created an additional component #71449
    Stephane Senecal
    Participant

    I believe AlphaSkins uses some kind of caching for drawing. I think you should draw your triangle in that cache instead of directly on the button’s canvas.
    Sorry I don’t have more specific details on how to implement this.

    Stephane Senecal
    CIS Group
    Delphi programmer since 2001

    in reply to: TSDBGrid shows an integer field as blank? #71434
    Stephane Senecal
    Participant

    I tried to reproduce with the version 17.10 of alpha skins (with Acryl skin) with Delphi 12 Athens in both 32 and 64 bit and I could not reproduce your problem.

    Stephane Senecal
    CIS Group
    Delphi programmer since 2001

    in reply to: Support Delphi7 #71226
    Stephane Senecal
    Participant

    Just a thought on the matter of Delphi 7 support.
    Recent versions of Delphi already have a skinning engine contrary to Delphi 7.
    I think that you might have a greater customer base on versions of Delphi that does not already have a skinning engine.

    Maybe a survey with your customers on which version of Delphi they use could be a good idea.

    Stephane Senecal
    CIS Group
    Delphi programmer since 2001

    in reply to: Access Violation Delphi5 #71122
    Stephane Senecal
    Participant

    In regards with the design screwed up, a screenshot might help to understand which part is not rendered correctly.

    Stephane Senecal
    CIS Group
    Delphi programmer since 2001

    in reply to: Access Violation Delphi5 #71121
    Stephane Senecal
    Participant

    If you are a business, you do not have the rights to use the community version. We learned that the hard way. Embarcadero sued us for that.

    Stephane Senecal
    CIS Group
    Delphi programmer since 2001

    in reply to: Programatically selecting a folder in TsShellTreeView #70945
    Stephane Senecal
    Participant

    From Delphi:
    For a ShellTreeView it is Path.
    For a ShellListVew it is Root.

    I don’t know if they work the same in C++ but it’s a good starting point.

    And btw, those components are the same as TShellTreeView and TShellListView. The only difference for AlphaSkins’ one is that they are skinned. You can search the whole web, not just AlphaSkins’ forums for that kind of problems.

    Stephane Senecal
    CIS Group
    Delphi programmer since 2001

    in reply to: AlphaSkins Slow performance #70913
    Stephane Senecal
    Participant

    Anything that updates the UI will be slower with AlphaSkins.

    Stephane Senecal
    CIS Group
    Delphi programmer since 2001

    in reply to: There is a problem with 200% zoom of 4K resolution #70854
    Stephane Senecal
    Participant

    You might wanna try the latest version.

    Stephane Senecal
    CIS Group
    Delphi programmer since 2001

    in reply to: Win word toolbar #70823
    Stephane Senecal
    Participant

    I think what Support(Serge) meant is that you can start with Windows 11 Light skin and modify it to your liking.

    Stephane Senecal
    CIS Group
    Delphi programmer since 2001

    in reply to: Rounded buttons #70644
    Stephane Senecal
    Participant

    I have tried to reproduce in a small project, but I couldn’t reproduce the behavior of the demo app. I suppose it’s a bad build of the demo app.

    Stephane Senecal
    CIS Group
    Delphi programmer since 2001

    in reply to: Rounded buttons #70643
    Stephane Senecal
    Participant

    Doesn’t seems to be fixed in your demo app. I don’t know if it’s a bad build. (version 16.21)

    Stephane Senecal
    CIS Group
    Delphi programmer since 2001

    in reply to: Tool to convert old skins to new format #70608
    Stephane Senecal
    Participant

    Ok, thanks.

    Modernizing all skins must have been a pain for you!
    I always wondered how you manage to keep up with all those skins.
    I only have 1 and it is quite a job to modify it.

    Stephane Senecal
    CIS Group
    Delphi programmer since 2001

    in reply to: Scaling #70598
    Stephane Senecal
    Participant

    I’ve attached a sample project showing the differences between scaling up or scaling down images vs using native images.

    Attachments:
    You must be logged in to view attached files.

    Stephane Senecal
    CIS Group
    Delphi programmer since 2001

    in reply to: Tool to convert old skins to new format #70594
    Stephane Senecal
    Participant

    I’ve attached 2 images describing what I have (oldalpha) and what it should become (newalpha).

    Note that it shouldn’t be bigger. Only that the mask from the oldalpha be merge into the alpha channel of the png.

    Attachments:
    You must be logged in to view attached files.

    Stephane Senecal
    CIS Group
    Delphi programmer since 2001

    in reply to: Tool to convert old skins to new format #70551
    Stephane Senecal
    Participant

    I won’t have the alpha channel that way.

    Stephane Senecal
    CIS Group
    Delphi programmer since 2001

    in reply to: Rounded buttons #70548
    Stephane Senecal
    Participant

    From your Demo app 16.19

    Attachments:
    You must be logged in to view attached files.

    Stephane Senecal
    CIS Group
    Delphi programmer since 2001

    in reply to: Rounded buttons #70538
    Stephane Senecal
    Participant

    To be more obvious, you need to use the BUTTON_BIG section

    Stephane Senecal
    CIS Group
    Delphi programmer since 2001

Viewing 20 posts - 1 through 20 (of 202 total)