Hello
I asked a few questions on Page Turn View thread but got no answer so I decided to start a thread here.
The view is working great when adding it to main activity but if added to another activity it closes the application with "Unfortunately , app closed ..." message and shows
on B4A IDE Logs tab
If I change the starting activity with this method
The application works as expected.
Now I do not whats wrong , Did I miss something or is it a bug?
Is there any thing I can do?
Thanks in advance
I asked a few questions on Page Turn View thread but got no answer so I decided to start a thread here.
The view is working great when adding it to main activity but if added to another activity it closes the application with "Unfortunately , app closed ..." message and shows
B4X:
maininitializeProcessGlobals (java line: 371)
java.lang.RuntimeException: java.lang.NullPointerException
If I change the starting activity with this method
B4X:
SetActivityAttribute(Main, android:name, ".activity2")
SetActivityAttribute(Activity2, android:name, ".main")
The application works as expected.
Now I do not whats wrong , Did I miss something or is it a bug?
Is there any thing I can do?
Thanks in advance