Hi,
I have a performance problem on iPad3 with the user interface refresh (but also if I do not use only one image, only FilledRectangle and so on...)
I just like to paint a component with repaint(0,0,width,height) methode of the component and every time the parents/owner paint(Graphics&) methode will be also called and paint all the other stuff.
Is there a way to just call the paint methode of the component in iOS?
Or do I something wrong?
Thanks.