-
The problem occurs with both Sciter Notes and HTML Notepad.
Steps to reproduce in HTML Notepad:
1. Start HTML Notepad
2. Click on the "Show source" button
3. Replace the source wih the followi…
-
`inspector.exe` misses file and product version in file description. It would be great to have an easy way to know which version of the inspector we are using. `scapp.exe` and `sciter.dll` have the pr…
-
I define a function to write a file and then use `Call` to show result in GUI.
I write code like this:
```go
w.DefineFunction("writeFile", func(args ...*sciter.Value) *sciter.Value {
path := a…
ghost updated
5 years ago
-
````
function self.ready() {
view.windowIcon = $url(docer.png);
}
````
palform:windows 10
go version go1.13.5 windows/amd64
go mod:
github.com/sciter-sdk/go-sciter v0.5.1-…
-
Hi!
Playing with sciter I found a small bug. In tiscript the access to a negative index in an array is prevented:
```
var test01 = new Array();
test01[-1] = "A";
// Error: Index out of boun…
-
I've noticed that only the sciter library is actually required for pysciter to work so it would be possible to use a small script to download the necessary files. [Here's an example](https://github.co…
-
hello
I want to add some , my code
in html :
``
in go:
```
select, _ := root.SelectById("#list");
option, _ := sciter.CreateElement("option", "");
err := select.Insert(option, index);
if…
-
/usr/local/include/sciter-om-def.h:22:34: error: must use 'struct' tag to refer to type 'som_asset_t'
typedef BOOL(*som_prop_getter_t)(som_asset_t* thing, SOM_VALUE* p_value);
…
-
ghost updated
9 months ago
-
Do you see chart when you click for the hourly chart? I don't see any chart in the original temps app, looking at the code it seems like its really old API which has gone paid now. Chart is easy to bu…