Commit Graph

4870 Commits

Author SHA1 Message Date
MikeTheWatchGuy 1f9247e6ce Keyboard capture!
You can now have a form return the keystokes.  This is great for page-up page-down, etc.
Returned as a string in the button field..
Specified in the FlexForm call.  return_keyboard_events is the boolean parameter.
2018-08-20 13:48:02 -04:00
MikeTheWatchGuy 3af033122b 5-line GUI added 2018-08-19 21:05:59 -04:00
MikeTheWatchGuy beebcbab0c Turned off 2 debug print statements, incomplete keyboard feature
Also has some code for Keyboard handling, but it's incomplete
2018-08-19 20:59:08 -04:00
MikeTheWatchGuy c8c1e3a7f7
Merge pull request #40 from MikeTheWatchGuy/Dev-latest
Dev latest
2018-08-19 20:16:36 -04:00
MikeTheWatchGuy a6d375f8a1 New Image features - load from RAM, update with new image 2018-08-18 23:19:11 -04:00
MikeTheWatchGuy ea2b401801 Checkin to match master branch 2018-08-18 21:07:09 -04:00
MikeTheWatchGuy 9a6661954a Typos 2018-08-18 21:06:45 -04:00
MikeTheWatchGuy 4059369784 Initial Checkin 2018-08-18 17:22:38 -04:00
MikeTheWatchGuy 6ef5af6746 Fixes, listbox scroll bars, more button lazy funcs,
Fixed output  element scrollbar length
Added scroll bar to listbox
New FileSaveAs, SaveAs, Save, Exit button functions
Fixed button width bug
Fixed button outline around images on Raspberry Pi
Set border width = 0 for sliders
2018-08-18 16:55:21 -04:00
MikeTheWatchGuy cf9b11e75c Pulling down current Master version 2018-08-18 16:52:24 -04:00
MikeTheWatchGuy 7392e06cea Fix formatting 2018-08-18 16:45:55 -04:00
MikeTheWatchGuy 99ae29cd77 Tutorial checkin 2018-08-18 16:35:49 -04:00
MikeTheWatchGuy 5b78f655bf Version 2.9 2018-08-16 18:17:13 -04:00
MikeTheWatchGuy 6b8729af4c Header typo 2018-08-16 17:12:25 -04:00
MikeTheWatchGuy b039372347 Columns, one-line GUI 2018-08-16 17:07:45 -04:00
MikeTheWatchGuy aa09dbdafb Merge branch 'master' of https://github.com/MikeTheWatchGuy/PySimpleGUI 2018-08-16 17:07:12 -04:00
MikeTheWatchGuy 65bb3c38ba
Merge pull request #35 from MikeTheWatchGuy/Dev-latest
Columns, single-line GUI
2018-08-16 17:06:01 -04:00
MikeTheWatchGuy b9d79d51d9
Merge branch 'master' into Dev-latest 2018-08-16 17:05:47 -04:00
MikeTheWatchGuy 523467f789 Columns, single-line GUI 2018-08-16 17:01:26 -04:00
MikeTheWatchGuy 7295d34df8 Release of Column support 2018-08-16 14:16:06 -04:00
MikeTheWatchGuy b4f2988d60
Merge pull request #34 from MikeTheWatchGuy/Dev-latest
Release of columns, look and feel controls
2018-08-16 12:45:23 -04:00
MikeTheWatchGuy 79de9099e9 Copying readme over 2018-08-16 12:39:51 -04:00
MikeTheWatchGuy db4bb742ff Columns, short form design pattern 2018-08-16 11:01:28 -04:00
MikeTheWatchGuy 15cd0ed7f3 Form Designer, auto packer, new color options, new predefined look and feel
Some really cool features for changing how things look.
Directions on how to use the new PySimpleGUI Form Designer
2018-08-16 10:03:53 -04:00
MikeTheWatchGuy 6a6ed02a02 Look and feel calls, text colors
New values in Look and Feel table.  Recipes call the new look and feel func.
2018-08-16 09:21:30 -04:00
MikeTheWatchGuy b757caa18d Columns!!
Columns feature, fix for opening multiple windows.
2018-08-14 16:49:36 -04:00
MikeTheWatchGuy d0ab0c42c5 Autosize text now TRUE by default, Remove progress bar target, cleanup how return values made, ChangeLookAndFeel func 2018-08-12 17:45:12 -04:00
MikeTheWatchGuy 72e9c2246e Custom Progress Bar 2018-08-12 17:43:19 -04:00
MikeTheWatchGuy 148a1049ba Fix for sliders (again) 2018-08-11 22:43:09 -04:00
MikeTheWatchGuy 36b12763a6 ROLLING BACK to Aug 10 before ListDict 2018-08-11 22:31:42 -04:00
MikeTheWatchGuy b104c97a1e Readme updates 2018-08-11 19:48:49 -04:00
MikeTheWatchGuy 1e9a052f27 Commented and fixed progress bar 2018-08-11 19:36:07 -04:00
MikeTheWatchGuy 86f2f60120 Fix for missing slider results, ChangeLookAndFeel feature 2018-08-11 19:29:38 -04:00
MikeTheWatchGuy a4e3457415 Updated Readme file 2018-08-11 08:15:18 -04:00
MikeTheWatchGuy 14ca11a795 Autosize text now defaults to True! 2018-08-11 05:33:14 -04:00
MikeTheWatchGuy d6ff296d9f Better results printing 2018-08-10 17:38:31 -04:00
MikeTheWatchGuy 5abcd7c546 ListDict always returned now.... hybrid list & dictionary
Now all return values are through a new class called ListDict. It's an ordered dictionary that allows access like a dictionary and a list.
2018-08-10 16:16:16 -04:00
MikeTheWatchGuy 9d3d3f4bc1 Machine Learning Recipe added 2018-08-10 16:10:07 -04:00
MikeTheWatchGuy 0d202246d3 Readme formatting 2018-08-10 09:21:26 -04:00
MikeTheWatchGuy 800f929e6b Readme changes 2018-08-10 09:20:30 -04:00
MikeTheWatchGuy 2b98a23434 NEW cookbook! New do_not_clear option for inputs, fix for window flash problem 2018-08-10 09:15:19 -04:00
MikeTheWatchGuy 8f220a7ac1 Refresh of Demo applications 2018-08-09 13:18:04 -04:00
MikeTheWatchGuy 7e1ff1d543 New Multi-line update option 2018-08-09 13:00:50 -04:00
MikeTheWatchGuy 644c441fbe Updates for Version 2.8 2018-08-09 12:07:22 -04:00
MikeTheWatchGuy 4bb89514cb Changed what gets executed when buttons pushed 2018-08-09 11:53:42 -04:00
MikeTheWatchGuy 9c1ebeb0b4 Removed need to flag a form as one returning a dictionary 2018-08-09 11:37:44 -04:00
MikeTheWatchGuy 49e89c7875 Focus set and return key handling options
Exposed the ability to set where the initial forus is as well as which elements should be bound to the return key.
2018-08-09 09:35:21 -04:00
MikeTheWatchGuy 4962b02799 New "launcher" demo program
Initial checkin
2018-08-09 06:53:13 -04:00
MikeTheWatchGuy 90925af23e Support for Dictionary return values 2018-08-08 12:42:58 -04:00
MikeTheWatchGuy 5cf0d26ac0 Demo Dictionary Feature
Requires latest PySimpleGUI.py file
2018-08-08 10:44:11 -04:00