Jump to content
schaumermal

App crash on iPhone with open combobox

Recommended Posts

I have the following problem with my app on an iPhone (IOS 16.2).

 

For example, if I have a combo box or DateEdit or TimeEdit open in a form (items or dates or time is visible) and close the form using a button with Self.Close, the app breaks off completely. But this only occurs on the iPhone.

 

The form closes correctly on an IPad or Android device.

With the combo box I could still query whether it is open (DroppedDown = true) but with DateEdit or TimeEdit this does not work, for example.

 

How can i generally deal with this so that the app doesn't crash on an IPhone?

Share this post


Link to post

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×