[codenameone-discussions] Re: how to send e-mail via Message Api Codenameone ? cause i've tried it but it didn't work yet there is no erreur in The Console, it's writting sending e-mail to "MyMail.com

2019-05-03 Thread iteb.fatnassi via CodenameOne Discussions
I don't know my native plateforme gmail for windows 10 When i click on the Burton send it go es directly to Google how should i fix it ?? -- You received this message because you are subscribed to the Google Groups "CodenameOne Discussions" group. To unsubscribe from this group and stop receiv

[codenameone-discussions] Re: how to send e-mail via Message Api Codenameone ? cause i've tried it but it didn't work yet there is no erreur in The Console, it's writting sending e-mail to "MyMail.com

2019-05-03 Thread Shai Almog
That's the simulator. It prints that for your debugging convenience. On the device it will launch the native email sending application. -- 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] Re: Reg.UUID class

2019-05-03 Thread Shai Almog
Sure. You will open an HTML file that's local to the device using a file:// URL. You need to create that file using the file system storage API which will also provide the URL you can execute. -- You received this message because you are subscribed to the Google Groups "CodenameOne Discussions

[codenameone-discussions] Re: Upload to appstore without pc

2019-05-03 Thread Dave Dyer
It's possible to run a mac under windows using virtualbox. I found a set of instructions that works here. https://medium.com/@twister.mr/installing-macos-to-virtualbox-1fcc5cf22801 be sure to read the comments, they save you some mystery, but even then, it's a rough ride if you're not familiar w

[codenameone-discussions] how to send e-mail via Message Api Codenameone ? cause i've tried it but it didn't work yet there is no erreur in The Console, it's writting sending e-mail to "MyMail.com" an

2019-05-03 Thread fatnassiiteb
If you are experiencing an issue please mention the full platform your issue applies to: IDE: NetBeans/Eclipse/IDEA Desktop OS Simulator Device -- You received this message because you are subscribed to the Google Groups "CodenameOne Discussions" group. To unsubscribe from this group and stop

Re: [codenameone-discussions] Replicate php "password_hash" function

2019-05-03 Thread Steve Hannah
You'll generally want to keep the password hashing in your web service as a "black box". I.e. your client shouldn't know anything about it. You send the unhashed password from the client to your PHP web service. Then you can hash that password and compare it to the stored value in PHP. On Fri,

[codenameone-discussions] Replicate php "password_hash" function

2019-05-03 Thread rdvg1962
Hi I have to connect to a web platform that keeps passwords encrypted with the "password_hash ()" function of php. How can I encrypt the password in the same way using codename one. Thanks for support. -- You received this message because you are subscribed to the Google Groups "CodenameOne

[codenameone-discussions] Re: best practice (Dialog is Open and App is suspended)

2019-05-03 Thread shop . service . assistant
Thanks. triggering suspend/resume in the simulator menu will be a big help. You have a great product! Thanks so much for your continued support. On Friday, May 3, 2019 at 12:37:37 AM UTC-4, Shai Almog wrote: > > This error occurs when you try to add a component that's already added to > another