cypheros

Forum Replies Created

Viewing 20 posts - 1 through 20 (of 32 total)
  • Author
    Posts
  • cypheros
    Participant

      Better in 16.19 but have another sample showing the problem again.

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

        Not finally fixed in 16.18. I thought the problem was fixed but if I change the colortone to another color, the problem shows up again.

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

          See the attachement how 16.15 looks like.

          Attachments:
          You must be logged in to view attached files.
          in reply to: 3 Problems with Alphaskins 16.14 and Delphi 10.4.2 #70327
          cypheros
          Participant

            Thanks, seams to be fixed now.

            in reply to: Creating windows with dark skin looks awkward. #69903
            cypheros
            Participant

              Thanks for your kind support.
              It seams to solve the problem.

              in reply to: How to disable Skinning of TMainmenu? #69869
              cypheros
              Participant

                Found out that “SkinManager.SkinnedPopups := False” is doing the trick.

                cypheros
                Participant

                  Thank you very much for your good and fast support. Works like a charm.

                  I have never regretted buying a lifetime license many years ago.

                  • This reply was modified 6 years, 2 months ago by cypheros.
                  cypheros
                  Participant

                    Yes, that would be great.

                    in reply to: Code Completion Stopped Working with stable v14.11 #58962
                    cypheros
                    Participant

                      Experts:

                      • DDevExtensions 2.84[*]Compiler Speed Pack x86 6.2 for Delphi 10.2[*]Compiler Speed Pack x64 6.2 for Delphi 10.2[*]Compiler Speed Pack Android 6.2 for Delphi 10.2[*]IDE Fix Pack 6.2 for Delphi 10.2[*]Exbaradero Quality Insight[*]IntraWeb XIV

                      uses

                      Winapi.Windows, Winapi.Messages, System.SysUtils, System.Variants, System.Classes, Vcl.Graphics,

                      Vcl.Controls, Vcl.Forms, Vcl.Dialogs;

                      in reply to: Code Completion Stopped Working with stable v14.11 #58864
                      cypheros
                      Participant

                        Have the same with Tokyo (10.2.3) and AS14.13

                        Just create a new VCL application. Double click the form and in the create event enter the the text “application”. As soon as you enter a dot after application, you will get a list of properties and methodes. See attachement 1.

                        Delete the word “application.” and add a Skinmanager to the form and then build the application.

                        If you now double click the form again and put a dot after the word “application”, you will no longer get anything. See attachement 2.

                        This is very annoying.

                        in reply to: Resize of a parented form not resizing correctly #56560
                        cypheros
                        Participant
                          'Support' wrote:

                          Thank you for the demo.

                          You can try the version 12.06, this issue is solved there.

                          Thank you very much for fixing this. This was important for my product.

                          I really appreciate your fast and qualified support.

                          I'm happy with the fix but I found a remaining problem if AllowOuterEffects is disabled.

                          [attachment=8274:SkinError3.PNG]

                          But this has no priority to me.

                          in reply to: Resize of a parented form not resizing correctly #56537
                          cypheros
                          Participant

                            Sorry, needed to update the error description. Not AllowExtBorders but AllowOuterEffects is causing the missbehavior.

                            But even with AllowOuterEffects disabled there is a repaint problem if you move or resize the parented form:

                            [attachment=8261:SkinError2.PNG]

                            I attached a short sample to reproduce the problem.

                            in reply to: Font scaling not working for TsListView #56528
                            cypheros
                            Participant

                              Thanks for the informations. As I was using Delphi 10 and Alphaskins 10.x in the past, now I've updated to Delphi 10.2 and Alphaskins 12. This is causing more problems as I expected.

                              I will look into the new Skinmanager properties. Thanks for your support.

                              in reply to: Font scaling not working for TsListView #56522
                              cypheros
                              Participant

                                Yes, Skinmanager and Skinprovider are missing as it makes no difference.

                                After some further tests, it seams the problem appears also with the TListView. So the bug has to be in the Embarcadero code or in Windows 10.

                                in reply to: Downlaod Problem of the latest licensed Version #56094
                                cypheros
                                Participant

                                  Have the same problem. The download link is missing.

                                  cypheros
                                  Participant
                                    'Support' wrote:

                                    Hello! Thank you for the message.

                                    Next version has been uploaded today already. Your solution will be implemented in the v10.23

                                    Thanks for your great support. Many problems have beeen fixed with new version 10.22 and it's not a big deal to wait some more days for the 10.23 .

                                    in reply to: sListView display problem introduced in AC 10.21 #54432
                                    cypheros
                                    Participant
                                      'egorea1999' wrote:

                                      Where you delete line (2097)?

                                      sListView.pas

                                      in reply to: Delphi Seattle #53977
                                      cypheros
                                      Participant
                                        'Support' wrote:

                                        Hello!

                                        The package with support of Seattle will be published today.

                                        Great, thanks for your support.

                                        in reply to: Delphi Seattle #53975
                                        cypheros
                                        Participant

                                          If you have source code license, you can try to compile it for Delphi 10.

                                          As a quick workaround, you can change sDefs.inc and add two lines:

                                          {$IFDEF VER300} {$DEFINE DELPHI_10} {$ENDIF}

                                          {$IFDEF VER290} {$DEFINE DELPHI_XE8} {$ENDIF}

                                          {$IFDEF DELPHI_10} {$DEFINE DELPHI_XE8} {$ENDIF}

                                          {$IFDEF DELPHI_XE8} {$DEFINE DELPHI_XE7} {$ENDIF}

                                          After that, you can use the packages from the previous version acntDelphiXE8…

                                          I was able to compile and use AlphaSkins under Delphi 10 Seattle. But I didn't test it on bigger projects. Maybe there are hidden bugs needing changes to the source code.

                                          in reply to: Delphi Seattle #53974
                                          cypheros
                                          Participant
                                            'Lasse' wrote:

                                            Is there any plan to support Delphi 10 Seattle?

                                            I hope so, new Delphi 10 support would be important for me, too.

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