[codenameone-discussions] Re: Picker with Today Button

2019-03-01 Thread shop . service . assistant
Sorry, Forgot this issue. When opening Calendar for Current Month, Widget will not accept Touch Events in the past. So If Today is March 1st and I touch the 28th (previous day) The 1st remains highlighted. However if we select the previous Month, all days are selectable. Thoughts? On Friday,

[codenameone-discussions] Picker with Today Button

2019-03-01 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 Android & IOS is there a way to get a "Today" Button/option when setType(Display.PICKER_TYPE_CALENDAR); ?

[codenameone-discussions] Re: Picker with Today Button

2019-03-01 Thread Shai Almog
You can use API's like setYearRange() to determine the years that are within the selectable range. You can override the day button creation code in Calendar to highlight a specific day. This isn't exposed in picker though. If the picker won't accept touch events it might be a regression due to