- This topic has 8 replies, 2 voices, and was last updated 4 years, 2 months ago by Support.
-
AuthorPosts
-
July 16, 2020 at 6:58 am #69110roadrunnerParticipant
Hi,
i have a Problem using the TsListView (vsReport) Component.
If the View is empty i have separator lines in the view (with.jpg), but if i fill it with ++.items.Add(
the lines disapear (without.jpg).br
Hans-JosefAttachments:
You must be logged in to view attached files.July 19, 2020 at 8:34 pm #69120SupportKeymasterHello!
I can’t repeat it in tests, unfortunately.
Could you help me with a demo, please?July 20, 2020 at 6:53 am #69125roadrunnerParticipantHi, 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 #69127SupportKeymasterThank 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 4 years, 4 months ago by Support.
July 21, 2020 at 5:11 am #69133roadrunnerParticipantHey,
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 #69138roadrunnerParticipantHey,
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 #69144SupportKeymasterI 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 #69410roadrunnerParticipantHey,
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 4 years, 2 months ago by roadrunner.
September 3, 2020 at 12:35 pm #69418SupportKeymasterI’m planning to fix it in the nearest release.
Why you are changing the Visible property there? Some special purpose? -
AuthorPosts
- You must be logged in to reply to this topic.