On Tue, Apr 27, 2010 at 23:41, Andrea Mauri <[email protected]> wrote: > Anyway simply put a tchart on a form and two label (label1 and label2) then > put this code in the mousemove event: > procedure TForm1.Chart1MouseMove(Sender: TObject; Shift: TShiftState; X, > Y: Integer); > begin > Label1.Caption:= 'X: ' + IntToStr(X); > Label2.Caption:= 'Y: ' + IntToStr(Y); > end; > Nothing happen, the labels are not modified. They are modified only if I > hold shift.
Indeed. This is related to the new toolset code. Please try r25005. -- Alexander S. Klenin -- _______________________________________________ Lazarus mailing list [email protected] http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus
