i think i found the answer which works
i changed Float in float  
and in 
 private void installMarkerFor
 float h=0f ;
            if (c.getClientProperty(HORIZONTAL_ALIGNMENT) == null) {
                h = 0f;
            } else { 
            h = (float)c.getClientProperty(HORIZONTAL_ALIGNMENT);
            }
   public void layoutContainer
         float h=0f ;
            if (current.getClientProperty(HORIZONTAL_ALIGNMENT) == null) {
                h = 0f;
            } else { 
            h = (float)current.getClientProperty(HORIZONTAL_ALIGNMENT);
            }


Op vrijdag 15 november 2019 04:01:30 UTC+1 schreef Shai Almog:
>
> OK, assuming you're up to date with the latest cn1lib I suggest you file 
> an issue. There might be a regression with anchor positioning.
> You can file an issue here: 
> https://github.com/codenameone/CodenameOne/issues/
>
>

-- 
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 [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/codenameone-discussions/c5911c62-d8b5-4424-898c-5bfc415dae00%40googlegroups.com.

Reply via email to