Windows redraw properly
TailWimp Lite v0.3.0
This release replaces bare wimp_open()
calls with proper wimp_OPEN_WINDOW_REQUEST
messages, using wimp_send_message_to_window()
(issue #12). This means that !Edit
and !StrongEd
now redraw properly (issue #6). Since this is a fairly major bug-fix, I'm bumping the minor version.
In addition, this version makes it so that windows that are entirely off screen cannot be moved, which makes sure that you won't move GrabKeys
onto the desktop by mistake (issue #10).
Future development targets remain the same: more interesting and configurable hot keys (issues #2 and #3). Additionally, I would like to have a look at moving to using the GCCSDK, so that I can build on GNU/Linux (issue #18), with the intent of perhaps getting the application into !PackMan
and/or !Store
(issues #19 and #20).
Once more, my thanks to the users on the ROOL forums 1 for helpful suggestions, and in particular to Julie Stamp for pointing out how to solve the redrawing issue!