Well, I haven't posted any waffle lately
I have done the Taharez scroll bar classes these all work nicely. The static widget is now done and has been transformed into two separate classes in Mk-2; StaticText, and StaticImage. These both offer a customisable frame and backdrop, along with the text or Image - which can be formatted in various ways (I'll also be adding line-break support to the StaticText sometime soon).
I have been working on the Listbox, though progress has been
very slow, not because it's particularly difficult, just that I'm having "one of those weeks"

One point of interest is that the new Listbox will not be limited to text, but can basically have anything you want as a list item via a ListboxItem class. This does make the widget a tiny bit more complicated to use, but I think the benefits of this approach will vastly outweigh the small increase in complexity. I'll initially provide ListboxItem classes for text and images, though anyone can extend this collection to do pretty much anything. I have thought about having a ListboxItem that allowed you to add a window as a list box item, I'm not sure how useful this would be - any comments?
I anticipate getting all the widgets completed over the next two weeks. Once this is done, I'll add the properties for each window class, which will then enable me to implement the loading of GUI layouts from XML files. This will be closely followed by the beginings of the scripting system.
Chris / Leedgitar is also going great guns with his C# / Axiom version of the system. He expects to release an early demo this coming weekend - which should be very good
