Ciao questo e' il mio codice :
Quando lo voglio testare nel telefono il compilatore ( Basic4Android - Compile) mi dice :Sub Button1_Click
56 - Activity.RemoveAllViews
Activity.LoadLayout("Provaz")
Imm_Rnd = Rnd(1 , 4)
Select Imm_Rnd
Case 1
ImageView1.Bitmap=LoadBitmap(File.DirAssets,"1.png")
Button2.Text = "Prova"
Button3.Text = "Prova1"
Button4.Text = "Prova2"
Button5.Text = "Prova3"
If Button2 ( Cosa mettere per dire che il button2 è stato cliccato) Then
MsgBox("Ok" , "")
Else
MsgBox("No" , "")
Case 2
ImageView1.Bitmap=LoadBitmap(File.DirAssets, "2.png")
Case 3
73 - ImageView1.Bitmap=LoadBitmap(File.DirAssets, "3.gif")
End If
End Select
End Sub
Come mai ? Grazie milleParsing code. 0.00
Compiling code. 0.02
Compiling layouts code. 0.01
Generating R file. 0.10
Compiling generated Java code. Error
B4A line: 73
ImageView1.Bitmap=LoadBitmap(File.DirAssets, \
javac 1.7.0_17
src\b4a\example\main.java:319: error: illegal start of type
break;
^
1 error