I am using the CameraEx class for pictures in my app.
I have some users where my app crashes when they attempt to open the picture activity. The app crashes when Activity.LoadLayout("CameraEx") is called.
my code is here:
Sub Activity_Create(FirstTime As Boolean)
Msgbox2("STOP POINT - before LoadLayout(CameraEx)"," Notice","OK","","",Null)
Activity.LoadLayout("CameraEx")
Msgbox2("STOP POINT - after LoadLayout(CameraEx)"," Notice","OK","","",Null)
The users who have this problem never get to the 2nd message box. They will see the 1st message box but then the app crashes with a "myapp has stopped working"
The layout for CameraEx has 2 variants and is locked for landscape only.
This does not happen to all users.
Chuck
I have some users where my app crashes when they attempt to open the picture activity. The app crashes when Activity.LoadLayout("CameraEx") is called.
my code is here:
Sub Activity_Create(FirstTime As Boolean)
Msgbox2("STOP POINT - before LoadLayout(CameraEx)"," Notice","OK","","",Null)
Activity.LoadLayout("CameraEx")
Msgbox2("STOP POINT - after LoadLayout(CameraEx)"," Notice","OK","","",Null)
The users who have this problem never get to the 2nd message box. They will see the 1st message box but then the app crashes with a "myapp has stopped working"
The layout for CameraEx has 2 variants and is locked for landscape only.
This does not happen to all users.
Chuck