H HARRY Active Member Licensed User Longtime User Mar 1, 2011 #1 Hi, Use of DrawArc1 on the desktop works well, but gives Overflow Exception on device. The statement is: Drawer1.DrawArc1(Pen1.Value,50,50,270,0,7,1) The attached program illustrates the problem. Any solution? Harry Sorry, I found the solution already myself. Changing 0 to 360 works both on the desktop and the device. Attachments ArcTest.sbp 743 bytes · Views: 226 Last edited: Mar 1, 2011
Hi, Use of DrawArc1 on the desktop works well, but gives Overflow Exception on device. The statement is: Drawer1.DrawArc1(Pen1.Value,50,50,270,0,7,1) The attached program illustrates the problem. Any solution? Harry Sorry, I found the solution already myself. Changing 0 to 360 works both on the desktop and the device.