HeDiBo

Forum Replies Created

Viewing 20 posts - 641 through 660 (of 1,174 total)
  • Author
    Posts
  • in reply to: Drawing rows with alternate colors in TsDBGrid #57421
    HeDiBo
    Participant
      'Support' wrote:

      You can't link a color of row with tow number here (with Row property).

      Try the DataSource.DataSet.RecNo for this purpose.

      http://www.swissdelp…ode.php?id=2305

      Unfortunately not all datasets have a working RecNo property. Especially SQL based datasets do not have one or have only a simulated one that takes enormous amounts of time.

      Wouldn't it be possible for you to build this feature into TsDBGrid:

      Property AlternateColors: Boolean which defaults to False for compatibility with previous versions.

      Event OnGetAlternateColor(OddRow: Boolean; CurrColor: TColor): TColor. (Only needed for customized alternate colors)

      Considering the number of web pages with explanations / questions on how to do this in TDBGrid that must be a welcomed addition to AC.

      The alternate color logic only has to be based on the physical row, not on content or record number of the underlying dataset (first displayed row has the odd color, second displayed row has the even color, etc.):

      Code:
      RowNo := Rect.Top div (Rect.Bottom – Rect.Top);
      OddRow := Odd(RowNo);

      Would you? Could you? bravo.gif

      in reply to: TsRoundBtn does not render correctly #57417
      HeDiBo
      Participant

        I now understand it is known behavior of Windows, not of AC.

        Pity 18.gif

        in reply to: TsFrameBar cannot show Frames if DragItems is True #57413
        HeDiBo
        Participant
          'Support' wrote:

          A purpose of this property is switching of the component to the special editing mode where order of items may be changed by user.

          Now that the property is gone from Published to Public, it may be a good idea to implement the event OnAfterDragItem so that the programmer can reset the DragItems property.

          HeDiBo
          Participant
            'HeDiBo' wrote:
            So for the time, consider this bug closed a7.gif

            Problem is indeed solved in 12.22 a3.gif

            in reply to: Incorrect skinning on Frames at design time (AC 12.20) #57411
            HeDiBo
            Participant
              'Support' wrote:

              I will try to add improvements in the nearest release.

              Problem solved in 12.22 a3.gif

              in reply to: Hint on button in TsFileDirEdit does not show #57410
              HeDiBo
              Participant
                'Support' wrote:

                This feature will be implemented in the nearest release.

                Solved in 12.22 a3.gif

                in reply to: Component name changes to skinname! #57409
                HeDiBo
                Participant
                  'Support' wrote:

                  This issue will be solved in the nearest release, I think.

                  Solved a3.gif

                  in reply to: TsRoundBtn does not render correctly #57408
                  HeDiBo
                  Participant
                    'Support' wrote:

                    This is a known behavior, background received from parent directly, not from screen.

                    I'm glad it is a known behavior. But shouldn't it be changed? happy.gif

                    in reply to: Glyph on TsRoundBtn does nothing #57407
                    HeDiBo
                    Participant
                      'Support' wrote:

                      The issue will be solved in the nearest release.

                      AC 12.22 solved this a3.gif

                      HeDiBo
                      Participant

                        Remember that my wife has the same problem. Her laptop runs with a standard theme.

                        Bug is still present in AC 12.22

                        Why do you have a light grey highlight? Doesn't look like the right color for Cappuccino!

                        in reply to: TsDirectoryEdit dialog has distorted icons #57405
                        HeDiBo
                        Participant

                          It's a problem with the account I run under.

                          If I log in with a different account, there is no problem with the icons.

                          Thank you for your efforts. You can consider this a closed case.

                          in reply to: TsDirectoryEdit dialog has distorted icons #57404
                          HeDiBo
                          Participant
                            'HeDiBo' wrote:

                            However on the laptop of my wife, there is not a problem. It must be my PC then, What could it be?

                            I remember now: I had this before. Something to do with the Windows Icon Cache. I'll look into this some more. Don't bother about this for the moment.

                            HeDiBo
                            Participant
                              'Support' wrote:

                              Please, tell which theme is loaded there, I will try it.

                              I tried different themes, but I did not get any improvements.

                              in reply to: TsDirectoryEdit dialog has distorted icons #57402
                              HeDiBo
                              Participant
                                'HeDiBo' wrote:

                                I also tried this with the original version of ASkinDemo.exe and have the same result.

                                However on the laptop of my wife, there is not a problem. It must be my PC then, What could it be?

                                HeDiBo
                                Participant
                                  'Support' wrote:

                                  Selected item is drawn by system

                                  In your system the selection is drawn light blue (strange color for the Cappuccino skin). In my system and also on the Windows 10 laptop of my wife the selection is drawn in a very dark color.

                                  Could it be a Windows Theme problem?

                                  in reply to: TsDirectoryEdit dialog has distorted icons #57398
                                  HeDiBo
                                  Participant
                                    'Support' wrote:

                                    I need any info about your system configuration then.

                                    I have the speccy info for you:

                                    [attachment=8567:PCHELMADICK.txt]

                                    If you have Speccy, I can send the Speccy file also,

                                    in reply to: TsDirectoryEdit dialog has distorted icons #57396
                                    HeDiBo
                                    Participant
                                      'Support' wrote:

                                      I mean, this left bar with icons is visible in the ASkinDemo in this ComboEdit.

                                      You told that you have changed sources and recompiled.

                                      This left bar is not visible in the original downloaded demo?

                                      I also tried this with the original version of ASkinDemo.exe and have the same result.

                                      HeDiBo
                                      Participant
                                        'Support' wrote:

                                        Your Exe works good on my PC too.

                                        Maybe I need to change a system config?

                                        Can you show me a picture of it? Just to be sure we're talking about the same thing?

                                        in reply to: TsDirectoryEdit dialog has distorted icons #57392
                                        HeDiBo
                                        Participant
                                          'Support' wrote:

                                          I mean this ComboEdit. Root buttons are not visible there??

                                          The problem is not that they are not visible. The root buttons have a black background, not a transparent background. Also here the documents icon is not visible:

                                          [attachment=8565:SelectFolderBug.jpg]

                                          I also tried this with the original version of ASkinDemo.exe and have the same result.

                                          HeDiBo
                                          Participant
                                            'Support' wrote:

                                            Of course.

                                            Please, upload your Exe.

                                            Here it is:

                                            [attachment=8563:acShellBug.rar]

                                          Viewing 20 posts - 641 through 660 (of 1,174 total)