I try to use Delphi XE2 for develop for an iPad 3 professional application.
The configuration is ok.
I work on a MacBook Pro with Windows 7 on VMWare.
I create an HD app for iOS.
I put a timer, two labels and a button.
The timer refresh the time on label1 and the "on_click" event of the button change the label of label2.
It's compiled with Delphi.
I export to Xcode in the shared folder.
I launch Xcode and try with the iPad simulator.
All is ok.
I try to run on a real iPad, the application is launched but:
* the form is shown as a very small panel
* the timer seems not working but if i rotate the IPAD, the screen is refreshed and the time is shown.
* MY MAIN PROBLEM: if i tap on the button nothing happens.
I tried a lot of events, all works in delphi, in iPad simulator but not on the real iPad.
So, what the good options for fire events on a iPad ? Thanks in advance
EDIT:
I try to run the same application on a iPhone 4S and it works fine!
The trouble is only on iPad 3. I haven't no iPad 1 or 2 for testing.