Re: How to program a (nicely!) resizable TV window?
- Posted by Pete Lomax <petelomax at blueyonder.co.uk> Jan 17, 2006
- 495 views
On Tue, 17 Jan 2006 00:07:39 -0800, "Thomas K." wrote: >is there a way of programming a nicely resizable TV-window in Euphoria, I managed this in Edita, which uses Arwen rather than Win32Lib. The relevant parts are eamarea.ew, which handles resizing of the message area (Ctrl M) and some more scattered code in edita.exw (look for WESizing) which handles the file panel (Ctrl L). Both of these just set isFilePanelWidth/isMessageHeight and send a WM_SIZE message, which in turn invokes recalculateClipRect which calls xMoveWindow a bunch of times. There might be an easier way to do it, and before you ask I have not tried this using win32lib. Regards, Pete