David Krutsko
David Krutsko
Great, I'll take a look. Thanks again for your contribution.
Hi, your concerns are totally understandable, and most of those issues are just research ideas, not something necessarily to be implemented. One thing to keep in mind is that Robot...
According to [this](https://developer.apple.com/videos/play/wwdc2017/102/), Apple is planning to phase out all 32-Bit apps on iOS, only a matter of time before this comes to MacOS?
Small update, compiling [robot-js](https://github.com/Robot/robot-js) with [node-gyp](https://github.com/nodejs/node-gyp) using the `--arch=ia32` switch compiles successfully, whether it actually works is another matter.
It looks like this functionality cannot be safely implemented on Windows since it has to be implemented within the [`WndProc`](https://msdn.microsoft.com/en-us/library/windows/desktop/ms633573(v=vs.85).aspx) function. Furthermore, on Mac, such functionality appears to only be...
Hey, so why can't a maximized window be minimized? or am I misunderstanding the question? You can minimize a maximized window to the taskbar and then restore it and it'll...
Linux was... difficult, just as Mac was and when I did test these particular functions I only really tested them on Ubuntu 14 and later Ubuntu 12. I'm aware that...
So the behaviour should actually be identical to the [test cases](https://github.com/Robot/robot/blob/master/Test/Window.cc#L451). Anytime setMaximize gets used it'll unminimize the window if it gets minimized. Anytime setMinimize gets used, it won't (or...
Hey there, yes I've actually started looking at your changes and so far so good. I'm just currently reading up on new reverse engineering techniques. I think I learned more...
Thanks, I'll take a look!! Though I tested that feature a lot and never experienced that problem myself.