I am quite new to B4PPC, I am trying to create some isometric engine and I found problems. I am using drawing like this
Form.Forelayer=True
Form.Color=cBlack
SetTransparentColor=cBlack
...
and drawing isometric objects with
Form.Fline and
Form.Fpolygon then
1) I don't need redraw form and drawing shows. Is it OK? I would expect to use Form.Refresh to show graphics
2) When I redraw some objects all screen i flashing so redrawing is visible ... it is not good for moving objects. How to fix it?
3) When I use Form.Line and Form.Polygon instead Fline and Fpolygon, everything is ok, but there is no transparent background and with movement I will need to redraw everything which is really no good on winmobile platform.
4) Should I draw on bitmap using drawer and ImageLibEx? I cannot use ImageLib because of missing draw polygon
Similar problem is shown here with no reply:
http://www.b4x.com/forum/basic4ppc-wishlist/709-forelayer-drawing-flashing-jumping.html
thnx
Form.Forelayer=True
Form.Color=cBlack
SetTransparentColor=cBlack
...
and drawing isometric objects with
Form.Fline and
Form.Fpolygon then
1) I don't need redraw form and drawing shows. Is it OK? I would expect to use Form.Refresh to show graphics
2) When I redraw some objects all screen i flashing so redrawing is visible ... it is not good for moving objects. How to fix it?
3) When I use Form.Line and Form.Polygon instead Fline and Fpolygon, everything is ok, but there is no transparent background and with movement I will need to redraw everything which is really no good on winmobile platform.
4) Should I draw on bitmap using drawer and ImageLibEx? I cannot use ImageLib because of missing draw polygon
Similar problem is shown here with no reply:
http://www.b4x.com/forum/basic4ppc-wishlist/709-forelayer-drawing-flashing-jumping.html
thnx