Merge pull request #910 from MikeTheWatchGuy/Dev-latest
MikeTheWatchGuy
2018-12-12 10:08:11 -0500
6a20e318d4New feature - Drag and Drop for Text Input field. Drop a file onto input and get the filename automatically entered
MikeTheWatchGuy
2018-12-12 10:07:46 -0500
3843a1656fCompletely rewritten OneLineProgressMeter, fix for input field triggering events when Updated, default file spec changed to * for all browse buttons, More combobox styles,
MikeTheWatchGuy
2018-12-12 09:17:46 -0500
Merge pull request #899 from MikeTheWatchGuy/Dev-latest
MikeTheWatchGuy
2018-12-10 18:51:08 -0500
9e10666af1Use classmethod instead of static method for Window, EasyPrint no longer uses global variable, EasyPrint re-open window if closed
MikeTheWatchGuy
2018-12-10 18:50:42 -0500
4da2c050b9EasyPrint no longer uses global variables... made debug window reopen if EasyPrint called after close
MikeTheWatchGuy
2018-12-10 18:47:01 -0500
Merge pull request #884 from MikeTheWatchGuy/Dev-latest
MikeTheWatchGuy
2018-12-09 13:34:31 -0500
a9b775c1b7Corrected links to documents
MikeTheWatchGuy
2018-12-09 13:33:45 -0500
a56691d8f5Pretty big doc update
MikeTheWatchGuy
2018-12-09 13:28:38 -0500
5ced9df9f9Set scrollbar width for Listbox, Table to 12 px, removed global variable used to hold "master" window / app, Table.Update - Dummy num_rows parm to maintain compat with tkinter
MikeTheWatchGuy
2018-12-08 17:11:24 -0500
Merge pull request #877 from MikeTheWatchGuy/Dev-latest
MikeTheWatchGuy
2018-12-08 15:02:00 -0500
c8b4bec9bfTable Element Update - added new num_rows parm. Removed the _my_windows global variable. Using static class variables instead
MikeTheWatchGuy
2018-12-08 15:01:29 -0500
Merge pull request #876 from MikeTheWatchGuy/Dev-latest
MikeTheWatchGuy
2018-12-08 13:28:52 -0500
d7f1266671Make keyboard location based on original window location. Made portable between tkinter and Qt by only changing import
MikeTheWatchGuy
2018-12-08 13:14:13 -0500
Merge pull request #867 from MikeTheWatchGuy/Dev-latest
MikeTheWatchGuy
2018-12-07 08:34:44 -0500
3d79e9358b2 new recipes, numeric slider, multiple windows
MikeTheWatchGuy
2018-12-07 08:34:01 -0500
84517d7e0bnew Slider parameter - disable_number_display - turns off the numeric display. enable_events and click events for Image Element
MikeTheWatchGuy
2018-12-06 15:39:36 -0500
Merge pull request #862 from MikeTheWatchGuy/Dev-latest
MikeTheWatchGuy
2018-12-06 11:46:52 -0500
1a08f8e073Size convert abstraction. Better sizing for multiline, color chooser can now target it's button, ability to set default error button color
MikeTheWatchGuy
2018-12-06 11:43:45 -0500
88abf75fa7Visibility option for ALL elements! Ability to set the default error button color using SetOptions
MikeTheWatchGuy
2018-12-06 11:42:40 -0500
Merge pull request #848 from MikeTheWatchGuy/Dev-latest
MikeTheWatchGuy
2018-12-04 18:06:38 -0500
3a41ef000dFix for cut off character, adds 5 pixels to width of all windows. VISIBLE parm added to all elements!
MikeTheWatchGuy
2018-12-04 18:06:21 -0500
2464135a38Visible parm added to Column and Frame elements, renamed InputCombo to Combo for class definition
MikeTheWatchGuy
2018-12-04 17:50:47 -0500
ce7ac6f930Window.Size property, new visible parameter for columns. Experimental stuff
MikeTheWatchGuy
2018-12-03 19:16:49 -0500