Commit Graph

2464 Commits

Author SHA1 Message Date
MikeTheWatchGuy d6458df5ab More documentation... specifically on the Graph Element (plus others) 2019-08-05 16:58:20 -04:00
MikeTheWatchGuy 332a47754a Graph Element drag mouse button UP events changed. Returns key+UP for drag event when mouse is released 2019-08-05 14:38:42 -04:00
MikeTheWatchGuy 8f5472c40b RELEASE 4.1 2019-08-04 15:04:16 -04:00
MikeTheWatchGuy 0b839ccb70 Docstrings, Warnings added to Window so that bad titles and bad layout types are warned. It's crude but will be helpful. Also first time using this warnings module. Hope it's OK! New Demo Program - invisible elements shows using a column for visibility 2019-08-04 13:50:06 -04:00
MikeTheWatchGuy 01b5dc4a32 Forgot docstring for text_location 2019-08-02 07:23:49 -04:00
MikeTheWatchGuy ffdeaaad8b New text_location parameter for DrawText method of Graph. More docstrings 2019-08-02 07:21:23 -04:00
MikeTheWatchGuy 6ea3dbed41 Version bump 2019-07-31 13:29:28 -04:00
MikeTheWatchGuy c48b236bce Added a general "SetFocus" to Element as a "catch all". Utilizes .Widget so hope they all are being set. Added 'Elem' shortcut for FindElement. 2019-07-31 13:29:03 -04:00
MikeTheWatchGuy b6709c7035 Trying to fix bullet points under "tools" 2019-07-29 17:01:35 -04:00
MikeTheWatchGuy 60c234cfea Trying to fix bullets in tools section 2019-07-29 16:52:57 -04:00
MikeTheWatchGuy 871f30d11f Remove buttons from list of values to save to disk 2019-07-29 16:34:13 -04:00
MikeTheWatchGuy f01cd760bf All of the section 1 changes plus latest doc strings 2019-07-29 16:16:06 -04:00
MikeTheWatchGuy 8be71a9f3a Of course, more docstrings, PLUS moved the title parameter is PopupScrolled to the second position like ALL other Popups are already 2019-07-29 14:26:12 -04:00
MikeTheWatchGuy 0aac91fa70 More readme work in Section 2 2019-07-27 18:24:51 -04:00
MikeTheWatchGuy 5fe93133ba Changes made to first section. Lots more pretty pictures 2019-07-27 12:29:10 -04:00
MikeTheWatchGuy c768942bad More docstrings where added / changed 2019-07-27 12:20:20 -04:00
MikeTheWatchGuy 2c98255a2d More doc strings! More to go! Getting closer 2019-07-27 12:11:32 -04:00
MikeTheWatchGuy 959194fb8e Initial Checkin of "readme_creator" folder... the thing that makes the primary readme 2019-07-26 19:35:16 -04:00
MikeTheWatchGuy 59bb9a4fc5 Even more doc strings! 2019-07-25 11:15:25 -04:00
MikeTheWatchGuy eaa67fc0b9 MORE Docstrings! Table and Tree Elements this time 2019-07-24 21:57:01 -04:00
MikeTheWatchGuy fad0d69682 Added default icon to System Tray if none is set by user. 2019-07-24 14:34:34 -04:00
MikeTheWatchGuy 8b9bc0e22b Added ability to set default selected values for Listbox element 2019-07-24 09:41:44 -04:00
MikeTheWatchGuy bdf0fab6bd Forgot versio bump 2019-07-24 08:28:39 -04:00
MikeTheWatchGuy e4fae9ba65 Fixed missing key in PopupGetText 2019-07-24 08:28:01 -04:00
MikeTheWatchGuy 07c6e665f6 Fix for Table.Update losing the table's headers. Fix for problem when duplicate key found. Had to make a string from key 2019-07-23 20:28:42 -04:00
MikeTheWatchGuy 3148c36eaa More updates! Good stuff 2019-07-22 22:34:32 -04:00
MikeTheWatchGuy 36aec6b7c9 MUCH needed update to Cookbook! 2019-07-22 21:19:08 -04:00
MikeTheWatchGuy 176b0c9122 Fixed bad examples. Updated readme quite a bit, but a lot more to do! 2019-07-22 18:30:56 -04:00
MikeTheWatchGuy b6b766dfdb 1/2 a shit-ton of doc strings. Completed the Pane and Menu (bar) elements 2019-07-19 23:52:03 -04:00
MikeTheWatchGuy 60fb9c2ac3 Added an example of setting text coloir to white with red background. 2019-07-19 22:32:46 -04:00
MikeTheWatchGuy 70adb38fc6 Added correct handling of foreground color for tables (text color) when updating 2019-07-19 22:30:50 -04:00
MikeTheWatchGuy b49e17d665 Support for Table Updates for colors (individual row colors and alternating row color) 2019-07-19 22:22:49 -04:00
MikeTheWatchGuy 6c620efc83 Exposed TOOLTIP_BACKGROUND_COLOR 2019-07-19 21:21:55 -04:00
MikeTheWatchGuy 912e4068e3 Two new Table.Update parameters - alternating_row_color and row_colors. Addition of doc strings for Table.Update 2019-07-19 20:14:37 -04:00
MikeTheWatchGuy d7b3d1e150 Testing Pull Request Template 2019-07-19 19:10:21 -04:00
MikeTheWatchGuy b02032af8b Set the button activebackground color in the Update method. Already doing this when button created. 2019-07-19 17:30:29 -04:00
MikeTheWatchGuy 313d35b177 Addition of user generated toggle button - Thank you ncotrb 2019-07-19 17:04:24 -04:00
MikeTheWatchGuy 42c4d97920 More.... you guessed it... docstrings! Version 4.1.0.10 2019-07-17 11:35:54 -04:00
MikeTheWatchGuy 8618879a71 Latest and greatest docstrings and cleanup of Readme. Looking GREAT! 2019-07-17 11:17:17 -04:00
MikeTheWatchGuy 5d7324a251 More doc strings. Added check for background color and made optional for call to Update of Graph Element 2019-07-16 17:41:32 -04:00
MikeTheWatchGuy ce2d947c30 Fix for Graph.DrawPoint not returning an id. MORE docstrings 2019-07-16 15:09:08 -04:00
MikeTheWatchGuy 62f905eacd More doc strings 2019-07-15 21:17:07 -04:00
MikeTheWatchGuy 0fbee9dde6 Fix bug that crashes code if 2 keys are the same. 2019-07-15 18:05:27 -04:00
MikeTheWatchGuy 9a970dba70 Added parent window to all of the File Browse calls to tkinter so that the icon from the window is displayed. Added lots of doc strings...more to go! 2019-07-15 17:25:27 -04:00
MikeTheWatchGuy ae48656c64 Major update to docs! 2019-07-12 16:21:02 -04:00
MikeTheWatchGuy be6ef83563 Added Radio Button enable_events code. Will get event when radio selected now. 2019-07-12 14:55:41 -04:00
MikeTheWatchGuy af461df1a0 FINALLY completed the Window class doc strings! 2019-07-10 17:15:51 -04:00
MikeTheWatchGuy 007c23494b More docstrings, renamed functions 2019-07-10 15:12:16 -04:00
MikeTheWatchGuy 462a4f4385 Changed how image is created before updating the Image Element. Now is 1 line of code. 2019-07-09 14:14:27 -04:00
MikeTheWatchGuy 474917b50b Multithreaded for doing long tasks Demo 2019-07-09 13:09:25 -04:00