Changelog.txt
|
EasyGUI 1.2.2 – Changelog
Bug Fixes: 1. Window.InputApply not working at all and causing null-valued errors ### New Features ### Added 1 new GUI function: Window.GetInputBox [ Gets a Input Box Text Using its ID ] EasyGUI 1.2.1 – Changelog Bug Fixes: 1. Errors caused by functions. 2. when a error happens it creates another Error caused by Add-ErrorMessage (now renamed to EasyGUI.ErrorOut) 3. null-valued Errors caused by Apply Buttons now Fixed ### Improvement ### Reduced Error Popups ( Like "No Options Selected for group $ID", "No Commands Assigned" ) and replaced with Text Messages in Console Fixed all the Apply Buttons Renamed Add-ErrorMessage to EasyGUI.ErrorOut EasyGUI 1.2.0 – Changelog ### New Features ### Added 6 new GUI functions: Window.NumericUpDown [ Creates a Numeric Up Down With a Button to Increase or Decrease ] Window.MenuItem [ Use with Window.ContextMenu ] Window.ContextMenu [ Context Menu Appears when right clicking ] Window.SetID [ To Set IDs of other GUI Functions. ] Window.GetID [ To Get IDs of other GUI Functions. ] Window.GroupBox [ A Group Box with a Title that actually works. ] - EXPERIMENT - Window.ControlSizes [ Changes Everything in the GUI or window to Decrease or Increase using -Decrease OR -Increase and when tested it breaks the GUI ] ### Improvement ### Reduced Window.ControlSizes Errors But it still breaks the GUI. Bug Fixes Fixed a bug where 'Adjust.ControlSizes' Doesn't work at all. |