[codenameone-discussions] Is there any protocol supported by codename one to discover devices in local network and pair them? Like UPnP, mDns?

2017-08-31 Thread zukol21
I'm looking for some protocol for pairing device based on esp8266 with mobile app. I know i can write Android app using JAVA, build an RARP table, read the IP comparing physical address of the esp8266 and connect to it directly using TCP, since i can put esp8266 into server mode, but i cannot f

[codenameone-discussions] Re: Exception on appending to log: java.io.IOException: Bad file descriptorFailed xcodebuild step

2017-08-31 Thread Pepe Cerezo
No, no changes like that. Previously (the last year) it was possible to compile the project for iOS well. This time we've only changed a few lines of code with nothing strange in StateMachine.java. The compilation for Android and debug iOS works perfectly but Release iOS is the one that gives t

[codenameone-discussions] Re: timePicker Capture Cancel Click

2017-08-31 Thread Shai Almog
Hi, why do you need that? This isn't necessarily as simple as cancel might not exist in the native UX. -- 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] Re: Build server QR for Android doesn't work any more - suggestion for a fix.

2017-08-31 Thread Shai Almog
Odd, do you have a reference link for that? I tried searching for information on this and couldn't find anything. -- 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

[codenameone-discussions] Re: Media Manager, Multipart, and Java Servlets help

2017-08-31 Thread Shai Almog
That's not an example that's an implementation. I'm afraid we don't have a ready made sample for that. You can see the multipart upload class in the javadocs where we have samples for media upload which should work fine. https://www.codenameone.com/javadoc/ -- You received this message because

[codenameone-discussions] Re: GUI Builder Does not show the Layer tools

2017-08-31 Thread Shai Almog
Hi, this looks like a bug. We'll fix it in the next plugin update. Just try and see which one maps to autolayout. -- 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

[codenameone-discussions] Re: Examples to Encrypt / decrypt Strings like passwords

2017-08-31 Thread Shai Almog
This uses SHA1 for encoding: https://stackoverflow.com/questions/38673149/how-to-hash-data-with-custom-key-using-sha1digest-algorithm-in-codenameone/38680719#38680719 You can probably replace SHA1 with MD5Digest to get the same result for MD5. There are several classes with PBE too but this req

[codenameone-discussions] Re: finger print scanner

2017-08-31 Thread Shai Almog
You can't add fingerprints in iOS. It's done in the OS level so this isn't supported by that cn1lib. The one feature of this library is listed in the blog post. -- You received this message because you are subscribed to the Google Groups "CodenameOne Discussions" group. To unsubscribe from thi

[codenameone-discussions] Re: Exception on appending to log: java.io.IOException: Bad file descriptorFailed xcodebuild step

2017-08-31 Thread Shai Almog
Hi, odd. Do you have any files with "problematic names" e.g. spaces or localized names within the project? Percentage characters etc.? -- You received this message because you are subscribed to the Google Groups "CodenameOne Discussions" group. To unsubscribe from this group and stop receiving

[codenameone-discussions] timePicker Capture Cancel Click

2017-08-31 Thread shop . service . assistant
If you are experiencing an issue please mention the full platform your issue applies to: IDE: NetBeans/Eclipse/IDEA NetBeans 8.2 Desktop OS Windows 10 Simulator 7.3 Device Simulator Android, IOS How do I catch the Cancel event? Picker timePicker = new Picker();

[codenameone-discussions] Build server QR for Android doesn't work any more - suggestion for a fix.

2017-08-31 Thread nickkoirala
It looks like a recent update to Chrome on Android prevents intents from download files (or at least APKs) directly. This means that we can no longer scan the QR code on the build server to download the apk to our phones. You can download APK files if its the result of clicking a link in the br

[codenameone-discussions] Media Manager, Multipart, and Java Servlets help

2017-08-31 Thread Yanike Mann
I really need help with a simple example on how to use media manager to voice record for 5 secs, using multipart to upload to and retrieve file on a Tomcat server to place the file in a directory and store a record in the database, and also upload and store a photo as well. Can you please help m

[codenameone-discussions] Re: GUI Builder Does not show the Layer tools

2017-08-31 Thread Alfredo Gordian
Hi Shai I thanks for the answer, I found the Form, the issue is that the label "Autolayout Forn" doesn`t exists, instead there are two "Form" hence my confussion. Here's a screenshot. Thanks

[codenameone-discussions] Re: GUI Builder Does not show the Layer tools

2017-08-31 Thread Alfredo Gordian
Hi Shai I thanks for the answer, I found the Form, the issue is that the label "Autolayout Forn" doesn`t exists, instead there are two "Form" hence my confus

[codenameone-discussions] Re: GUI Builder Does not show the Layer tools

2017-08-31 Thread Alfredo Gordian
Hi Shai. I don't know if I have some problem with the pluging or the option is in another site. But I still can not find it. -- You received this mess

[codenameone-discussions] Re: Examples to Encrypt / decrypt Strings like passwords

2017-08-31 Thread shop . service . assistant
OK, I am hardly an expert on encryption, so please forgive my ignorance. I want to encrypt/decrypt a String like password etc. In my Swing application I use org.jasypt.encryption.pbe.StandardPBEStringEncryptor Ideally I would like to use a compatible cypher in codename1. - Algorithm: PBEWithMD5A

[codenameone-discussions] Re: finger print scanner

2017-08-31 Thread shop . service . assistant
Thanks. Is there any literature on how to use this feature? Specifically on how to add a fingerprint scan to the Phone and associate it with a user ID in my App? Regards. On Tuesday, August 29, 2017 at 11:37:17 PM UTC-4, Shai Almog wrote: > http://www.codenameone.com/blog/fingerprint-touchid-s

[codenameone-discussions] Re: Exception on appending to log: java.io.IOException: Bad file descriptorFailed xcodebuild step

2017-08-31 Thread Pepe Cerezo
Hello Shai, The thing is that the all the log info is that phrase: Exception on appending to log: java.io.IOException: Bad file descriptorFailed xcodebuild step Ok, We will wait to the update. Thanks for the answer. El jueves, 31 de agosto de 2017, 7:05:35 (UTC+2), Shai Almog escribió: > > T