Can you show a screenshot? That almost certainly isn't your actual code, since there are typos there. There may be clues in the details if you post the exact code.
On Thu, Sep 19, 2019 at 12:44 PM Peter Bell <[email protected]> wrote: > Hi steve > > The problem of the black screen is solved. The build hints were not > correct updated, > But now i face another problem . The map is not filling the screen. > > So i now see the googlemaps on my device but the map height is very > small. The map doesnt fill the screen. > > My code is > > Cnt = new MapContainer(); > Cnt.setMapType(1); > Container Kaart = Boxlayout.enclosecenter(cnt); > Form hi = new Form (“app”, new BorderLayout()); > hi.addComponent(BorderLayout.CENTER, Kaart); > Hi.show() > > Any suggestions? > > -- > 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/036a50bf-29ec-4cab-8d71-cd4839e3b0fd%40googlegroups.com > . > -- Steve Hannah Software Developer Codename One http://www.codenameone.com -- 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/CAGOYrKV6EXJHnWOW_FOvNiDDTecGTFwzOkRrvb5KU3gSuT7ARA%40mail.gmail.com.
