Test eCookbook Integration

This commit is contained in:
PySimpleGUI 2022-06-30 15:30:25 -04:00
parent 43ea63bb7c
commit 05fd8ca891
109 changed files with 2092 additions and 0 deletions

View file

@ -0,0 +1,16 @@
"Simulated" Tables - Tables that are constructred using other Elements than the Table Element
In this case it's simply some Text and InputText Elements combined.
Here is what the window looks like on Windows
![SNAG-0566](https://user-images.githubusercontent.com/46163555/68995968-dbc21100-0861-11ea-8d50-dbef4d6ea0fa.jpg)
This is a subset of the larger Table Simulation program that you'll also find on Trinket. This smaller demo shows a table and enables moving around with arrow keys.
The larger demo includes the ability to sort columns. The reason for 2 demos.... make one that's smaller in case that's what you need. It removes the need for you to strip out unwanted code and you can instead begin to add your code to this smaller base of code.
<iframe src='https://trinket.io/embed/pygame/cbb302bd6a?start=result' width='100%' height='600' frameborder='0' marginwidth='0' marginheight='0' allowfullscreen></iframe>