Hello Guys,
I'm having hard time to test this app. It is presenting the following error when I do an
App basic code:
Log messages:
Any clues will be welcome.
Regards,
Fernando
I'm having hard time to test this app. It is presenting the following error when I do an
B4X:
Activity.LoadLayout("Layout1")
App basic code:
- Load Layout1 (1 panel with 1 label field)
- User click on label ==> start Content Chooser to select a photo
- Load selected photo on image field (panel 2)
- Crop & save cropped image
- Return to layout1 with label filled with cropped image
Log messages:
** Activity (main) Create, isFirst = true **
Error occurred on line: 42 (Main)
java.lang.RuntimeException: java.lang.reflect.InvocationTargetException
at anywheresoftware.b4a.keywords.LayoutBuilder.loadLayout(LayoutBuilder.java:170)
at anywheresoftware.b4a.objects.ActivityWrapper.LoadLayout(ActivityWrapper.java:209)
at java.lang.reflect.Method.invoke(Native Method)
at anywheresoftware.b4a.shell.Shell.runMethod(Shell.java:710)
at anywheresoftware.b4a.shell.Shell.raiseEventImpl(Shell.java:342)
at anywheresoftware.b4a.shell.Shell.raiseEvent(Shell.java:249)
Error occurred on line: 42 (Main)
java.lang.RuntimeException: java.lang.reflect.InvocationTargetException
at anywheresoftware.b4a.keywords.LayoutBuilder.loadLayout(LayoutBuilder.java:170)
at anywheresoftware.b4a.objects.ActivityWrapper.LoadLayout(ActivityWrapper.java:209)
at java.lang.reflect.Method.invoke(Native Method)
at anywheresoftware.b4a.shell.Shell.runMethod(Shell.java:710)
at anywheresoftware.b4a.shell.Shell.raiseEventImpl(Shell.java:342)
at anywheresoftware.b4a.shell.Shell.raiseEvent(Shell.java:249)
Any clues will be welcome.
Regards,
Fernando