No lines in TsListView

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #69120
    Support
    Keymaster

      Hello!
      I can’t repeat it in tests, unfortunately.
      Could you help me with a demo, please?

      #69125
      roadrunner
      Participant

        Hi, here it is.
        Without the skinning there are lines in between.
        Without skinning and filling, they lines are still there.
        Then switch on skinning, the lines (only in the filled area) disappear.

        BR
        Hans-Josef

        Attachments:
        You must be logged in to view attached files.
        #69127
        Support
        Keymaster

          Thank you
          Which Delphi version do you use?

          Also, please describe your Windows system.
          I can’t repeat the issue with your Exe.
          Maybe something in the Windows should be changed for that.

          • This reply was modified 5 years, 7 months ago by Support.
          #69133
          roadrunner
          Participant

            Hey,

            i use :
            Windows Version 10.0.18363.900, on one machine
            Windows Version 10.0.18363.959, on the other machine

            Both use the same kind of Compiler:
            Borland Delphi5 UpdatePack1 (Compilierung 6.18)

            With the Demo program:
            Start demo.exe -> lines in sListview
            Fill sListview -> lines still there
            Clear sListview -> lines still there
            Switch Skinnig on (checkbox Skin On/Off) checked -> lines still there
            Fill sListview -> lines in the filled area disappears still there

            Br
            Hans-Josef

            #69138
            roadrunner
            Participant

              Hey,
              i couldn’t believe that it should be related to the System.
              I tried an older version 7.65 and there the lines are still there.

              BR
              Hans-Josef

              #69144
              Support
              Keymaster

                I see it now, it’s not depended from OS. This issue exist under Delphi 5 only.
                I will research and try to fix it.

                #69410
                roadrunner
                Participant

                  Hey,
                  there is still a problem with the LIstView (also in 15.14).
                  The lines are there but there is an onter issue

                  I do something like:

                  
                      myListView.Visible := False;
                      myListView.Items.Clear;
                      myListView.Items.BeginUpdate;
                      (*
                         ....Fill the View
                      *)
                  
                      myListView.Items.EndUpdate;
                      myListView.Visible := true;
                  

                  Afterwards, they view is empty.
                  If i leave the Listview visible it works.

                  Best regards,
                  Hans-Josef

                  • This reply was modified 5 years, 6 months ago by roadrunner.
                  #69418
                  Support
                  Keymaster

                    I’m planning to fix it in the nearest release.
                    Why you are changing the Visible property there? Some special purpose?

                  Viewing 8 posts - 1 through 8 (of 8 total)
                  • You must be logged in to reply to this topic.