example i creat new program also this program have more Layout
example
*main
Layout 1
Layout 2
Layout 3
Layout 4
the main i create ImageView1 and text if i want ImageView1 when some body click go to Layout 1 and hide the *main ???? what the code for this
i use this code but not working :
End Sub
Sub ImageView1_Click
Activity.LoadLayout("Layout 1.bal")
End Sub
what the code is different for ImageView1 , button , text ?
example
*main
Layout 1
Layout 2
Layout 3
Layout 4
the main i create ImageView1 and text if i want ImageView1 when some body click go to Layout 1 and hide the *main ???? what the code for this
i use this code but not working :
End Sub
Sub ImageView1_Click
Activity.LoadLayout("Layout 1.bal")
End Sub
what the code is different for ImageView1 , button , text ?