oskca

Results 19 comments of oskca

as in https://github.com/oskca/gopherjs-vue/commit/ab40c9e57345d35375c820c8e885d28ed70f165e, you can now use building tags to switch the VueJS versions. :smile:

When switching the building tags the building procedures works as expected, but the outcomes always include only one version of the *.inc.js code. I think this's a bug of gopherjs...

You can try this: first create a window of the prefered size ``` Go rect := sciter.NewRect(0, 0, width, height) // create window w, err := window.New(sciter.DefaultWindowCreaetFlag, rect) if err...

Would it be that the window can still be maximized but not resized ?

Well, It's weird. What's your platform? I've test on win8.1/amd64 and it works Can you try this example: https://github.com/oskca/sciter/tree/master/examples/fixed

That's would be good to have `OptInt`, when would you like to do it? If it's possible I would like to help a little bit :smile:

Sure, I'd love to do that, but `Nim` has a very special package management tool call `Nimble`, and `Nimble` requires an `webview.nimble` in the project root directory, is that ok?...

as @dom96 suggested, If I add `{.bycopy.}` pragma to `TScalar` the problem goes away