From 9307abc3baf466d01afcd89bd1887d20728f2fb7 Mon Sep 17 00:00:00 2001 From: MikeTheWatchGuy <13696193+MikeTheWatchGuy@users.noreply.github.com> Date: Fri, 1 Feb 2019 23:34:02 -0500 Subject: [PATCH] docs/cookbook.md updated from https://stackedit.io/ --- docs/cookbook.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/docs/cookbook.md b/docs/cookbook.md index 2bb12b1e..18877a10 100644 --- a/docs/cookbook.md +++ b/docs/cookbook.md @@ -82,6 +82,10 @@ while True: window.Close() ``` + + + + ## Pattern 2 B - Persistent window (multiple reads using an event loop + updates data in window) This is a slightly more complex, but maybe more realistic version that reads input from the user and displays that input as text in the window. Your program is likely to be doing both of those activities so this will give you a big jump-start. @@ -1529,5 +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