Commit Graph

1243 Commits

Author SHA1 Message Date
MikeTheWatchGuy 4ebae442f7 Added more style sheet code that fixes scrollbar issues with multiline, tree, table, listbox, combo 2018-12-09 21:18:36 -05:00
MikeTheWatchGuy ffc3998dc7 0.22.0 2018-12-09 19:37:44 -05:00
MikeTheWatchGuy bb7ffa2a48 Table - num_rows now works, fixed scrollbars in combo, Window.Enable/.Disable, 2018-12-09 19:01:42 -05:00
MikeTheWatchGuy 7fa5fe659e Window Move and Minimize 2018-12-09 15:45:59 -05:00
MikeTheWatchGuy 44bd104cb7 Progress meters - vertical, colors, border width (was only horizonal with system colors) 2018-12-09 15:14:05 -05:00
MikeTheWatchGuy 7a4c820c7f Resizable parameter on Windows now works. Defaults to resizable 2018-12-09 13:47:46 -05:00
MikeTheWatchGuy e5ca622088 0.20.0 rel notes 2018-12-09 13:39:40 -05:00
MikeTheWatchGuy e6f8dd05b5 Get method for Spin 2018-12-09 13:39:27 -05:00
MikeTheWatchGuy a9b775c1b7 Corrected links to documents 2018-12-09 13:33:45 -05:00
MikeTheWatchGuy a56691d8f5 Pretty big doc update 2018-12-09 13:28:38 -05:00
MikeTheWatchGuy 5ced9df9f9 Set 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 2018-12-08 17:11:24 -05:00
MikeTheWatchGuy c8b4bec9bf Table Element Update - added new num_rows parm. Removed the _my_windows global variable. Using static class variables instead 2018-12-08 15:01:29 -05:00
MikeTheWatchGuy d7f1266671 Make keyboard location based on original window location. Made portable between tkinter and Qt by only changing import 2018-12-08 13:14:13 -05:00
MikeTheWatchGuy 724c457283 Window.CurrentLocation() completed 2018-12-08 12:57:47 -05:00
MikeTheWatchGuy 646222b87f Set Focus for Listbox, element_padding parm for Window, Window.CurrentLocation() 2018-12-08 12:57:30 -05:00
MikeTheWatchGuy ba6bc6096e New Demo - Base64 Image Encoder - encodes a folder full of PNGs 2018-12-07 20:55:28 -05:00
MikeTheWatchGuy 9b98b8e6b9 Fix for crash after closing debug window. 2018-12-07 20:25:30 -05:00
MikeTheWatchGuy 73e7af3099 Added play button 2018-12-07 20:24:41 -05:00
MikeTheWatchGuy 42aae0eafc New DrawImage method for Graph Element! 2018-12-07 20:23:53 -05:00
MikeTheWatchGuy 993851205b New Demo - listbox with a search filter 2018-12-07 11:55:01 -05:00
MikeTheWatchGuy 51772d3420 Recipe for launching a program 2018-12-07 09:34:38 -05:00
MikeTheWatchGuy 3d79e9358b 2 new recipes, numeric slider, multiple windows 2018-12-07 08:34:01 -05:00
MikeTheWatchGuy 84517d7e0b new Slider parameter - disable_number_display - turns off the numeric display. enable_events and click events for Image Element 2018-12-06 15:39:36 -05:00
MikeTheWatchGuy 539e6973b3 Release 0.20.0 2018-12-06 14:00:50 -05:00
MikeTheWatchGuy 5129036b8d Changed call to LayoutAndRead to Layout().Read() 2018-12-06 11:49:30 -05:00
MikeTheWatchGuy 1a08f8e073 Size convert abstraction. Better sizing for multiline, color chooser can now target it's button, ability to set default error button color 2018-12-06 11:43:45 -05:00
MikeTheWatchGuy 88abf75fa7 Visibility option for ALL elements! Ability to set the default error button color using SetOptions 2018-12-06 11:42:40 -05:00
MikeTheWatchGuy 61cc6d76f0 size_px parmeter added evertywhere 2018-12-05 22:28:31 -05:00
MikeTheWatchGuy 4b44df50eb visible parameter for InputText and Text, backing in the change for LayoutAndRead 2018-12-05 20:08:32 -05:00
MikeTheWatchGuy 7a2500ca10 Combo - can now set default value 2018-12-05 19:45:40 -05:00
MikeTheWatchGuy 1e5f68561b Tab colors! (Finally) 2018-12-05 19:39:36 -05:00
MikeTheWatchGuy 5c48177e0d Corrected image bug 2018-12-05 11:34:11 -05:00
MikeTheWatchGuy d2f4da5105 Make portable to Qt. Collapsed definition using Lambda 2018-12-05 11:28:20 -05:00
MikeTheWatchGuy ddbe9332c3 New Demo Program! IP Address Entry 2018-12-05 11:26:44 -05:00
MikeTheWatchGuy 8a8134fd48 Support for file based button images, new method Button.SetFocus() 2018-12-05 11:26:23 -05:00
MikeTheWatchGuy 180be467a4 Set focus for Button 2018-12-04 21:29:41 -05:00
MikeTheWatchGuy 345aabc824 Color Chooser button - hooked up Qt Color Chooser Dialog 2018-12-04 19:40:44 -05:00
MikeTheWatchGuy 3a41ef000d Fix for cut off character, adds 5 pixels to width of all windows. VISIBLE parm added to all elements! 2018-12-04 18:06:21 -05:00
MikeTheWatchGuy 2464135a38 Visible parm added to Column and Frame elements, renamed InputCombo to Combo for class definition 2018-12-04 17:50:47 -05:00
MikeTheWatchGuy ce7ac6f930 Window.Size property, new visible parameter for columns. Experimental stuff 2018-12-03 19:16:49 -05:00
MikeTheWatchGuy 76d34616a6 Fixed display problem. Was getting bad colors. Enabled ability to run using either PSG or PSG-Qt by only changing import. 2018-12-03 12:00:45 -05:00
MikeTheWatchGuy ccfd556ab6 Version that works with tkinter or Qt. Only have to change the import. 2018-12-03 09:53:04 -05:00
MikeTheWatchGuy 55387cfb3a Save Last Message and Last Title shown in system tray 2018-12-02 19:09:08 -05:00
MikeTheWatchGuy e7ad6713ba Fixed release contents lists 2018-12-02 15:18:30 -05:00
MikeTheWatchGuy 197702647a Fixed formatting 2018-12-02 15:13:53 -05:00
MikeTheWatchGuy c371aa68eb Release 3.17.0 2018-12-02 14:28:52 -05:00
MikeTheWatchGuy a59dca250d Added ability to set padding on Frame and Tab elements, set border width for Frames 2018-12-02 12:33:15 -05:00
MikeTheWatchGuy 1d61838e0f New row_height parameter for Table elements 2018-12-02 11:56:45 -05:00
MikeTheWatchGuy 8130e9cdc8 Updated lots of new parameters and methods for Window and elements. Updated info on Events 2018-12-02 10:27:11 -05:00
MikeTheWatchGuy 10095347c9 Background, text, and font settings in UPDATE for - Combobox, Listbox, Radio buttons, checkbox, spinner, multiline, output. Ability to get screen dim early 2018-12-01 22:35:50 -05:00