Re: preOpenCard not running on iPhoneX simulator

2018-12-16 Thread Alan via use-livecode
14, 2018 7:14 AM > To: use-livecode@lists.runrev.com > Cc: Alan > Subject: preOpenCard not running on iPhoneX simulator > > I'm having a strange issue with a mobile app - on the 11.2 simulator a > preOpenCard handler doesn't seem to run on the iPhoneX simulator but does > wi

RE: preOpenCard not running on iPhoneX simulator

2018-12-16 Thread Ralph DiMola via use-livecode
m] On Behalf Of Alan via use-livecode Sent: Friday, December 14, 2018 7:14 AM To: use-livecode@lists.runrev.com Cc: Alan Subject: preOpenCard not running on iPhoneX simulator I'm having a strange issue with a mobile app - on the 11.2 simulator a preOpenCard handler doesn't seem to run

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

preOpenCard not running on iPhoneX simulator

2018-12-14 Thread Alan via use-livecode
I'm having a strange issue with a mobile app - on the 11.2 simulator a preOpenCard handler doesn't seem to run on the iPhoneX simulator but does with other devices. What might be stopping this handler from running on the X simulator but not on others? Any ideas? Strangely, when I make a barebo