Sancarn
Sancarn
I'm very much a HTML noob but is it not possible to simply: 1. setup a 'onMouseLeave' event on HTML elements which you want to be clickable. --> this mouse...
Lol riiight. Hilarious that I didn't see that as a flaw xD Indeed merging the two approaches is also slightly less heavy which is nice.
When it comes to getting the pixel, I haven't tested this but on Windows it may be easier to use [hookWindowMessages()](https://github.com/electron/electron/blob/master/docs/api/browser-window.md#winhookwindowmessagemessage-callback-windows) with message [WM_MOUSEMOVE](https://wiki.winehq.org/List_Of_Windows_Messages) = 512.
> Electron.js is a great way to create desktop applications. It has a huge community and a discord server: https://electronjs.org Quark literally uses Electron though? xD
> Do you have an example? Added to the main post > but perhaps adding the emoji or not is something to consider at a later stage? Yes, agreed. I'd...
Have `override` methods been suggested? For example I have had to implement GUIs while [overriding the WndProc method](https://gist.github.com/sancarn/00e44231eba3ac20123e10601f236175#windows-message-loop) before. So a way to override methods would be a great addition...
@Decalage2 - Thanks for the links to `EvilClippy` - Sounds like this will at least be the easiest route for my use case for now :) As for RubberDuck, yes,...
@Beakerboy and any other visitors. FYI, I did start this project over at [VBAPackager](https://github.com/sancarn/VBACompiler). Currently re-working and modularising EvilClippy's code... Not totally sure when it'll be finished but just a...
@Beakerboy This is where DMs would be nice lol... Managing expectations, currently the the module simply loads the VBAProject into memory and not much else, will be focussing on `VBAModule`...
> A note, before writing VBA code is actually useful, PCode should also be written: https://github.com/bontchev/pcodedmp I don't think this is strictly required because if the pcode is missing the...