Golang bindings of Sciter: the Embeddable HTML/CSS/script engine for modern UI development
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
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