Re: [codenameone-discussions] Re: App Bundle id

2018-08-05 Thread Rohit Manhas
Hi see this image. am not ios developer .i know only android and java 4 years experience app is developed properly. could you explain me can i generate the IPA file in window system in net-bean -- Thanks & Regards Rohit Manhas *Software Engineer*Mob:*9041630367* On Sat, Aug 4, 2018 at 10:17

[codenameone-discussions] Re: Bluetooth print

2018-08-05 Thread Shai Almog
Hi, in Codename One. You need to convert the plugin in a similar way to the bluetooth plugin. See the code and docs of the bluetooth plugin, it was also based on a cordova plugin which Chen ported. -- You received this message because you are subscribed to the Google Groups "CodenameOne Discus

[codenameone-discussions] Re: String Validations

2018-08-05 Thread Dave Dyer
Just a word of caution; this whole area is fraught with subtle hazards, especially if unicode characters outside of the traditional ascii range are allowed. Codenameone ought to just slavishly implement what standard java does, and maintain compatibility with whatever legacy code and possibly f

[codenameone-discussions] Re: String Validations

2018-08-05 Thread Thomas
You can easilly test for alphanumeric characters with a regexp of the RE class: https://www.codenameone.com/javadoc/com/codename1/util/regex/RE.html On Friday, July 20, 2018 at 1:11:02 PM UTC+2, Muchey wrote: > > I am trying to validate where user's input is only Characters with symbols > exclud

[codenameone-discussions] Re: browserComponent

2018-08-05 Thread silverefoyang
hi ok thanks On Thursday, August 2, 2018 at 6:38:09 AM UTC+1, Shai Almog wrote: > > Hi, > Google has set the minimum to 4.1 starting yesterday. So you won't be able > to submit apps targeting older devices to the play store anymore. We always > set the minimum to the oldest possible version by

[codenameone-discussions] Re: Bluetooth print

2018-08-05 Thread zanetti . sistemas
Hello, how do I import this? for later to make the impression would be in code codenameone or in cordova? Em domingo, 5 de agosto de 2018 01:17:51 UTC-3, Shai Almog escreveu: > > It's not something we've done. Personally if I wanted to print I'd port > this plugin: https://github.com/katzer/c