Answer the question
In order to leave comments, you need to log in
Is it possible in kivy to create nested ids with "local" scope?
As far as I understand, ids in kivy have a "global" scope,
that is, by default, you can write in kv
(1)
BoxLayout
id:a
BoxLayout
id:b
self.root.ids.a
and self.root.ids.b
BoxLayout
id:a
BoxLayout
id:a
self.root.ids.a
and self.root.ids.a.ids.a
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question