[codenameone-discussions] build list gets stuck

2021-07-03 Thread Dave Dyer
Sometimes the builds list gets stuck with an app in "building" state, where it actually has finished. Refreshing the browser window doesn't fix it. The underlying database knows the truth and lets me start another build, but I can never get the status or result of the bad build. -- You

[codenameone-discussions] Re: [Need Direction] Got selected under OSPP 21

2021-07-03 Thread Shai Almog
Welcome Anshumaan, Congratulations! Writing a private note. On Saturday, July 3, 2021 at 1:40:39 PM UTC+3 anshumaan...@gmail.com wrote: > Hello everyone/members, > I am Anshumaan, Junior at Information Technology & Services, got selected > from "Open Source Promotional Program 2021". I didn't

[codenameone-discussions] Re: Log messages not appearing on the iOS simulator console

2021-07-03 Thread Shai Almog
Try using Log.p(String). On Saturday, July 3, 2021 at 11:46:20 AM UTC+3 P5music wrote: > I am testing my CN1 app on the iOS simulator. > I had many lines like > System.out.println("something to be logged"); > throughout the app. > > I replaced all those lines with static calls to >

Re: [codenameone-discussions] Re: All Buttons text is in Upper Case

2021-07-03 Thread David Wafula
Thank you! That did the trick. Regards. On Sat, Jul 3, 2021 at 6:16 PM ka...@bitxenio.com wrote: > Hi David > > please read this: > > https://www.codenameone.com/developer-guide.html#_uppercase_buttons > > You can disable this theme feature individually or globally. > > Regards > > > El

[codenameone-discussions] Re: All Buttons text is in Upper Case

2021-07-03 Thread ka...@bitxenio.com
Hi David please read this: https://www.codenameone.com/developer-guide.html#_uppercase_buttons You can disable this theme feature individually or globally. Regards El sábado, 3 de julio de 2021 a las 14:21:33 UTC+2, davidwaf escribió: > Hi, > > Text in all Buttons is in upper case. I never

[codenameone-discussions] All Buttons text is in Upper Case

2021-07-03 Thread David Wafula
Hi, Text in all Buttons is in upper case. I never set this behaviour and I can't see anywhere in the code/css where I set this behavior. How do I turn off this globally? Thanks -- David W -- You received this message because you are subscribed to the Google Groups "CodenameOne Discussions"

[codenameone-discussions] [Need Direction] Got selected under OSPP 21

2021-07-03 Thread Anshumaan Kumar Prasad
Hello everyone/members, I am Anshumaan, Junior at Information Technology & Services, got selected from "Open Source Promotional Program 2021". I didn't know whether it will be right place to put my queries! But I want to know, how can I way to contribute to the organization? Project Name:

[codenameone-discussions] Log messages not appearing on the iOS simulator console

2021-07-03 Thread 'P5music' via CodenameOne Discussions
I am testing my CN1 app on the iOS simulator. I had many lines like System.out.println("something to be logged"); throughout the app. I replaced all those lines with static calls to MyUtils.MyLog(string); that just wraps the println instruction with an if condition like if (logAllowed)