Re: [Factor-talk] Window Messages

2017-08-20 Thread John Benediktsson
I recommend reading ``basis/ui/backend/windows/windows.factor``. Particularly the ``add-wm-handler`` word. This probably requires a UI application, not just a console one. Best, John. On Sun, Aug 20, 2017 at 3:59 PM, Alexander Ilin wrote: > Hello! > > I'd like my app windows to react on add

[Factor-talk] Window Messages

2017-08-20 Thread Alexander Ilin
Hello! I'd like my app windows to react on additional WM_xxx messages. How do I install handlers for such new messages? Is there a defined extension mechanism, which, for example, consumes all messages not already handled by a window procedure? I'm talking about the Windows OS only here.