Forum Replies Created
-
AuthorPosts
-
roadrunnerParticipant
Hey,
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.
roadrunnerParticipantHey,
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-JosefroadrunnerParticipantHey,
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-JosefroadrunnerParticipantHi, 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.roadrunnerParticipantHey,
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.
roadrunnerParticipantHey,
that's the solution.
Thank you very much.
Regards,
Hans-Josef
roadrunnerParticipantWin 7 64Bit
roadrunnerParticipant[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
roadrunnerParticipantHey,
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
roadrunnerParticipantHey,
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 #48288roadrunnerParticipantHey,
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 #48286roadrunnerParticipantApril 19, 2012 at 7:10 am in reply to: 7.64 – Compilation problem on D5 Entreprise Update Pack 1 #48249roadrunnerParticipantHey,
it's the same with D5
BR
roadrunnerParticipantHello,
i reinstalled the componet and now it runs.
Rregards
HansroadrunnerParticipantHello,
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 -
AuthorPosts