DB GUI 0.3.0 & Glimmer DSL for LibUI (Ruby Desktop Development Cross-Platform Native GUI Library) 0.13.1 have been released. DB GUI now supports remembering multiple database profiles, including which one was last selected. Glimmer DSL for LibUI now supports combobox items data-binding. In the past, it supported combobox selected_item data-binding while assuming that the master items list is static (the older version of the C LibUI library had that limitation). After the last release, it now enables dynamically updating the items of a combobox as needed (the newer version of the wrapped C LibUI library now supports dynamic combobox items). This was useful for implementing the latest version of DB GUI as it will automatically add an item to a combobox's items upon saving a new database profile.
GitHub Projects:
- DB GUI: https://github.com/AndyObtiva/db-gui
- Glimmer DSL for LibUI: https://github.com/AndyObtiva/glimmer-dsl-libui
Ruby Gems:
- db-gui: https://rubygems.org/gems/db-gui
- glimmer-dsl-libui: https://rubygems.org/gems/glimmer-dsl-libui
Screenshots to illustrate the latest changes:
No comments:
Post a Comment