Newbie Q here. I once used Basic4ppc but that is long gone.
I am trying to make a radar with a sweeping line. How can I make a drawLine invisible again so I can move to the next line in a circle? I don't want to use the background color as it erases everything underneath. Is it possible?
Of course. The simplest way to do it is to:
1. Use B4XCanvas.
2. Use two transparent panels, one above the other (not as a child), and draw the line in the top panel. This will allow you to clear it without erasing the background.
Of course. The simplest way to do it is to:
1. Use B4XCanvas.
2. Use two transparent panels, one above the other (not as a child), and draw the line in the top panel. This will allow you to clear it without erasing the background.
Thx Klaus, I started from the examples. Problem is that being brought in machine language, (Turbo)Pascal, Delphi, Basic, C++ etc, I tend to mix up the languages and possibilities