Commit Graph

239 Commits

Author SHA1 Message Date
MikeTheWatchGuy 3c5b1d2552 Quickly add GUI to script Recipe 2018-08-28 19:46:27 -04:00
MikeTheWatchGuy b11eeae7ef FlexForm.Refresh method, Open() - new button shortcut function 2018-08-28 19:02:02 -04:00
MikeTheWatchGuy fee2bd6432 Listbox select return option - removed the bind_listbox_select option from Buttons. No longer signaling that way. 2018-08-28 16:42:51 -04:00
MikeTheWatchGuy 9eaf7f99e6 Typo 2018-08-28 16:06:17 -04:00
MikeTheWatchGuy 0aaa2fa0df Rewrote parts of tutorial 2018-08-28 16:03:15 -04:00
MikeTheWatchGuy d4ee06353e Big changes - Default button color now system default!! New default button size setting. Added padding to Output Element
These are sizeable look and feel changes.  All of the buttons will become a flat gray that matches the background.
2018-08-28 12:25:15 -04:00
MikeTheWatchGuy bdf9f67be1 New feature - Listbox bind to button. Indicates that as soon as a selection is made, a button click is simulated. 2018-08-27 23:57:52 -04:00
MikeTheWatchGuy f659d5b419 New layout shows SOURCE CODE in addition to plot 2018-08-27 22:45:09 -04:00
MikeTheWatchGuy 1554679c20 Added more plots 2018-08-27 21:55:27 -04:00
MikeTheWatchGuy 23bdd2664c Fixed clearing of background, many more plots 2018-08-27 20:41:34 -04:00
MikeTheWatchGuy 28a38dcf86 Made so that initially no graph is shown 2018-08-27 16:23:56 -04:00
MikeTheWatchGuy e1637fe8c8 Matplotlib demos! Single, animated, multiple 2018-08-27 16:10:32 -04:00
MikeTheWatchGuy 82e326a6c1 "template" version of Matplotlib Demo
Able to re-create all of the "API demos" from this page:
https://matplotlib.org/gallery/index.html
2018-08-27 12:10:20 -04:00
MikeTheWatchGuy 5243798a73 Resolution for Sliders 2018-08-27 11:20:01 -04:00
MikeTheWatchGuy 8759046bcf Bug fix - need to decrement number of open windows after ReadFormButton clicked 2018-08-27 10:55:53 -04:00
MikeTheWatchGuy 1505b56601 New button - FilesBrowse - Select MULTIPLE files 2018-08-27 09:56:35 -04:00
MikeTheWatchGuy adc887a9f6 Added animated Matplotlib 2018-08-27 00:53:00 -04:00
MikeTheWatchGuy de4dd992c3 Updated animated demo 2018-08-27 00:31:36 -04:00
MikeTheWatchGuy 2c6164567f Animated Matplotlib demo! 2018-08-26 23:23:21 -04:00
MikeTheWatchGuy 0def4bf436 Demo Matplotlib, Canvas Element changes, new Frame Element, added pad to Text, Slider
Plus a few other tweaks & bug fixes
2018-08-26 22:16:54 -04:00
MikeTheWatchGuy 4062b2b41c Canvas Recipe, Update Input Element Recipe 2018-08-26 16:10:39 -04:00
MikeTheWatchGuy ceafe787b2 New CANVAS Demo, updated PNG Viewer Demo 2018-08-26 15:29:12 -04:00
MikeTheWatchGuy e7c216dfe1 CANVAS Element! Fixes for autosizing, scroll-bar artifacts on Output, fonts for Output, all shortcut functions using new method 2018-08-26 15:20:54 -04:00
MikeTheWatchGuy ddaf87914d Cleanup keypad demo 2018-08-26 10:45:52 -04:00
MikeTheWatchGuy 07772cb2e7 Exposed 'pad' for ALL ELEMENTS. Touched every Element. Changed how shortcut funcations are made. New demo program Keypad. 2018-08-25 22:57:15 -04:00
MikeTheWatchGuy d4f09d367d Release 2.10 2018-08-25 20:48:06 -04:00
MikeTheWatchGuy 60034cd168 Progress bar - decrement num windows if update fails (RISKY CHANGE)
More battling over the number of open windows.  Hopefully won't cause lots of problems!
2018-08-24 23:32:12 -04:00
MikeTheWatchGuy 4119ea8b5c Slider - range can be changed using Update, Progress Bars - Max value c an be changed on the fly when calling UpdateBar. Fixed bug when multiple bars on one form 2018-08-24 22:47:21 -04:00
MikeTheWatchGuy 4a0d7b815d Correct exiting from application is user closes windows 2018-08-24 22:44:52 -04:00
MikeTheWatchGuy 17d87870e7 "Dashboard" design for progress meters.
Dashboard type of design that includes 20 Progress Meters.  Able to see the progess meters after they have competed.
2018-08-24 21:23:57 -04:00
MikeTheWatchGuy 595b3c0993 Chatterbot front-end. Machine Learning 2018-08-24 12:20:01 -04:00
MikeTheWatchGuy 60a6c07b7a Cleanup code 2018-08-24 08:36:45 -04:00
MikeTheWatchGuy 2e3c401e87 NEW Demo - MIDI player using Mido 2018-08-24 08:03:56 -04:00
MikeTheWatchGuy 53e0c25a02 Chaned how wrapping in Text Elements work, changed MsgBox to use new wrapping
More risky Text Element changes
2018-08-24 07:57:22 -04:00
MikeTheWatchGuy a2e8b0fad3 Added Slider Update method, reworking of how Text Elements wrap (risky change), rework how MsgBox wraps
Some risky changes to how text wraps, but hopefully these will fix problems of forms being way too wide.

