Documentation needed: "id" will be removed in next release
See original GitHub issue“id” on FloatLayout is now deprecated.
Deprecated property "<StringProperty name=id>" of object "<FloatLayout>"
has been set, it will be removed in a future version
When a layout is created from kv language, what’s the official way to get a reference to it ?
I haven’t found an explanation why this will been removed (and I’m interested in). Is there somewhere a discussion about this ?
Issue Analytics
- State:
- Created 4 years ago
- Comments:6 (2 by maintainers)
Top Results From Across the Web
News Releases - REAL ID Will Require Additional Documents ...
September 19, 2018. REAL ID Will Require Additional Documents When Applying. New IDs must comply with federal security standards.
Read more >BMV: Licenses, Permits, & IDs: Real ID Overview - IN.gov
Indiana requires all new license, permit, or ID card applicants to provide documents that prove identity, lawful status, SSN, and residency. In return...
Read more >Bureau of Motor Vehicles - Maine.gov
Beginning May 3, 2023, you will need a REAL-ID compliant driver's license, identification card or an acceptable alternative form of identification as approved ......
Read more >Frequently Asked Questions - REAL ID
What documents do I need to apply for a REAL ID DL/ID card? ... includes documents such as credit/debit card, cancelled check or...
Read more >How to request access to a deceased family member's Apple ...
This article explains how to request access to or delete someone's Apple ID and the data stored with it after they have passed...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
If that widget property is getting deprecated, which is the correct way of identifying a widget when creating it from python code directly ? For example, when creating an unknown number of buttons with a for loop, but you need to keep track of them somehow. That was very easy with the widget id (in python code)
id
in kv andid
(the deprecated one) are different thing.So you don’t have to worry about: