[codenameone-discussions] Re: Menus on simulator not working

2019-01-29 Thread Gareth Murfin
yes that fixes it, thanks shai. On Tuesday, January 29, 2019 at 11:23:51 AM UTC+8, Shai Almog wrote: > > We pushed another fix last night. Please try another update and see if it > resolves the issue. > -- You received this message because you are subscribed to the Google Groups "CodenameOne D

[codenameone-discussions] Make Calendar fit screenwidth

2019-01-29 Thread Gareth Murfin
Im trying to get the calendar UI to fit the width of the screen, how do you do that? or is the only way to use CalendarDay? Adding padding to that works but obviously you never know how wide a screen is. -- You received this message because you are subscribed to the Google Groups "CodenameOne

[codenameone-discussions] Re: Make Calendar fit screenwidth

2019-01-29 Thread Gareth Murfin
oj boxlayoutY just started to work on it somehow, I assume thats how :) On Tuesday, January 29, 2019 at 4:48:48 PM UTC+8, Gareth Murfin wrote: > > Im trying to get the calendar UI to fit the width of the screen, how do > you do that? or is the only way to use CalendarDay? Adding padding to that

[codenameone-discussions] Change days of week text in Calendar view

2019-01-29 Thread Gareth Murfin
I need to change "Su", "M", "Tu" etc in the calendar view to simply "S", "M", "T" etc, is it possible? I was trying to get MonthView to change the text on the labels but its private. -- You received this message because you are subscribed to the Google Groups "CodenameOne Discussions" group. T

[codenameone-discussions] Re: ios Cert wizard stuck

2019-01-29 Thread Shai Almog
Can you login to https://developer.apple.com/account/ios/profile/ and see the provisioning? -- 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 codenameo

[codenameone-discussions] Re: Change days of week text in Calendar view

2019-01-29 Thread Shai Almog
Just localize Calendar.Sunday, Calendar.Monday etc. using the resource bundle: https://www.codenameone.com/how-do-i---localizetranslate-my-application-apply-i18nl10n-internationalizationlocalization-to-my-app.html -- You received this message because you are subscribed to the Google Groups "Co