UX Hololeo

Results 13 comments of UX Hololeo

Flet is server driven. the delay may be from that latency generally speaking though my latency is usually 0.1 sec. 0.5 seems like a lot

you can create an assets folder then replace the elements you want in there. https://flet.dev/docs/guides/python/packaging-desktop-app#packaging-assets

you created assets folder, and inside that icons folder, and in there the file to replace?

post your code and structure in a repo?

yeah hot reload works great but usually needs a reboot if you change something on init / startup. glad you got it fixed i know how those small overlooked things...

this article demonstrates a lot of ways to use it and perhaps more properties that would be needed https://blog.logrocket.com/enhance-mobile-apps-with-flutter-boxshadow/

i think this is still open as reported here: ![Screen Shot 2022-10-02 at 7 02 58 AM](https://user-images.githubusercontent.com/11970940/193458138-989767d6-38b5-48e7-b8cb-36bfab54ec4e.png)

instead of file:/// use https://wahteveryourhost:yourport that flet server launches with use the debug to see the address ``` import logging logging.basicConfig(level=logging.DEBUG) ```

eveytime you add a feature here i get excited cause i know its gonna happen ;)

maybe something wrong with your svg? on chrome this is what i get for this link i believe its showing well on github because they are doing something to fix...