You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What do you mean by a few ‘parent’ and ‘ids here?
I don't know how to understand 'parent' and 'ids'
thank you!
In addition:
I put it here
Self.parent.parent.ids.calc_input.text + = self.text
Change into
Root.ids.calc_input.text + = self.text
or
Root.parent.parent.ids.calc_input.text + = self.text
Will it go wrong?
The text was updated successfully, but these errors were encountered:
.kv file
`
`
What do you mean by a few ‘parent’ and ‘ids here?
I don't know how to understand 'parent' and 'ids'
thank you!
In addition:
I put it here
Self.parent.parent.ids.calc_input.text + = self.text
Change into
Root.ids.calc_input.text + = self.text
or
Root.parent.parent.ids.calc_input.text + = self.text
Will it go wrong?
The text was updated successfully, but these errors were encountered: