Re: [Pharo-dev] How to listen for microsoft os windows messages (WM_MESSAGE's)?

2017-02-28 Thread lw1990
Thank you all for the excellent replies I will be rereading them, here are my thoughts/responses for now: There exists a windows scripting language called autohotkey (autohotkey.com), similar to autoit, which does everything I want, I merely wanted to make similar functionality in Pharo so I could

[Pharo-dev] How to listen for windows messages?

2017-02-27 Thread lw1990
In the OS-Windows package, there exists the ability to use the windows api in Pharo. This is very powerful, and I intend to add more of the windows api into it (it's only partially implemented). This appears to all have been done with DllCalls (FFI calls) so far. A big part of interacting with wi