Hi,
Am i doing something wrong here? It compiler alright but i keep getting error during emulation.
any help highly appreciated!!!
Am i doing something wrong here? It compiler alright but i keep getting error during emulation.
Sub FImages1
FIPanel1.Initialize("fipanel1")
FIPanel1.Width = 100%x
FIPanel1.Height = FIPanel1.Width
FIPanel1.SetBackgroundImage(LoadBitmap(File.DirAssets, "ecf.png"))
Activity.AddView(FIPanel1, 0, 0, 100%x, 100%y)
End Sub
any help highly appreciated!!!