Has the latest Codenameone build version lost functionality to scroll through container of rows containing

Viewed 39

We have 4 containers in an array, we show the first perfectly, but when we set as current the next container to show it, we call forceRevalidate() on it but only the most general container is showed. When i update the project libraries through Codename One Settings -> Basic -> Update Project Libs and clean&build project the error persist.

#Versions.properties

1 Answers

It hasn't changed locally for a while since we didn't push an update for Ant in ages. I suggest migrating to maven where you can check such functionality.

Notice that if this applies only to device builds those do get updated for Ant and will be consistent with the latest maven version.

Related