Steema Issues Database

Note: This database is for bugs and wishes only. For technical support help, if you are a customer please visit our online forums;
otherwise you can use StackOverflow.
Before using this bug-tracker we recommend a look at this document, Steema Bug Fixing Policy.



Bug 442

Summary: [TJ71015740] Android issue: Using attached Eclipse project rendering and small scr...
Product: Java TeeChart Reporter: narcís calvet <narcis>
Component: AndroidAssignee: Steema Issue Manager <issuemanager>
Status: CONFIRMED ---    
Severity: major    
Priority: Normal    
Version: unspecified   
Target Milestone: ---   
Hardware: All   
OS: All   
Chart Series: --- Delphi / C++ Builder RAD IDE Version:

Description narcís calvet 2013-11-20 12:16:53 EST
Android issue: Using attached Eclipse project rendering and small scrolling is ok, but when you try to scroll right or down out of the screen ANR (Application Not Responding) occurs.

Anyway, we have a temporary solution of it like this:
 int state = pictureCanvas.save();
 chart2.paint(pictureCanvas, new Rectangle(0, 0, 300, 300));
 pictureCanvas.restoreToCount(state);
It's not example based issue, when we try to integrate TeeChart engine to our code we catch similar ANR problem too.
 [created:2011-09-19T15:53:02.000+01:00 reported by:narcis@steema.com reported in version:3.0.0.030 (TeeChart Java)]