Forum Replies Created
-
AuthorPosts
-
roadrunner
ParticipantHey,
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, 9 months ago by
roadrunner.
roadrunner
ParticipantHey,
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-Josefroadrunner
ParticipantHey,
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-Josefroadrunner
ParticipantHi, 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.roadrunner
ParticipantHey,
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.
roadrunner
ParticipantHey,
that's the solution.
Thank you very much.
Regards,
Hans-Josef
roadrunner
ParticipantWin 7 64Bit
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
roadrunner
ParticipantHey,
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
roadrunner
ParticipantHey,
no one any idea?
The previous version runs without problem.
Best regards,
Hans-Josef
April 20, 2012 at 11:50 am in reply to: 7.64 – Compilation problem on D5 Entreprise Update Pack 1 #48288roadrunner
ParticipantHey,
after the reload, it works.
Thanks a lot for the fast reply.
BR
April 20, 2012 at 9:10 am in reply to: 7.64 – Compilation problem on D5 Entreprise Update Pack 1 #48286roadrunner
ParticipantApril 19, 2012 at 7:10 am in reply to: 7.64 – Compilation problem on D5 Entreprise Update Pack 1 #48249roadrunner
ParticipantHey,
it's the same with D5
BR
roadrunner
ParticipantHello,
i reinstalled the componet and now it runs.
Rregards
Hansroadrunner
ParticipantHello,
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 -
This reply was modified 4 years, 9 months ago by
-
AuthorPosts