Why have switch and button widgets been removed from uiflow
-
I am completely dumbfounded as to why button and switch widgets have been removed from UI flow
Am I missing something ??? can anybody explain this?????????????????? -
A major redesign was undertaken with the release of UiFlow 2.0, which removed switch and button widgets. The platform has been redesigned with a more flexible, code-driven approach, allowing for more low-level touch handling over prebuilt UI elements. Users can now create custom buttons using touch coordinates and visual elements such as rectangles or images. This method offers greater customization, but requires more manual effort to set up. A number of users hope that built-in widgets will return in future updates.
-
i have a paper s3 coming and have been learning the ide while waiting for it. (trying to)
@peolsolutions said in Why have switch and button widgets been removed from uiflow:
Users can now create custom buttons using touch coordinates and visual elements such as rectangles or images. This method offers greater customization, but requires more manual effort to set up.
thats great and all.. but HOW do you do it? there is zero documentation or examples i can find anywhere.
this is completely unhelpful
https://uiflow-micropython.readthedocs.io/en/latest/search.html?q=touchthe only touch docs on the site are for uiflow 1 which also doesnt help.