iOS Question Button doesn't work with background imageview

Marco Maria Vilucchi

Active Member
Licensed User
Longtime User
Sorry, but i dont' kwo because it happens.
i'm working with Designer
in Page1 i have a panel ane an imageview for backgroud.
Then i have a button (BTSelezionaReg with a background image)

upload_2015-7-6_15-4-43.png

upload_2015-7-6_15-10-21.png

If i put this button in the imageview area it doesn't click.
upload_2015-7-6_15-6-16.png


if i put it otherwise it works
upload_2015-7-6_15-7-26.png



What should i do?
 

Marco Maria Vilucchi

Active Member
Licensed User
Longtime User
Try to touch Italy Button: doesn't work (no click)

Move button to BTSelezionaReg.top=80%y : works

Move button to BTSelezionaReg.top=60%y : works only touching sicily

Ths
 

Attachments

  • Gourmetsmall.zip
    272.3 KB · Views: 152
Upvote 0

Marco Maria Vilucchi

Active Member
Licensed User
Longtime User
Ths!!!!
It works!!
In my version, loking for a solution I added:

BTSelezionaReg.Initialize("BTSelezionaReg",BTSelezionaReg.STYLE_SYSTEM)
BTSelezionaReg.bringtofront

It was sufficient to delete the first statement and works
Ths again
 
Upvote 0
Top