This is definetley a memory issue
i removed a lot of the maths data that is stored in very big arrays and it runs
What are the memory limitations for different devices ?
_________________________________________________
Ok heres the problem in full
I have a panel on the screen
On the panel i have a canvas
On this canvas i draw a full section view through a gear as can be seen here
Gear C.A.M. Gear Design Software its the single gear image bottom left (there are hundreds of short lines for accuracy)
SO far so good
I can then zoom in & out by changing the panel.setlayout command this works fine but the resolution when you zoom in a few times can become poor so i have a refresh button which re draws all lines but within a clippath area hoping this would solve my memory problem, resulution is now restored.
But i still get the problem when zooming in a few times ie the whole bitmap cam become very big hence the clipping i hoped would solve it.
these are the log lines
48372480-byte external allocation too large for this process.
VM won't let us allocate 48372480 bytes
Shutting down VM
any ideas how to help ?
Steve