Skip to main content

Posts

Showing posts from March, 2016

A Few Recent Enhancements...

Time has flown very quickly over the past few months, with much of my coding time dedicated to working on other projects. These have identified a the need for a few modifications to the Gnocl code which make GUI composition easier such as explicit order placement of child widgets in boxes and the harmonization of value extraction for text entry widgets.   Here is a summary of changes since the previous blog posting. 2016-03:     gnocl::box, gnocl::hBox, gnocl::vBox         o added -position option to the "add" subcommand. 2015-12:     gnocl::entry         o added commands: 'selectionBounds', 'insert', and 'erase' (remove specified range of characters from entry buffer).     gnocl::button         o fixed problems arising from using the "delete" command.     gnocl::text         o added -nomarkup switch to the "get" command to override return of formatting markup. 2015-11:     gnocl::progressBar         o problem with very slow i