Denvi
Denvi
Hi, ok. As for 'generated_cpp' it's https://github.com/phbaer/qtscriptgenerator
Hi, there is no user commands hints translate option for now. You can change any hint any time you want in settings window.
Hello, im tried to remove limit, but it's may be buggy for now: [Candle_iss549.zip](https://github.com/Denvi/Candle/files/8542608/Candle_iss549.zip) This script should work: ``` {script.importExtension("qt.widgets")} {with (QMessageBox) warning(0, "1", "2", StandardButtons(Yes, No))} ```
Some fixes for nested brackets: [Candle_iss549_1.zip](https://github.com/Denvi/Candle/files/8556356/Candle_iss549_1.zip) So now this example works: ``` {script.importExtension("qt.widgets")} {with (QMessageBox) var r = warning(0, "1", "2", StandardButtons(Yes, No, Cancel))} {if (r == QMessageBox.No) {s =...
Hi, have you tried parseInt() or unary "+" such as: ``` y_probe + parseInt(d) or y_probe + +d ```
Hi, there is some docs here: https://github.com/Denvi/Candle/tree/Experimental/doc You can view debug output with "DebugView" program. You can use "print()" function in .js script file to output some data. 
Folder "test1" should be placed in "plugins" dir of Сandle app: ``` Candle plugins test1 … candle.exe ``` There is no need to compile anything except translation files (.qm). Folder...
There is 'vars' object in script environment, has type 'ScriptVars' ([scriptvars.h](https://github.com/Denvi/Candle/blob/Experimental/src/candle/scriptvars.h)). ~~~ vars.Wx vars.Wy vars.Wz … ~~~
The same issue with Mele F-10 pro Air mouse. No "Steam Link Low Latency Audio" in audio devices list, so no HDMI audio output.
Так и не смог воспроизвести баг с while. В любом случае, правки внес и по while и по eventFilter.