Also added Update to Slider Element.  This allows it to be used for things like tracking progress in a song being played.
2018-08-24 07:45:31 -04:00
MikeTheWatchGuy cc96d52ae4 Added ability to change button colors using Update method 2018-08-23 14:17:46 -04:00
MikeTheWatchGuy fcdd58ae83 Protection around update in case form was manually closed 2018-08-23 14:10:58 -04:00
MikeTheWatchGuy a57fc79706 Update method for Buttons 2018-08-23 13:50:20 -04:00
MikeTheWatchGuy dad31df547 New simple persistent form. 2018-08-23 13:17:58 -04:00
MikeTheWatchGuy dcbbf319eb Update method for Text Element now includes colors 2018-08-23 12:45:51 -04:00
MikeTheWatchGuy 9a8ece087e Support for Listbox.Update 2018-08-23 12:30:35 -04:00
MikeTheWatchGuy 3b9850ed39 Merge branch 'master' into Dev-latest 2018-08-22 18:30:56 -04:00
MikeTheWatchGuy 8f4e0e182a New GetScreenDimension method for FlexForms 2018-08-22 17:47:32 -04:00
MikeTheWatchGuy b1829438a9 Adjusted wraplength, Updated demo program that displays PNG files 2018-08-22 17:14:58 -04:00
MikeTheWatchGuy 6547a1b689 Demo of PNG file viewer 2018-08-22 17:01:30 -04:00
MikeTheWatchGuy 3f64564ad2 Fix for column crash due to keyboard feature, struggling with message box sizes and wrapping 2018-08-22 15:48:28 -04:00
MikeTheWatchGuy 945625b388 More Wraplength changes for Text Elements
Struggling to get wrapping to work
2018-08-22 14:35:33 -04:00
MikeTheWatchGuy b975c4f188 Image.Update now resizes TK Label that contains it, removed wraplen setting in text label configure
Having trouble with text wrapping.  Ended up removing the wraplen from call to tktext_label.configure.
2018-08-22 13:58:04 -04:00
MikeTheWatchGuy 150779ba1c New "get" methods. Get+Update for Checkboxes, Get for TextInput, Get for Multiline, New shortcut funcs 2018-08-22 11:37:51 -04:00
MikeTheWatchGuy 1b0f7488d0 Fix mousewheel up bug 2018-08-21 20:21:27 -04:00