I need for displaying track volume 9 different states of a bitmap from "silent" to loud". You can see here different states on the right side of the screeshot
Normaly I would paint one Image, Save it as PNG
In the App I load it into a BITMAP and then copy only a rectangle part of it to the view of a PANEL, f.e. (0 , 0 , 5*Width/9, Height)
But I cannot find a function to do that in B4A. How would you suggest to do it?
Screnshot from PC-Version:
I want to keep this "image style" of displaying. So "Seek"-Views are not what I'm searching
Normaly I would paint one Image, Save it as PNG
In the App I load it into a BITMAP and then copy only a rectangle part of it to the view of a PANEL, f.e. (0 , 0 , 5*Width/9, Height)
But I cannot find a function to do that in B4A. How would you suggest to do it?
Screnshot from PC-Version:
I want to keep this "image style" of displaying. So "Seek"-Views are not what I'm searching