- This topic has 8 replies, 2 voices, and was last updated 5 years, 6 months ago by
Support.
-
AuthorPosts
-
July 19, 2020 at 8:34 pm #69120
Hello!
I can’t repeat it in tests, unfortunately.
Could you help me with a demo, please?July 20, 2020 at 6:53 am #69125Hi, 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-JosefAttachments:
You must be logged in to view attached files.July 20, 2020 at 7:24 am #69127Thank 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.
July 21, 2020 at 5:11 am #69133Hey,
i use :
Windows Version 10.0.18363.900, on one machine
Windows Version 10.0.18363.959, on the other machineBoth 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 thereBr
Hans-JosefJuly 28, 2020 at 7:12 am #69138Hey,
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-JosefJuly 28, 2020 at 11:04 am #69144I see it now, it’s not depended from OS. This issue exist under Delphi 5 only.
I will research and try to fix it.September 3, 2020 at 5:37 am #69410Hey,
there is still a problem with the LIstView (also in 15.14).
The lines are there but there is an onter issueI 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.
September 3, 2020 at 12:35 pm #69418I’m planning to fix it in the nearest release.
Why you are changing the Visible property there? Some special purpose? -
This reply was modified 5 years, 7 months ago by
-
AuthorPosts
- You must be logged in to reply to this topic.