Help for auto-size work area. #100
Replies: 4 comments
-
|
✅ What works Demo attached |
Beta Was this translation helpful? Give feedback.
-
|
It is also worth keeping in mind that EPD is designed for quickly building prototypes, utilities and small desktop tools. The whole point is to save time — you design the UI visually by dragging and dropping widgets, connect them with logic without writing boilerplate code, and compile to a standalone .exe without touching Python environments, pip dependencies or PyInstaller configuration. What would take hours of setup and manual coding in a conventional IDE can be done in minutes in EPD. It is not intended for building highly complex production applications with deeply nested resizable layouts. For straightforward tools and apps it works extremely well, and that is the sweet spot it is designed for. |
Beta Was this translation helpful? Give feedback.
-
|
I understand, and I thank you for your prompt responses and help. I'll try to use your advice. Thanks for everything. |
Beta Was this translation helpful? Give feedback.
-
|
Closing this discussion. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, can anyone help me? I created an application and is there a way to make the sidebar or vertical bar appear when the page is resized? I need this because I need to run the app on multiple PCs with different screens. I tried using containers, but it's really cumbersome. Thanks for your help.


Beta Was this translation helpful? Give feedback.
All reactions