Closed c-smile closed 5 years ago
https://github.com/sciter-sdk/go-sciter/blob/e932564b0bc29be6eb2e49b00f31dc633258156c/examples/demoes/02/demo2.go#L30
In order the sample to work reliably, this:
w.LoadFile("demo2.html")
shall use absolute path rather than relative (relative to what exactly?)
Yes, it should be
https://github.com/sciter-sdk/go-sciter/blob/e932564b0bc29be6eb2e49b00f31dc633258156c/examples/demoes/02/demo2.go#L30
In order the sample to work reliably, this:
shall use absolute path rather than relative (relative to what exactly?)