A new version of Widgetry has been published to the Cincom Public Repository: Version 0.8 : 30404 Tests.
What's New
First off, no there was no 0.7 you missed, there was a mistake in publishing by someone internally, and that number got taken accidentally.
InputFields and SpinButtons now support right aligned input/display.
<anInputFieldOrSpinButton> rightAlign: <aBoolean>
Yes, its just that simple. Of course, it is dynamic, so you can change it on the fly at runtime. I don't know why you might want to, but such is Widgetry that you never should have to ask "When Can I Set Or Change This Attribute"
There are tests and course support in the Specification objects.
Also, Kevin has continued to fix my horrible comments, and there are more included in this publish.
Finally, the following additional fixes were done:
- A bug where right aligned columns in a Grid were not fully right aligned when the vertical scrollbar was turned on.
- A bug where DialogUserInterface request: wasn't answering the input value when the user pressed OK.
- A bug where there would be a DNU if scrollbars were added at a specific time in the building/opening of a pane.
- A bug with Waldo where opening a menu would keep Wrapper windows from closing.
- Refactor Transient window closing methods.
What's Next/Soon
- Make ToolInventory a container model like Menu
- Fixes for Tests under Linux and Locales
- Frame Optimization (getting close!)
And So It GoesSames