Hi,
I have a button on one of my frames.. When you click on the button, it trys to connect a a tcpip server.. If it times out and can not connect, it raises an exception. The exception should be trapped and an alert box is shown.. The problem is, Im not getting the exception on the phone.. Its like the onclick/function just terminates.. I get the exception in delphi, in my debugger as it should.. but nothing on my phone.
Can anyone help?
Last edit: Gordon 2013-11-14
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi,
I have a button on one of my frames.. When you click on the button, it trys to connect a a tcpip server.. If it times out and can not connect, it raises an exception. The exception should be trapped and an alert box is shown.. The problem is, Im not getting the exception on the phone.. Its like the onclick/function just terminates.. I get the exception in delphi, in my debugger as it should.. but nothing on my phone.
Can anyone help?
Last edit: Gordon 2013-11-14
Got it to work.. I think it was a simulator thing..
Seems ok now..