Antwort auf: Zoom bei Android

Startseite Foren Deutsches LiveCode-Forum Zoom bei Android Antwort auf: Zoom bei Android

#5907
mario
Teilnehmer

    Sry Georg, habe vergessen, dir zu antworten. Folgendermaßen sieht mein Skript jetzt aus:

     if the environment is "mobile" then
          put specialfolderpath("resources") & "/Anhaenge/plan.PNG" into localURL
          replace " " with "%20" in localURL
       else 
          put "file://D:\........\Anhaenge\plan.PNG" into localURL
       end if
       set the url of widget "Browser" to localURL 

    LG Mario