Hello all,
I've been trying this new B4XView and it works great but, i need a function or something to stop the loop of the gif or to set to Null to the control.
I have already tried:
With no success, only thing to do like a "workaround" is to hide the gif with this:
B4XGifView1.mBase.Visible= False
Is there a better way?
Am i missing something?
Many thanks in advance!
I've been trying this new B4XView and it works great but, i need a function or something to stop the loop of the gif or to set to Null to the control.
I have already tried:
Gifs:
B4XGifView1.mBase.SetBitmap(Null)
B4XGifView1.GifDrawable=Null
With no success, only thing to do like a "workaround" is to hide the gif with this:
B4XGifView1.mBase.Visible= False
Is there a better way?
Am i missing something?
Many thanks in advance!