B4J Question How to make a drawn line invisible again? [newbie]

Hi,

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?

Thx Marc
 
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 Erel, still the man who answers every question as in the good days of B4ppc. I will try to accomplish this.
 
Upvote 0
Top