Hello, and thank you for any help 
I'm having a problam with "ImageView"
It was working good with droid 2.2
but not with droid 4.+, Lg Motion.
When the image goes back to small the panel is transparent!
I can see the info and the buttons,Labels etc. on the other back panel.
Is there a way maybe to refresh the active panel ?
Or what can I do ?
Sub ImageView1_Click()
If ImageView1.Width=80 Then
ImageView1.Left=10:ImageView1.Top=50
ImageView1.Width=300:ImageView1.Height=300
ImageView1.BringToFront
Else
ImageView1.Left=250:ImageView1.Top=195
ImageView1.Width=80:ImageView1.Height=50
End If
End Sub
I'm having a problam with "ImageView"
It was working good with droid 2.2
but not with droid 4.+, Lg Motion.
When the image goes back to small the panel is transparent!
I can see the info and the buttons,Labels etc. on the other back panel.
Is there a way maybe to refresh the active panel ?
Or what can I do ?
Sub ImageView1_Click()
If ImageView1.Width=80 Then
ImageView1.Left=10:ImageView1.Top=50
ImageView1.Width=300:ImageView1.Height=300
ImageView1.BringToFront
Else
ImageView1.Left=250:ImageView1.Top=195
ImageView1.Width=80:ImageView1.Height=50
End If
End Sub