[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 
"CodenameOne Discussions" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to codenameone-discussions+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/codenameone-discussions.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/codenameone-discussions/7bb2440b-0259-43d1-b66b-beb522698dbb%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[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 codenameone-discussions+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/codenameone-discussions.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/codenameone-discussions/ec8738ef-0fff-4feb-b623-a1913975be08%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[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 Discussions" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to codenameone-discussions+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/codenameone-discussions.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/codenameone-discussions/a407558c-0ec6-4132-a149-22162dde6a67%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[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 Discussions" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to codenameone-discussions+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/codenameone-discussions.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/codenameone-discussions/d8b23d44-0451-496d-9df4-4f0ce6dbc487%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[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 
> works but obviously you never know how wide a screen is.
>

-- 
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.
Visit this group at https://groups.google.com/group/codenameone-discussions.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/codenameone-discussions/e41bea49-05e0-41d2-96e5-78e548c320a5%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[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.
To unsubscribe from this group and stop receiving emails from it, send an email 
to codenameone-discussions+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/codenameone-discussions.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/codenameone-discussions/a14b350a-a674-4042-bbe3-5610f65e863f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.