[codenameone-discussions] Failed to read file, error Error Domain=NSCocoaErrorDomain Code=260

2016-10-28 Thread torsten.boumann via CodenameOne Discussions
IDE: Eclipse Desktop OS : WIndows Device iOS 7 and higher Good morning, I have a huge problem with my iOS App. After a few month I've done a change and build the app new with codename one. The android app works fine but the iOS app crashes directly after start. The problem has nothing to do w

[codenameone-discussions] ios 10 and camera crashing when app paused

2016-10-28 Thread mcellinpaul
Hi, I replied to an email from Steve about my original thread regarding this but didn't see this reply on the original message thread so thought I'd re-paste it here just in case. I have done some further investigating and created a small demo app rather than using the photos within my own cod

[codenameone-discussions] Re: questions about native interfaces

2016-10-28 Thread Dave Dyer
> Didn't you use the plugin to generate the native code? > No, how do I do that? The "generate native" function presents a pop-up that claims "project needs to be compiled first" -- You received this message because you are subscribed to the Google Groups "CodenameOne Discussions" group. To

[codenameone-discussions] netbean demos don't work

2016-10-28 Thread rls9642
If you are experiencing an issue please mention the full platform your issue applies to: IDE: NetBeans 8.2 Windows 7 I installed codenameone under NB 8.2 and can't get a demo to load. They all say 'The project source/binary format is older than minimal supported one (1.6).' Also can't get the

[codenameone-discussions] Re: netbean demos don't work

2016-10-28 Thread rls9642
sorry missed the stackoverflow note. i'll repost there. On Friday, October 28, 2016 at 4:31:38 PM UTC-4, rls...@gmail.com wrote: > > > If you are experiencing an issue please mention the full platform your > issue applies to: > IDE: NetBeans 8.2 > Windows 7 > > I installed codenameone under NB 8.

[codenameone-discussions] Re: State of change google playservice to version 9.4?

2016-10-28 Thread romancanoniero
shai: the error continues: https://s3.amazonaws.com/codenameone-build-response/07a384ed-736b-483d-87e8-4c0e0834d501-1477696073992-error.txt regards On Monday, October 24, 2016 at 11:39:54 PM UTC-3, Shai Almog wrote: > > It should work now. > -- You received this message because you are subscri

[codenameone-discussions] Facebook login problems on some ios 10.1

2016-10-28 Thread Mario BarĂ³n
Hi guys, I want to report a problem I'm getting with the FacebookConnect API on some iOS devices with version 10.1 of iOS installed. It's currently working fine on my iPhone which has 10.1 version installed, both with the facebook app installed and without it, nevertheless when submitted to the

[codenameone-discussions] Re: State of change google playservice to version 9.4?

2016-10-28 Thread romancanoniero
if i set to 9.4.0 i get the following error log: https://s3.amazonaws.com/codenameone-build-response/992c98fb-2351-4d02-bc8d-d0d16bcc155b-1477697422596-error.txt On Friday, October 28, 2016 at 8:13:09 PM UTC-3, romanca...@gmail.com wrote: > > shai: the error continues: > > > https://s3.amazonaws.c

[codenameone-discussions] How import jar file in native J2SE

2016-10-28 Thread Ulises Escobar
IDE: Netbeans SO: Windows Hi, I'm trying to implement a feature to use the webcam to take photos in the J2SE build. I was put my camera lib jar in the native/j2se path, but when I try to compile Netbeans can't find the package. What is the right way to do this? -- You received this message b

[codenameone-discussions] Re: Send iOS debug build issue

2016-10-28 Thread Shai Almog
iOS certificates expire so this might be related. Make sure your cn1libs are up to date (especially google maps if you use it) and regenerate your certificate/provisioning using the certificate wizard. -- You received this message because you are subscribed to the Google Groups "CodenameOne Di

[codenameone-discussions] Re: Failed to read file, error Error Domain=NSCocoaErrorDomain Code=260

