Flattened ecookbook.... nothing official... testing some things out...
This commit is contained in:
parent
05fd8ca891
commit
0574702876
109 changed files with 0 additions and 0 deletions
8
docs/eCookbook/choose-file-from-a-list.md
Normal file
8
docs/eCookbook/choose-file-from-a-list.md
Normal file
|
@ -0,0 +1,8 @@
|
|||
A handy demo pattern for you to follow should you want a user interface with a list of files along the left hand edge and something done with those files on the right side of the window.
|
||||
|
||||
This is a highly "responsive" PySimpleGUI layout in that it will immediately take action when the user interacts with the window. You do not need to click a button to indicate a choice was made. You can also paste the folder path into the input box and the listbox will immediately populare with the correct folder's contents.
|
||||
|
||||

|
||||
|
||||
|
||||
<iframe src='https://trinket.io/embed/pygame/3ed4c899c1?start=result' width='100%' height='600' frameborder='0' marginwidth='0' marginheight='0' allowfullscreen></iframe>
|
Loading…
Add table
Add a link
Reference in a new issue