Fix validation and movements
Pre-release
Pre-release
TailWimp Lite v0.1.1
This release fixes the window movement crash (issue #5), removes the Choices sub menu (issue #7 ) and fixes the input validation (issue #8).
The fix of #5 revealed an issue affecting the same windows, where they cannot be correctly identified as is_right
, and there may also be an issue with is_top
/to_top
(issue #11), but I thought this fix was important enough for a point release. An avenue to explore for solving this, and maybe #6 as well, is to use wimp_send_message
instead of wimp_open_window
to move the windows (issue #12).
Next release will probably be when Choices have been implemented.
Many thanks to Julie Stamp on the ROOL Forums 0 for pointing out how to solve the issues above!