docs/cookbook.md updated from https://stackedit.io/
This commit is contained in:
parent
84bc71ea3e
commit
6e0425dd40
|
@ -119,7 +119,7 @@ while True: # Event Loop
|
||||||
window.Close()
|
window.Close()
|
||||||
```
|
```
|
||||||
|
|
||||||
<iframe height="800px" width="100%" src="https://repl.it/@PySimpleGUI/Design-Pattern-2B-Persistent-Window-with-Updates?lite=true" scrolling="no" frameborder="no" allowtransparency="true" allowfullscreen="true" sandbox="allow-forms allow-pointer-lock allow-popups allow-same-origin allow-scripts allow-modals"></iframe>
|
<iframe height="800px" width="100%" src="https://repl.it/@PySimpleGUI/Design-Pattern-2B-Persistent-Window-with-Updates?lite=false" scrolling="no" frameborder="no" allowtransparency="true" allowfullscreen="true" sandbox="allow-forms allow-pointer-lock allow-popups allow-same-origin allow-scripts allow-modals"></iframe>
|
||||||
|
|
||||||
|
|
||||||
# Simple Data Entry - Return Values As List
|
# 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.
|
Your EXE file should run without creating a "shell window". Only the GUI window should show up on your taskbar.
|
||||||
<!--stackedit_data:
|
<!--stackedit_data:
|
||||||
eyJoaXN0b3J5IjpbLTExNzQ3OTk4OTIsNzE3MDQ5NjYwLC02Nz
|
eyJoaXN0b3J5IjpbNjY4Nzg5NzQ5LC0xMTc0Nzk5ODkyLDcxNz
|
||||||
k1NDk2NzUsLTMzOTM3MTM1Ml19
|
A0OTY2MCwtNjc5NTQ5Njc1LC0zMzkzNzEzNTJdfQ==
|
||||||
-->
|
-->
|
Loading…
Reference in New Issue