[codenameone-discussions] Cant see build in dashboard

2016-09-18 Thread sanket patel
​Dear Almog, I am sending code to android build, but I cant see any status in build tab on codenameone site dashboard. ​ My username/email: sanket.true...@gmail.com Please do needful. *Sanket* -- You received this message because you are subscribed to the Google Groups "CodenameOne Discussi

Re: [codenameone-discussions] Re: Textfiled does not get refocued when we use FloatingHint

2016-08-02 Thread sanket patel
I filed on Github as below. When will it get resolve as it paining a lot. Please look in too if possible. FloatingHint is not working properly on multiple time of fucus #1836 *Sanket* On Wed, Jul 27, 2016 at 9:34 AM, Shai Almog wrote: > Where did you file it? > Issues are notified automatical

Re: [codenameone-discussions] Re: Textfiled does not get refocued when we use FloatingHint

2016-07-26 Thread sanket patel
I have filed the issue. When can I get update regarding the issue? *Sanket* On Thu, Jul 21, 2016 at 10:23 AM, Shai Almog wrote: > Can you file an issue on that? We'll take a look. > > https://www.codenameone.com/blog/issue-submission-guideline.html > > -- > You received this message because y

Re: [codenameone-discussions] Re: Textfiled does not get refocued when we use FloatingHint

2016-07-19 Thread sanket patel
Both the places facing the same issue. *Sanket* On Wed, Jul 20, 2016 at 10:55 AM, Shai Almog wrote: > Hi, > is this on the device, simulator or both? > > -- > You received this message because you are subscribed to a topic in the > Google Groups "CodenameOne Discussions" group. > To unsubscri

[codenameone-discussions] Textfiled does not get refocued when we use FloatingHint

2016-07-19 Thread sanket patel
Hello Shai, I have created two Textfiled having FloatingHint in a form. After initialising form, focus is on first Textfiled and hint is lifted up properly. Then I am writting in first Textfiled and then second Textfiled. After I click on the Form anywhere and then if I click on fist textfile

Re: [codenameone-discussions] Re: How to call post show Form method ?

2016-07-02 Thread sanket patel
No Shai, What is the best way to create sideMenu and calling each form? See what I did that, created NavigationCommand and in that I did li e, *navigationCommand.nextForm(new MyForm()),* But my problem is that this MyForm() is called on menu creation time. And in MyForm() I have to call service wh

[codenameone-discussions] How to call post show Form method ?

2016-07-02 Thread sanket patel
Hi Shai, I have created left Side Menu and in that added Navigation Commands having separate form instantiated. When I click command it will show respective form. My problem is that this sideMenu is in my landing page only, and when this landing page show, all the forms are instantiated and cal

[codenameone-discussions] How to put condition in GenericListCellRenderer?

2016-06-23 Thread sanket patel
Hi Shai Almog, How to put condition i below code without data ?? If I want to show/hide some label acording to the input data then how it possible? *private* Container createGenericRendererContainer*(**)* *{* Container c = *new* Container*(**new* BorderLayout*(**)**)*; c.setUIID*(*"ListR

[codenameone-discussions] Hi Shai Almog, How to make condition in GenericListCellRenderer ? Want to apply style in label according to data. Cant get data there then how it possible to do condition

2016-06-23 Thread sanket patel
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

[codenameone-discussions] Re: MQTT, push notification

2016-06-15 Thread sanket patel
Did u get any solution for this MQTT implementation in Codenameone ? On Saturday, 28 March 2015 19:05:54 UTC+5:30, melo90_...@hotmail.it wrote: > > > Hello guys, what do you think of the use of the MQTT protocol to get push > notification, without go through on Google,Apple,.. servers? > Does an

[codenameone-discussions] Re: MQTT, push notification

2016-06-15 Thread sanket patel
Did u get any solution for this MQTT implementation in Codenameone ? On Saturday, 28 March 2015 19:05:54 UTC+5:30, melo90_...@hotmail.it wrote: > > > Hello guys, what do you think of the use of the MQTT protocol to get push > notification, without go through on Google,Apple,.. servers? > Does an

[codenameone-discussions] Does Codenameone support MQTT ? I want to make MQTT Client

2016-06-14 Thread sanket patel
Hi Shai Almog, I want to implement Publisher/Subscriber mechanism in Codenameone and for that I wnat to impliment MQTT ? Can u please guide in this? If you are experiencing an issue please mention the full platform your issue applies to: IDE: NetBeans/Eclipse/IDEA Desktop OS Simulator Device