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] 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