Page 1 of 1

teegotourl

Posted: Mon Nov 24, 2008 8:08 pm
by 10050941
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.

Posted: Tue Nov 25, 2008 7:46 am
by narcis
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.