load

  1. Star-Dust

    B4J Code Snippet Load and Save KML file (kmz)

    Several have asked how to create a KML file (or KMZ if compressed) starting from a map generated with the GMap library. A KMZ specification is not simply a compressed KML file, but it can also contain other files, such as marker images if they are customized. I started from a precious example...
  2. M

    iOS Question presentModalViewController annoying small bar remains on the top

    Hi everyone, I followed this post in order to achieve that famous iOS bottom sheet layout. It worked but the annoying thing is that when I load the layout in it, the top part of the view remains empty, like if the Top=0 is Top=20. I attach a screenshot to make it more understandable (my...
  3. DALB

    Android Question in webview no pictures appear

    Hello everyone, in a little app, i try to put a web page by this way, using a webview object in the designer which name is wv1. with an editor, I build a page I save as 'index.html'. This page has text and pictures. When I import in the index.html in b4a, the pictures are in a folder 'images'...
  4. Pete_S

    Android Question Save Map To KeyValueStore, Load Map From KeyValueStore

    I created this code. It works but I was wondering if there is an easier/optimized way to save a map to a KeyValueStore and retrieve it back from the KeyValueStore. Main: Sub Process_Globals End Sub Sub Globals End Sub Sub Activity_Create(FirstTime As Boolean) Dim map1 As Map...
Top