[codenameone-discussions] Re: Anyone ever get camera on ios issues?

2016-11-25 Thread Shai Almog
Hi,
we didn't get such reports recently so I'm not sure what can be causing it. 
If you can get in contact with a user to whom this is happening and see if 
this can be reproduced with a simple test case on his device and if so what 
if different about the device that would be helpful.

-- 
You received this message because you are subscribed to the Google Groups 
"CodenameOne Discussions" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to codenameone-discussions+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/codenameone-discussions.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/codenameone-discussions/5749bb13-eed3-4e34-8464-b9befbf45c6f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [codenameone-discussions] Re: Include XML layout for Android?

2016-11-25 Thread Shai Almog
No. aar is a bit new so our 3rd party library integration video/guide 
predated that.

-- 
You received this message because you are subscribed to the Google Groups 
"CodenameOne Discussions" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to codenameone-discussions+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/codenameone-discussions.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/codenameone-discussions/9c34943b-64af-4f2d-aabd-63c01424c477%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[codenameone-discussions] Anyone ever get camera on ios issues?

2016-11-25 Thread mcellinpaul
Hi,

I have reports from some customers about the application occasionally 
crashing when taking a photo. I have got some logs that our application 
creates back from some of these customers which indicate that the crash, 
when it happens, occurs within a Capture.capturePhoto() call. ie I have 
this code in my app...

Application.log(Application.LOG_LEVEL_INFO, "About to capture Photo");

final String photoPath = Capture.capturePhoto();

Application.log(Application.LOG_LEVEL_INFO, "Have captured Photo");

and I can see from my logs that "About to capture Photo" is output but 
"Have capture Photo" hasn't been, indicating the crash happened within the 
CN1 method.

Has anyone come across this or is there any tips to reduce the chance of 
the crash happening? I'm not entrely sure but it may be more likely to 
crash on older hardware.

Granted the problem may very well be Apple not Codename one, but any info 
anyone has about this would be useful, just to get people of my back if 
nothing else.

Thanks,

Paul

-- 
You received this message because you are subscribed to the Google Groups 
"CodenameOne Discussions" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to codenameone-discussions+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/codenameone-discussions.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/codenameone-discussions/76476ae6-b864-49ef-a837-761d23dfb1e2%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.