Pravee7094
Active Member
Hello All,
I just used this example to take the picture.
www.b4x.com
It worked very well.
But I have a one problem. I just added another one button in the activity and write the simple log code just like
This log code worked before we take the picture using camera. After we clicked one picture, this log code doesn't worked. Any log message does not showed in the "Logs" Page.
But Actions are worked. For example
But the log message does not show after take the picture.
Any Suggestion?
Thanks
Praveen
I just used this example to take the picture.
[B4X] [B4XPages] Intent based camera
This solution will not work with Android 14+. Please use the more powerful MediaChooser instead: [B4X] MediaChooser - cross platform videos and images chooser B4A + B4i project that uses an intent in B4A and the Camera object in B4i to take a picture using the default camera app. The B4A code...
But I have a one problem. I just added another one button in the activity and write the simple log code just like
B4X:
Private Sub Button2_Click
Log("Button Click")
End Sub
This log code worked before we take the picture using camera. After we clicked one picture, this log code doesn't worked. Any log message does not showed in the "Logs" Page.
But Actions are worked. For example
B4X:
Private Sub Button2_Click
' Any Actions
ExitApplication
End Sub
But the log message does not show after take the picture.
Any Suggestion?
Thanks
Praveen