[codenameone-discussions] Re: How to do bottom navigation in the code

2019-05-04 Thread Toh QiQi
Yes, can I know how to do it? It is my first time using codename one. I don't know how to do it. Can you give me example? Thank you On Sunday, May 5, 2019 at 12:19:32 PM UTC+8, Shai Almog wrote: > > Do you mean the tabs in the bottom of the screen? > You can just place tabs in the center and set

[codenameone-discussions] Re: best practice to re-order Tabs

2019-05-04 Thread Shai Almog
Didn't have time to try/run this but something like this might work. You'd need to remove and re-add the tab in the right location within the drop listener so the swipe/animation will work. It relied a bit on the internal structure of the tabs component hierarchy but not too much: Form hi =

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

2019-05-04 Thread Shai Almog
Do you mean in the Java server side? In which server platform? The way this normally works is that the user logs in using the username/password. Then you get back an authorization token which is a static randomly generated key to access the services in the server. That saves you the need from

[codenameone-discussions] Re: In Bluetooth Class Service & Charateristic Parameter of write method in CN1bluetooth.cn1lib

2019-05-04 Thread Shai Almog
Is the device a bluetooth or BluetoothLE device? Notice that the library only supports BluetoothLE. What was returned from the device connection? Are you sure of the values you passed to the write operation? -- You received this message because you are subscribed to the Google Groups

[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-04 Thread Shai Almog
Is this on the UWP build or in the simulator? -- 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.

[codenameone-discussions] best practice to re-order Tabs

2019-05-04 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 Pro Simulator Latest Device PC, IOS, Android I have a requirement to re-order tabs (Move to end, Move before selected Tab etc.) Via list dialog.

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

2019-05-04 Thread rdvg1962
Thanks for the reply. In my case, I have a web development in php where users are created using the password encryption function ("password_hash"). For communication with mobile devices I have a web service developed in java. It sounds logical that you send the user and password to the web

[codenameone-discussions] In Bluetooth Class Service & Charateristic Parameter of write method in CN1bluetooth.cn1lib

2019-05-04 Thread ldinakaran
import com.codename1.bluetoothle.Bluetooth; By using the above class, I can able to do the followings but I am facing problem while printing data to the bluetooth printer by using write method. *able to do in bluetooth between mobile and portable bluetooth printer* 1. enable 2. permission 3.

[codenameone-discussions] How to do bottom navigation in the code

2019-05-04 Thread Toh QiQi
I have a problem in how to create the bottom navigation in the apps. Is it codename one no support the bottom menu? If codename one has support can I how to do it? Thank you very much -- You received this message because you are subscribed to the Google Groups "CodenameOne Discussions"