Hello !
No idea with Multiselect = False ?
ChartListBox - prevent double selection
Greetz Dominik
http://www.logview.info
http://www.logview.info
Hi,
to change this behaviour you can use the following code :
to change this behaviour you can use the following code :
Code: Select all
procedure TListBoxForm.ChartListBox1Click(Sender: TObject);
begin
Chartlistbox1.UpdateSeries;
end;
Pep Jorge
http://support.steema.com
http://support.steema.com
Hi Pep,
you´r right that helps.
But on the other side you get always a complete series rebuild within the chartlistbox. So it flickers always you click the box.
Hopefully you can fix this error in the next maintanance release.
you´r right that helps.
But on the other side you get always a complete series rebuild within the chartlistbox. So it flickers always you click the box.
Hopefully you can fix this error in the next maintanance release.
Greetz Dominik
http://www.logview.info
http://www.logview.info
Hi Dominik,
yes, it does a repaint. For the moment this is the only way around I can think of.
I 'll add this issue on our bug/wish list. We'll try to add more functionalities to allow to customize the highlight (visible, color, etc..)
yes, it does a repaint. For the moment this is the only way around I can think of.
I 'll add this issue on our bug/wish list. We'll try to add more functionalities to allow to customize the highlight (visible, color, etc..)
Pep Jorge
http://support.steema.com
http://support.steema.com