[codenameone-discussions] Re: Variable that is not refreshed

2021-07-19 Thread Shai Almog
Hi, static final fields are copied by the javac compiler. So even if you change them you might still have an older value all over the code. Do a clean build to workaround this. On Tuesday, July 20, 2021 at 5:53:52 AM UTC+3 rdvg...@gmail.com wrote: > Hi, > > I have a static variable

[codenameone-discussions] Re: Netbeans and Maven

2021-07-19 Thread Shai Almog
The plugin is no longer applicable with Maven so that's OK. Not sure about the problem in NetBeans, we'll need to check. On Monday, July 19, 2021 at 11:07:01 PM UTC+3 mcw wrote: > > I have been away from CodenameOne for months and am just getting back. > Everything has changed and I am trying

[codenameone-discussions] Re: Custom Loading progress for BrowserComponent

2021-07-19 Thread Shai Almog
Hi, this is a native Android feature. You can just place any animation you want on top of the UI e.g. in the LayeredPane (not a dialog). Then when you get the web event you can just remove the animation. On Monday, July 19, 2021 at 10:16:50 PM UTC+3 davidwaf wrote: > Hi, > > I was reading on

[codenameone-discussions] Variable that is not refreshed

2021-07-19 Thread rdvg...@gmail.com
Hi, I have a static variable "SERVER_URL" where I keep the URL that I use to consume a WS. At some point put the address 172.31.29.165 for testing. Currently I use 3.12.118.139 as shown in the box in the attached image, but for some reason it sends me an error directing me to the other IP

[codenameone-discussions] Netbeans and Maven

2021-07-19 Thread mcw
I have been away from CodenameOne for months and am just getting back. Everything has changed and I am trying to convert my projects to Maven I am running Netbeans 8.2 on Kubuntu 20.04 I have the CodenameOne plugin 7.0 I downloaded the latest version of the migration tool, 1.0.3 and converted

[codenameone-discussions] Custom Loading progress for BrowserComponent

2021-07-19 Thread David Wafula
Hi, I was reading on this, and I see one can hide loading progress: Display.getInstance().setProperty("WebLoadingHidden", "true"); Is there a way to customize the loading, with own image besides hiding it ? -- David W -- You received this message because you are subscribed to the Google