2016-10-28 Thread Shai Almog
Hi, you seem to access the caches directory instead of the documents directory I'm not sure how that worked for you. -- 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, se

[codenameone-discussions] Re: ios 10 and camera crashing when app paused

2016-10-28 Thread Shai Almog
Hi, this is probably more effective via the issue: https://github.com/codenameone/CodenameOne/issues/1895#issuecomment-256682244 I'm sure Steve will take another look at it again. -- You received this message because you are subscribed to the Google Groups "CodenameOne Discussions" group. To u

[codenameone-discussions] Re: NFC and beacon

2016-10-28 Thread romancanoniero
hi giuliano! can you do something with NFC in CN1? thanks! Roman On Tuesday, March 29, 2016 at 9:46:59 AM UTC-3, giuli@gmail.com wrote: > > Hello, > i am trying to test NFC and then beacons with codename one. I am seeing > that there is no support on them for now, right? I am trying to writ

[codenameone-discussions] Re: questions about native interfaces

2016-10-28 Thread Shai Almog
I have some vague recollection that you did some "creative" things with your project structure? I suggest creating a new project and generating the stubs there. This is automatic. -- You received this message because you are subscribed to the Google Groups "CodenameOne Discussions" group. To

[codenameone-discussions] Re: netbean demos don't work

2016-10-28 Thread Shai Almog
This was fixed in the latest plugin and I also mentioned a workaround here: http://stackoverflow.com/questions/40313225/the-codenameon-demos-under-netbean-3-2-do-not-work/40315062 -- You received this message because you are subscribed to the Google Groups "CodenameOne Discussions" group. To un

[codenameone-discussions] Re: Facebook login problems on some ios 10.1

2016-10-28 Thread Shai Almog
Hi, I'm assuming this is a failure without the Facebook app installed. Try uninstalling Facebook and logging in to see if you can reproduce the failure. -- You received this message because you are subscribed to the Google Groups "CodenameOne Discussions" group. To unsubscribe from this group

[codenameone-discussions] Re: State of change google playservice to version 9.4?

2016-10-28 Thread Shai Almog
Those seem to be old logs that expired by now. -- 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. V

[codenameone-discussions] Re: How import jar file in native J2SE

2016-10-28 Thread Shai Almog
Hi, for local compilation to work you will need to add the jar to the project classpath. But you need to be careful not to use it accidentally in regular (non-native) code. -- You received this message because you are subscribed to the Google Groups "CodenameOne Discussions" group. To unsubscr

[codenameone-discussions] Re: State of change google playservice to version 9.4?

2016-10-28 Thread romancanoniero
Executing: /home/ec2-user/android-sdk/tools/android create project --target android-23 --name MyApplication --path /tmp/build2841773684787583134xxx/MyApplication --activity MyApplicationStub --package com.romanola.CeliGUIDE --gradle --gradle-version 2.0.0 Created directory /tmp/build284177368

[codenameone-discussions] How to disable the interfase input???

2016-10-28 Thread romancanoniero
HI SHAI! im interested to disable the interfase (touch screen) while im doing some query's i tryed with Display.getInstance().setTouchScreenDevice(false) but the device stills responding to the touch. what im doing wrong? my code is: public void showInfiniteProgress() {

Re: [codenameone-discussions] Re: Help needed on ANDROID: Native Maps and Virtual keyboard

2016-10-28 Thread romancanoniero
fixed! thanks! On Thursday, October 27, 2016 at 1:42:15 AM UTC-3, Steve Hannah wrote: > > OK. I have now managed to reproduce this. I'll take a closer look > tomorrow - and hopefully get a fix out soon. > > On Tue, Oct 25, 2016 at 4:25 PM, Steve Hannah > wrote: > >> I can't seem to reproduce

[codenameone-discussions] Cannot set sidmenu width theme constant

2016-10-28 Thread Bryan Buchanan
The value entered in the dialog doesn't "take". If you re-edit, displays as zero. -- 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-discuss