Page 1 of 1

AllowPanning = pmNone

Posted: Fri Jan 26, 2007 12:58 am
by 9339885
Hi,

I'm moving up from BCB 6 to BDS2006. I have TChart Pro V7.07. When I compile in BDS with Chart->AllowPanning = pmNone, I get Error: Ambiguity between pmNone and Forms::pmNone. I can not figure out what I need to add in front of pmNone to avoid the error.

Thans

-Bill

Posted: Tue Jan 30, 2007 6:14 pm
by Pep
Hi Bill,

a solution could be to do this :
Chart1->AllowPanning = TPanningMode(0); // pmNone