Startseite › Foren › Deutsches LiveCode-Forum › Zoom bei Android › Antwort auf: Zoom bei Android
Juni 2, 2018 um 12:54 Uhr
#5907
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