roadrunner

Forum Replies Created

Viewing 15 posts - 1 through 15 (of 15 total)
  • Author
    Posts
  • in reply to: No lines in TsListView #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.
      in reply to: No lines in TsListView #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

        in reply to: No lines in TsListView #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

          in reply to: No lines in TsListView #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.
            in reply to: Autohidescroll sChecklistBos #58746
            roadrunner
            Participant

              Hey,

              thanks for the example.

              Yes it works (i have a made similar one).

              But i thought that the property AutoHideScroll should do that for me.

              in reply to: V12.13 and V12.14 under Delphi5 #56982
              roadrunner
              Participant

                Hey,

                that's the solution.

                Thank you very much.

                Regards,

                Hans-Josef

                in reply to: Form.Caption 11.23 #56091
                roadrunner
                Participant

                  Win 7 64Bit

                  in reply to: Form.Caption 11.23 #56068
                  roadrunner
                  Participant

                    [attachment=8118:Askin.jpg]Hey,

                    sorry for the delay. I was on a business trip.

                    Here's the example

                    The button only adds Hallo to the caption.

                    Form1.Caption := Form1.Caption + ' Hallo';

                    After triggering you could see caption changes and also the windows control buttons disappers.

                    Best regards,

                    Hans-Josef

                    in reply to: Installation 10.20 under Delphi5 #54338
                    roadrunner
                    Participant

                      Hey,

                      good to hear that the problem is found.

                      We have a lot of old software which only runs with D5, so its more then good that you also support this old versions.

                      Thanks a lot,

                      Hans-Josef

                      in reply to: Installation 10.20 under Delphi5 #54320
                      roadrunner
                      Participant

                        Hey,

                        no one any idea?

                        The previous version runs without problem.

                        Best regards,

                        Hans-Josef

                        roadrunner
                        Participant

                          Hey,

                          after the reload, it works.

                          Thanks a lot for the fast reply.

                          BR

                          roadrunner
                          Participant

                            Hey,

                            here's the link http://www…zip

                            The File has a size of 6.620.317 Byte and seems to be okay.

                            BR

                            roadrunner
                            Participant

                              Hey,

                              it's the same with D5

                              BR

                              in reply to: Change color of TsEdit #39827
                              roadrunner
                              Participant

                                Hello,

                                i reinstalled the componet and now it runs.

                                Rregards
                                Hans

                                in reply to: Change color of TsEdit #39812
                                roadrunner
                                Participant

                                  Hello,

                                  i am using Delphi 5 and AC 6.36.

                                  I try to change the color and also the font.color of a TsEdit, but without success.

                                  Is there any other switch that has to be set?

                                  Regards,
                                  Hans

                                Viewing 15 posts - 1 through 15 (of 15 total)