non-npc

Results 11 comments of non-npc

If I may propose a temporary solution to the window visibility bug. Could we set the window to minimized as the invisible state and if it is not minimized then...

sorry about comments, its habit. I will try to remember 👍

> store the bar in a variable, then use `page.overlay.remove(my_bar)` to remove it absolutely, fantastic idea! Here is the updated code, let me know if you approve and I will...

> @non-npc, thanks again for your contirbutions. > > While on this, could you equally update the code you work on to use `import flet as ft` instead of importing...

thank you, i have proposed a solution to the issue you mentioned https://github.com/flet-dev/flet/issues/2705#issuecomment-2347091997

@eliandoran sorry forgot to mention that detail, I am on windows 10.

You can create desktop python/JS/html applications without eel by simply using PyQT6. Here are several examples: https://github.com/non-npc/Serverless-Desktop-Python https://github.com/non-npc/Desktop-Javascript-Python-GameDemo

PySide6=PyQT6, its basically the same thing

you have main.py which loads your html and displays it, in the main.py you have methods which receive data from the frontend javacsript and tell it what to do and...

> > PySide6=PyQT6, its basically the same thing > > This seems more complex than trying to use eel. I wish there were a simple tutorial... If you look at...