teegotourl

TeeChart VCL for Borland/CodeGear/Embarcadero RAD Studio, Delphi and C++ Builder.
Post Reply
kualoa1
Newbie
Newbie
Posts: 27
Joined: Fri Nov 21, 2008 12:00 am

teegotourl

Post by kualoa1 » Mon Nov 24, 2008 8:08 pm

As part of otherwise executing delphi program, drawing chart1, why would the following code raise an access violation error?

Code: Select all

procedure Tbubble1f.Chart1MouseMove(Sender: TObject; Shift: TShiftState; X,
  Y: Integer);
var i: Integer;

begin
  i:=Series1.Clicked(X,Y);
  if i<>-1 then
    TeeGotoURL(Handle,Series1.Labels[i]);
end; 
I cannot locate documentation on teegotourl - can you please guide me there?

Thank you.

Narcís
Site Admin
Site Admin
Posts: 14730
Joined: Mon Jun 09, 2003 4:00 am
Location: Banyoles, Catalonia
Contact:

Post by Narcís » Tue Nov 25, 2008 7:46 am

Hi kualoa1,

Could you please send us a simple example project we can run "as-is" to reproduce the problem here?

You can either post your files at news://www.steema.net/steema.public.attachments newsgroup or at our upload page.

Thanks in advance.
Best Regards,
Narcís Calvet / Development & Support
Steema Software
Avinguda Montilivi 33, 17003 Girona, Catalonia
Tel: 34 972 218 797
http://www.steema.com
Image Image Image Image Image Image
Instructions - How to post in this forum

Post Reply