Commit graph

249 commits

Author SHA1 Message Date
MikeTheWatchGuy
3eb65e5093 Readme (markdown whoas -sigh-) 2018-08-29 11:26:28 -04:00
MikeTheWatchGuy
52eee9c083 Readme formatting (What the HELL?) 2018-08-29 11:22:05 -04:00
MikeTheWatchGuy
1803625ae0 Readme updates (formatting hell) 2018-08-29 11:13:39 -04:00
MikeTheWatchGuy
8098867836 Readme update 2018-08-29 11:04:17 -04:00
MikeTheWatchGuy
292ba9754e Demo updates, readme update 2018-08-29 10:28:03 -04:00
MikeTheWatchGuy
bf4b9ffc0c New Demo program - Chat with scrollable command history 2018-08-29 09:10:19 -04:00
MikeTheWatchGuy
fe8b922292 HowDoI tweak 2018-08-28 21:08:25 -04:00
MikeTheWatchGuy
9b286bb050 Delete multiline input when doing an "Update", History added to HowDoI using up/down keys 2018-08-28 21:05:11 -04:00
MikeTheWatchGuy
01e7fd65fa Button color is system default for Mac platform ONLY, otherwise blue
Hated the gray buttons on windows so made the change so only the Mac platform uses the gray buttons
2018-08-28 20:07:17 -04:00
MikeTheWatchGuy
f5d86d2fa2 Formatting 2018-08-28 19:48:16 -04:00
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