[codenameone-discussions] ...-override file is missing and don't know how to proceed

2016-06-21 Thread glennyoshimoto
IDE: NetBeans/CodenameOne I was following the getting started video showing out to build a simple app using NetBean --- Problem: The project uses the file/folder called "3rd CodenameOne-override", but this file/folder was not found. Solution: Click Resolve and locate the missing file/folder. I

[codenameone-discussions] Re: new GUI Builder error creating new form

2016-06-21 Thread howudodat1
And I just checked, there is no update available On Tuesday, June 21, 2016 at 9:27:31 PM UTC-7, Shai Almog wrote: > > I was talking about OS system path but it seems you use Mac OS which makes > a difference here. > Please check if this was resolved in the latest plugin update. > -- You receiv

[codenameone-discussions] Re: new GUI Builder error creating new form

2016-06-21 Thread howudodat1
actually I use ubuntu 16.04 On Tuesday, June 21, 2016 at 9:27:31 PM UTC-7, Shai Almog wrote: > > I was talking about OS system path but it seems you use Mac OS which makes > a difference here. > Please check if this was resolved in the latest plugin update. > -- You received this message becaus

[codenameone-discussions] Re: Airwatch App wrapping

2016-06-21 Thread Shai Almog
Distribution builds != Development builds and you seem to send both. If you made your own certificates/provisioning then there are MANY reasons these can fail: http://www.codenameone.com/blog/ios-code-signing-fail-checklist.html You seem to be sending builds to iphone and not to iphone_new whic

[codenameone-discussions] Re: Android keyboard cuts screen in half when you proceed before closing

2016-06-21 Thread Shai Almog
That method does nothing. You need to call stopEditing() on the text field to actually close it. -- 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 cod

[codenameone-discussions] Re: Android flash when you hit enter on keyboard (and other things)

2016-06-21 Thread Shai Almog
Hi, this seems to be an Android bug: http://stackoverflow.com/questions/7321569/android-ime-actiongo-doesnt-work-on-certain-devices We might want to switch to action DONE in our implementation. I'll deffer this to Chen who is a better Android authority on this... -- You received this message be

[codenameone-discussions] Re: an IOS platform issue with images

2016-06-21 Thread Shai Almog
Pull requests are reasonably easy to do. The main motivation of using that over an issue or comment is: a. They get done. b. You get the credit. I would not use the word unrelated since the values are clearly related. -- You received this message because you are subscribed to the Google Groups

[codenameone-discussions] Re: new GUI Builder error creating new form

2016-06-21 Thread Shai Almog
I was talking about OS system path but it seems you use Mac OS which makes a difference here. Please check if this was resolved in the latest plugin update. -- You received this message because you are subscribed to the Google Groups "CodenameOne Discussions" group. To unsubscribe from this gro

[codenameone-discussions] Re: Airwatch App wrapping

2016-06-21 Thread DVR Alarm
iPhone build failed for the fourth time ** BUILD SUCCEEDED ** Skipping application-groups entitlement Exception: java.io.FileNotFoundException: /Users/administrator/Library/MobileDevice/Provisioning Profiles/TempProfile.mobileprovision (No such file or directory) java.io.FileInputStream.open0(N

[codenameone-discussions] Re: Airwatch App wrapping

2016-06-21 Thread DVR Alarm
Android build was a success On Monday, June 20, 2016 at 4:50:49 PM UTC-4, DVR Alarm wrote: > > our corporate Airwatch MDM solution is throwing the following error during > app-wrapping when deploying the iOS version of the application. The > android version is working. Upon research with the I

[codenameone-discussions] Re: Airwatch App wrapping

2016-06-21 Thread DVR Alarm
third build failed with the following error (TOTALLY) different from last two failed builds. I am going to build for Android now to see what happens: ProcessProductPackaging /Users/administrator/Library/MobileDevice/Provisioning\ Profiles/TempProfile.mobileprovision build/Release-iphoneos/[RED

[codenameone-discussions] Re: Airwatch App wrapping

2016-06-21 Thread DVR Alarm
I need to hear a GOOD explanation of the differences. Between my last two builds sent to CN1 build server nothing changed in my code, certificate, profile or build configuration. Although the latest build failed like the earlier build, but messages are completely different between last two bui

[codenameone-discussions] Re: Airwatch App wrapping

2016-06-21 Thread DVR Alarm
another build sent to CN1 builder server for iphone returned with error as below, I am going to send another build to CN1 build server to if I get the same error back: ** BUILD SUCCEEDED ** Skipping application-groups entitlement codesign -f -vv --entitlements /var/folders/zh/kb_4hqhn4kg1h0r5

[codenameone-discussions] Re: Airwatch App wrapping

2016-06-21 Thread DVR Alarm
automagically the iphone build is working again, but the original issue of CFBundleInfoDictionaryVersion being 5.1.1 is still the same On Monday, June 20, 2016 at 4:50:49 PM UTC-4, DVR Alarm wrote: > > our corporate Airwatch MDM solution is throwing the following error during > app-wrapping when

[codenameone-discussions] Re: Airwatch App wrapping

2016-06-21 Thread DVR Alarm
modified the build.xml and got the following error on CN1 build server ** BUILD SUCCEEDED ** Skipping application-groups entitlement Exception: java.io.FileNotFoundException: /Users/administrator/Library/MobileDevice/Provisioning Profiles/TempProfile.mobileprovision (No such file or directory)

[codenameone-discussions] Re: Android keyboard cuts screen in half when you proceed before closing

2016-06-21 Thread Gareth Murfin
ie, https://dl.dropboxusercontent.com/u/4194619/c5d592ec-ee23-41b4-806c-f35f73ed90fb.png this is happening quite often, and i think i had only seen it happen once before in my life until recently. On Tuesday, June 21, 2016 at 10:50:43 PM UTC+8, Gareth Murfin wrote: > > On many devices if you p

[codenameone-discussions] Re: Android flash when you hit enter on keyboard (and other things)

2016-06-21 Thread Gareth Murfin
Hi I tried the go button: tfSurname.putClientProperty("goButton", Boolean.TRUE); //force it to be an enter key on some phones where it was emoji on the wileyFox it changed the icon into a tick but tapping the tick seemed to have no response. On Saturday, June 18, 2016 at 2:27:39 PM UTC

[codenameone-discussions] Re: an IOS platform issue with images

2016-06-21 Thread Dave Dyer
It's unreasonable for me to go to all the effort to resync my sources and construct a pull request, only to be rejected because I can't guess the specific wording you will find acceptable. Something to the effect of Note that RGB values produced by getRGB may not be identical to those you exp

[codenameone-discussions] Android keyboard cuts screen in half when you proceed before closing

2016-06-21 Thread Gareth Murfin
On many devices if you proceed without closing the keyboard on android then that area of the screen is black and redundant on the next form. It is as if something big has change din android keyboard stuff, I expected this to be the solution but it still happens: Display.getInstance().callSeria