Hello
I have an imageview I initialize as follows
Img_name = List_Cartes_R.Get (i) & "_T.png"
img_Carte_T.initialize ("Cartes_Select")
Panel4.AddView (img_Carte_T, 70dip, 5dip, 30dip, 40dip)img_Carte_T.Bitmap = LoadBitmap(File.DirRootExternal "/Bridge/Images/Normales/", Nom_Img)img_Carte_T.gravity = Gravity.FILL
img_Carte_T.tag = i + 1
When I click on the image I want to superimpose this image with another image which means selected
How do I?
above attached images R_C.jpg + carte_selectionnee.jpg = R_C_S.jpg
Kind regards
I have an imageview I initialize as follows
Img_name = List_Cartes_R.Get (i) & "_T.png"
img_Carte_T.initialize ("Cartes_Select")
Panel4.AddView (img_Carte_T, 70dip, 5dip, 30dip, 40dip)img_Carte_T.Bitmap = LoadBitmap(File.DirRootExternal "/Bridge/Images/Normales/", Nom_Img)img_Carte_T.gravity = Gravity.FILL
img_Carte_T.tag = i + 1
When I click on the image I want to superimpose this image with another image which means selected
How do I?
above attached images R_C.jpg + carte_selectionnee.jpg = R_C_S.jpg
Kind regards