From 84bc71ea3e365e5dfdbbebe9e82cc14c06281bd6 Mon Sep 17 00:00:00 2001 From: MikeTheWatchGuy <13696193+MikeTheWatchGuy@users.noreply.github.com> Date: Sun, 3 Feb 2019 11:25:22 -0500 Subject: [PATCH 1/9] docs/cookbook.md updated from https://stackedit.io/ --- docs/cookbook.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/cookbook.md b/docs/cookbook.md index 18877a10..94f55730 100644 --- a/docs/cookbook.md +++ b/docs/cookbook.md @@ -119,7 +119,7 @@ while True: # Event Loop window.Close() ``` - + # Simple Data Entry - Return Values As List @@ -1533,6 +1533,6 @@ That's all... Run your `my_program.exe` file on the Windows machine of your choo Your EXE file should run without creating a "shell window". Only the GUI window should show up on your taskbar. \ No newline at end of file From 6e0425dd40a43eaf6b9fd2654765c6e14365825c Mon Sep 17 00:00:00 2001 From: MikeTheWatchGuy <13696193+MikeTheWatchGuy@users.noreply.github.com> Date: Sun, 3 Feb 2019 11:28:27 -0500 Subject: [PATCH 2/9] docs/cookbook.md updated from https://stackedit.io/ --- docs/cookbook.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/cookbook.md b/docs/cookbook.md index 94f55730..b81d5389 100644 --- a/docs/cookbook.md +++ b/docs/cookbook.md @@ -119,7 +119,7 @@ while True: # Event Loop window.Close() ``` - + # Simple Data Entry - Return Values As List @@ -1533,6 +1533,6 @@ That's all... Run your `my_program.exe` file on the Windows machine of your choo Your EXE file should run without creating a "shell window". Only the GUI window should show up on your taskbar. \ No newline at end of file From 4920095979bdbbd9327fe5332d8de3dc331c92b2 Mon Sep 17 00:00:00 2001 From: MikeTheWatchGuy <13696193+MikeTheWatchGuy@users.noreply.github.com> Date: Sun, 3 Feb 2019 17:45:40 -0500 Subject: [PATCH 3/9] docs/cookbook.md updated from https://stackedit.io/ --- docs/cookbook.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/docs/cookbook.md b/docs/cookbook.md index b81d5389..053a3364 100644 --- a/docs/cookbook.md +++ b/docs/cookbook.md @@ -19,6 +19,10 @@ with There is a short section in the Readme with instruction on installing PySimpleGUI If you like this Cookbook, then you'll LOVE the 100+ sample programs that are just like these. You'll find them in the GitHub at http://www.PySimpleGUI.com. These Recipes are simply several of those programs displayed in document format. + +# Experimental repl.it Embedded Windows + +You'll find a few of these Recipes are running in your browser window using PySimpleGUIWeb. They are included so that you can immediately play around with the SDK before installing one of the PySimpleGU # Copy these design patterns! @@ -1533,6 +1537,7 @@ That's all... Run your `my_program.exe` file on the Windows machine of your choo Your EXE file should run without creating a "shell window". Only the GUI window should show up on your taskbar. \ No newline at end of file From 997a9e3ff1c1a8b94a6b598698dcbaa046d0c4a2 Mon Sep 17 00:00:00 2001 From: MikeTheWatchGuy <13696193+MikeTheWatchGuy@users.noreply.github.com> Date: Sun, 3 Feb 2019 17:47:14 -0500 Subject: [PATCH 4/9] docs/cookbook.md updated from https://stackedit.io/ --- docs/cookbook.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/cookbook.md b/docs/cookbook.md index 053a3364..151081f3 100644 --- a/docs/cookbook.md +++ b/docs/cookbook.md @@ -22,7 +22,9 @@ If you like this Cookbook, then you'll LOVE the 100+ sample programs that are ju # Experimental repl.it Embedded Windows -You'll find a few of these Recipes are running in your browser window using PySimpleGUIWeb. They are included so that you can immediately play around with the SDK before installing one of the PySimpleGU +You'll find a few of these Recipes are running in your browser window using PySimpleGUIWeb. They are included so that you can immediately play around with the SDK before installing one of the PySimpleGUI variants on your computer. + +This is a new capability for PySimpleGUI that has only very recently been started # Copy these design patterns! @@ -1537,7 +1539,7 @@ That's all... Run your `my_program.exe` file on the Windows machine of your choo Your EXE file should run without creating a "shell window". Only the GUI window should show up on your taskbar. \ No newline at end of file From 186080bea235ccb9614c3791336d906a09a62dee Mon Sep 17 00:00:00 2001 From: MikeTheWatchGuy <13696193+MikeTheWatchGuy@users.noreply.github.com> Date: Sun, 3 Feb 2019 17:48:48 -0500 Subject: [PATCH 5/9] docs/cookbook.md updated from https://stackedit.io/ --- docs/cookbook.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/cookbook.md b/docs/cookbook.md index 151081f3..76187830 100644 --- a/docs/cookbook.md +++ b/docs/cookbook.md @@ -24,7 +24,7 @@ If you like this Cookbook, then you'll LOVE the 100+ sample programs that are ju You'll find a few of these Recipes are running in your browser window using PySimpleGUIWeb. They are included so that you can immediately play around with the SDK before installing one of the PySimpleGUI variants on your computer. -This is a new capability for PySimpleGUI that has only very recently been started +This is a new capability for PySimpleGUI that has only very recently been started. Only a few of the elements are operational using PySimpleGUIWeb. So, be prepared for some bugs. It's got a ways to go, but still seemed valuable to include. # Copy these design patterns! @@ -1539,7 +1539,7 @@ That's all... Run your `my_program.exe` file on the Windows machine of your choo Your EXE file should run without creating a "shell window". Only the GUI window should show up on your taskbar. \ No newline at end of file From 85b184b58a923a922a8cef7c771ccbb32af5b62f Mon Sep 17 00:00:00 2001 From: MikeTheWatchGuy <13696193+MikeTheWatchGuy@users.noreply.github.com> Date: Sun, 3 Feb 2019 17:51:53 -0500 Subject: [PATCH 6/9] docs/cookbook.md updated from https://stackedit.io/ --- docs/cookbook.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/docs/cookbook.md b/docs/cookbook.md index 76187830..2c16ea7c 100644 --- a/docs/cookbook.md +++ b/docs/cookbook.md @@ -152,6 +152,8 @@ Same GUI screen except the return values are in a list instead of a dictionary a print(event, values[0], values[1], values[2]) ``` + + # Simple data entry - Return Values As Dictionary A simple GUI with default values. Results returned in a dictionary. @@ -1539,7 +1541,7 @@ That's all... Run your `my_program.exe` file on the Windows machine of your choo Your EXE file should run without creating a "shell window". Only the GUI window should show up on your taskbar. \ No newline at end of file From 8cd082a167e3d774bfd5078785341f6799973d0d Mon Sep 17 00:00:00 2001 From: MikeTheWatchGuy <13696193+MikeTheWatchGuy@users.noreply.github.com> Date: Sun, 3 Feb 2019 18:34:58 -0500 Subject: [PATCH 7/9] docs/cookbook.md updated from https://stackedit.io/ --- docs/cookbook.md | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/docs/cookbook.md b/docs/cookbook.md index 2c16ea7c..7ad347da 100644 --- a/docs/cookbook.md +++ b/docs/cookbook.md @@ -180,7 +180,11 @@ A simple GUI with default values. Results returned in a dictionary. print(event, values['_NAME_'], values['_ADDRESS_'], values['_PHONE_']) ``` ---------------------- + + + + +------- @@ -1541,7 +1545,7 @@ That's all... Run your `my_program.exe` file on the Windows machine of your choo Your EXE file should run without creating a "shell window". Only the GUI window should show up on your taskbar. \ No newline at end of file From b63d5376a3ee1205d3a42b7f32417f52889a54d0 Mon Sep 17 00:00:00 2001 From: MikeTheWatchGuy <13696193+MikeTheWatchGuy@users.noreply.github.com> Date: Sun, 3 Feb 2019 18:41:45 -0500 Subject: [PATCH 8/9] docs/cookbook.md updated from https://stackedit.io/ --- docs/cookbook.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/docs/cookbook.md b/docs/cookbook.md index 7ad347da..0f257aa5 100644 --- a/docs/cookbook.md +++ b/docs/cookbook.md @@ -345,7 +345,8 @@ while True: timer_running = not timer_running window.FindElement('_OUTPUT_').Update('{:02d}:{:02d}.{:02d}'.format((i // 100) // 60, (i // 100) % 60, i % 100)) ``` - + + -------- @@ -1545,7 +1546,8 @@ That's all... Run your `my_program.exe` file on the Windows machine of your choo Your EXE file should run without creating a "shell window". Only the GUI window should show up on your taskbar. \ No newline at end of file From 8c74b58e4c9e9c33e5323d6cded3dba81f033a8e Mon Sep 17 00:00:00 2001 From: MikeTheWatchGuy <13696193+MikeTheWatchGuy@users.noreply.github.com> Date: Sun, 3 Feb 2019 19:03:08 -0500 Subject: [PATCH 9/9] docs/cookbook.md updated from https://stackedit.io/ --- docs/cookbook.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/docs/cookbook.md b/docs/cookbook.md index 0f257aa5..6eab50f3 100644 --- a/docs/cookbook.md +++ b/docs/cookbook.md @@ -795,6 +795,8 @@ while True: # Event Loop window.Close() ``` + + ## Multiple Windows This recipe is a design pattern for multiple windows where the first window is not active while the second window is showing. The first window is hidden to discourage continued interaction. @@ -1546,8 +1548,8 @@ That's all... Run your `my_program.exe` file on the Windows machine of your choo Your EXE file should run without creating a "shell window". Only the GUI window should show up on your taskbar. \ No newline at end of file