sciter-sdk / go-sciter

Golang bindings of Sciter: the Embeddable HTML/CSS/script engine for modern UI development
https://sciter.com
2.58k stars 268 forks source link

he picture cannot be displayed, if the picture file and the EXE file are not in the same directory #158

Open sleepinging opened 6 years ago

sleepinging commented 6 years ago

Why the picture cannot be displayed, but if the picture file and the EXE file are not in the same directory, sciter can

index.html <img id="btn1" src="submit.png" width="220" height="30">

test.go w.LoadFile("view/login/index.html")

dir --view ----login ------index.html ------submit.png --text.exe --text.go

pravic commented 6 years ago

You have to specify the full path to your main html file.

pravic commented 6 years ago

Has it helped?