hI,
I have this problem,
A few weeks ago I installed windows 8 and updating my Android App.
I noticed that in the Custom Dialog did not work anymore the event Spin1_itemclick.
I tried to install on my smartphone an old . Apk and it works.
but if ricompile the code no longer works.
I can not find the solution, does anyone have an idea?
can be a problem of windows 8?
Because the event spin1_itemclick is activated, I have to close and reopen the Custom Dialog.
Thank You in advance!
I have this problem,
A few weeks ago I installed windows 8 and updating my Android App.
I noticed that in the Custom Dialog did not work anymore the event Spin1_itemclick.
I tried to install on my smartphone an old . Apk and it works.
but if ricompile the code no longer works.
I can not find the solution, does anyone have an idea?
can be a problem of windows 8?
Because the event spin1_itemclick is activated, I have to close and reopen the Custom Dialog.
Thank You in advance!
B4X:
Sub spin1_itemclick(position As Int,value As Object)
testo.Text=""
spinindex=0
spinindex=spin1.SelectedIndex
SpinMessaggio
End Sub
Sub SpinMessaggio
spintesto = spin1.GetItem(spinindex)
If spinindex=0 OR spinindex= 2 OR spinindex= 3 OR spinindex= 4 OR spinindex=6 Then
Barbut.RemoveView
LbScelta.Text= Main.Dlg33 & spintesto.SubString(3)'Scrivere parte del
Else
If spinindex=1 Then
Barbut.RemoveView
LbScelta.Text=Main.Dlg34 & spintesto.SubString(3)'Scrivere parte dell'
Else
If spinindex=5 Then
LbScelta.Text=Main.Dlg33 & spintesto.SubString(3)'Scrivere parte del
pnl.AddView(Barbut,59%x,31%y,12%x,8%y)
End If
End If
End If
End Sub
Attachments
Last edited: