Class error
#1963
Replies: 1 comment
-
Please Build up a proper repro code sample so we can better assist you. |
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.
-
Question
Hello everyone, I'm having a problem starting Flet, I simply created the main function within a class, but unfortunately the content of “self.rail” is not seen even if self.rail and a simple ft.Text(“hello”) but if I don't use the variable but write everything inside the main function starts, how can I solve it?
Code sample
Error message
"AttributeError: the object 'Page' does not have the attribute 'rail'."
------------------------------------------------------
Beta Was this translation helpful? Give feedback.
All reactions