Re: preOpenCard not running on iPhoneX simulator

2018-12-16 Thread Alan via use-livecode
Hi Ralph Thanks for the suggestion, and yes, you were right. Somehow I was still expecting openCard messages etc to be sent through - perhaps I was just getting confused as to why it runs ok on all phone simulators except for the iPhoneX sim. Anyway, thanks for the response, it's always good t

RE: preOpenCard not running on iPhoneX simulator

2018-12-16 Thread Ralph DiMola via use-livecode
Alan, This is usually caused by a failure in the preopenstack script. Try some answer's in the preopenstack handler. Ralph DiMola IT Director Evergreen Information Services rdim...@evergreeninfo.net -Original Message- From: use-livecode [mailto:use-livecode-boun...@lists.runrev.com] On B

Re: preOpenCard not running on iPhoneX simulator

2018-12-16 Thread Mike Kerner via use-livecode
Trap inside the preopencard handler. LC fails silently in built applications, so if some code or routine that is either directly or indirectly triggered by the preopencard handler fails, the handler will just stop executing. You might be able to find out what's going on with the mobile debugger, t