Replies: 3 comments
-
def on_click2(e_): |
Beta Was this translation helpful? Give feedback.
0 replies
-
Even with that source code, the error was displayed after clicking button2 twice. |
Beta Was this translation helpful? Give feedback.
0 replies
-
@roto5296 it works with this code: def on_click2(e_):
c.name = ft.icons.FAVORITE
row.controls = [button1, button2, a, b, d, e, f, g, h, c]
# c.update()
row.update() |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Description
Code example to reproduce the issue:
Describe the results you received:
When I clicked button1, this program run correctly.
But, when I clicked button2, the following error was displayed.
Describe the results you expected:
Additional information you deem important (e.g. issue happens only occasionally):
Flet version (
pip show flet
):**Give your
requirements.txt
file (don'tpip freeze
, instead give direct packages): **Operating system:
ubuntu 22.04 on wsl2
Additional environment details:
Beta Was this translation helpful? Give feedback.
All reactions