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 - [TJ71015740] Android issue: Using attached Eclipse project rendering and small scr...
Summary: [TJ71015740] Android issue: Using attached Eclipse project rendering and smal...
Status: CONFIRMED
Alias: None
Product: Java TeeChart
Classification: Unclassified
Component: Android (show other bugs)
Version: unspecified
Hardware: All All
: Normal major
Target Milestone: ---
Assignee: Steema Issue Manager
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-09-19 16:53 EDT by narcís calvet
Modified: 2013-11-20 12:23 EST (History)
0 users

See Also:
Chart Series: ---
Delphi / C++ Builder RAD IDE Version:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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)]