Search found 4 matches

by Andy
Tue Nov 28, 2006 2:05 pm
Forum: VCL
Topic: Tee chart events stopped working
Replies: 5
Views: 4009

Well I managed to get it working by simply selecting the chart, cutting it with Ctrl+X then pasting it back onto the frame with Ctrl+V and everything started working :shock:

Andy
by Andy
Tue Nov 28, 2006 12:32 pm
Forum: VCL
Topic: Tee chart events stopped working
Replies: 5
Views: 4009

Narcis,

Unfortunately, the data from the chart is acquired from server external applications and providing these external applications will not be possible.
I will see if I can reproduce the problem with internally generated data and if so, will post the source.

Andy
by Andy
Tue Nov 28, 2006 12:12 pm
Forum: VCL
Topic: Tee chart events stopped working
Replies: 5
Views: 4009

Narcis,

If I double click on the events in the Object Inspector, it takes me to the correct place in the source code so I think they are correctly linked to the chart object. I also checked the .dfm file and again it all looks correct.

Andy
by Andy
Tue Nov 28, 2006 11:54 am
Forum: VCL
Topic: Tee chart events stopped working
Replies: 5
Views: 4009

Tee chart events stopped working

Hi, I have a strange problem where chart events such as Zoom and MouseUp seem to have stopped working. I am using TeeChart Pro 5.03 on Delphi 7. I can see my event handlers in the chart properties and have breakpoints on these two functions but they are never being called. These events were working ...