In a project I have something similar to this, it's just an example, if it's not loaded the B4XComboBox gives error (in B4A it works) I have to use Try EndTry instead of IsInitialized
B4X:
Dim Lista As List = Array("aa", "bb", "cc")
Dim Seleccion As String
#If B4a...
Hello..Hope everyone safe in these trying times:)
I am kind of stuck with this animation issue. I have an arrow representing wind as fontawesome in a label. The arrow changes direction as per a user choice as follows:
B4X:
setRotation(label,spn.SelectedItem)
B4X:
Sub setRotation(v As View...