[codenameone-discussions] Re: Storing my app on local server DB to be used for private publishing (Not Use Apple Store or Google Play)

2019-06-09 Thread diamondobama
Google Play Store has a closed track alpha release and internal testing of an app which allows you to submit an app to the store and rollout privately. Only the people you invite to download will have access to the app. Once they gain access, they will receive an update whenever you submit one,

[codenameone-discussions] Re: Strip html from string

2019-03-12 Thread diamondobama
Container contCenter = new Container(BorderLayout.absolute()); splash.add(BorderLayout.CENTER, contCenter); int time = 3000; // 3 seconds InfiniteProgress ip = new InfiniteProgress(); ip.setAnimation(logo);

[codenameone-discussions] Re: iOS 11

2017-09-13 Thread diamondobama
Hi, You don't have to do anything special. All Codename One apps run fine on iPhone 7 plus which is one of my test devices, and it's running iOS 11 beta. You can enroll your device by going to https://beta.apple.com on your phone Safari browser. -- You received this message because you are

[codenameone-discussions] Re: Issue in codename one

2017-09-12 Thread diamondobama
System.out.println(java.util.Calendar.getInstance().getTimeZone()); -- 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] Re: Issue in codename one

2017-09-12 Thread diamondobama
Hi, Are you sure this is a bug? And not that the calendar is pulling another time zone hour on your IDE? -- 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

[codenameone-discussions] Re: Error getSelectedDays() method CN1 Calendar

2017-09-08 Thread diamondobama
Just tried it and it builds successfully for iOS on my side. Try delaying that method until Calendar is fully initialized, preferably in the postShow()() of your for form. Then update your CN1 lib and refresh. Also, check the size of the List returned by that method in the simulator:

[codenameone-discussions] Re: Error getSelectedDays() method CN1 Calendar

2017-09-08 Thread diamondobama
Hi, getSelectedDays() returns a Collection, how are you calling it? -- 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