i think i found the answer
i changed Float in lowercase Float in MapLayout
And in MapLayout private void installmarkerfor
float h=0f ;
h = (float)c.getClientProperty(HORIZONTAL_ALIGNMENT);
float v = 0f;
v = (float)c.getClientProperty(VERTICAL_ALIGNMENT);
And in public void layoutContainer(
float h=0f ;
h = (float)current.getClientProperty(HORIZONTAL_ALIGNMENT);
float v = 0f;
v = (float)current.getClientProperty(VERTICAL_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/f3a5ab14-abd2-41e3-b42b-cfaf88611500%40googlegroups.com.