winctl icon indicating copy to clipboard operation
winctl copied to clipboard

Windows window manipulation for node.js

Results 8 winctl issues
Sort by recently updated
recently updated
newest added

According to various reports there are currently two major issues that cause electron apps (after v20) to conflict with native modules. 1.) deprecated `AccessorSignatures` as per https://github.com/nodejs/nan/pull/943 - This issue...

[removed for privacy reasons]

This library seems to be a perfect solution for my project, i understand you're not pretending to keep updating it. But i would appreciate if we could get it to...

I am using the `move` function as: ``` activeWindow = winctl.GetActiveWindow(); activeWindow.move(0, 0, 800, 600); ``` but I have multiple issues: - there is a space (**7px** gap) between the...

Hello! I'm having trouble building this module with node-gyp. When I run the build command, I get this error: ``` d:\users\curtis\documents\winctl\src\winctlwindow.cc(50): error C2661: 'v8 ::Function::NewInstance': no overloaded function takes 2...

``` Error: A dynamic link library (DLL) initialization routine failed. \\?\D:\yun\electron-test\node_modules\winctl\build\Release\winctl.node at process.module.(anonymous function) [as dlopen] (ELECTRON_ASAR.js:173:20) at Object.Module._extensions..node (module.js:598:18) at Object.module.(anonymous function) [as .node] (ELECTRON_ASAR.js:173:20) at Module.load (module.js:488:32) at...

Using Node V8 & NPM V5 seems to cause it to not find "minimatch" as a module. ``` C:\Users\Alexander\Documents\GitHub\current_active_window ([email protected]) λ npm i winctl > [email protected] install C:\Users\Alexander\Documents\GitHub\current_active_window\node_modules\winctl > node-gyp...