-
-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This is not working. The biggest issue that I'm having with getting RecycleView working is that I used positional arguments for the creation of BusKillOptionItem() My understanding is that RecycleView maintains a list of some type of widget. In my case, I want RecycleView to be a set of my custom widget = BusKillOptionItem()s. But the way that RecycleView creates & recycles these objects is by a dictionary, which gets passed into the objects when they're created as kwargs. So in this commit I tried changing from positional args to kwargs, but it doesn't appear to be working yet. For more info, see: * #55 (comment) * https://groups.google.com/g/kivy-users/c/TLZoBXX5zZs * https://kivy.org/doc/stable/api-kivy.uix.recycleview.html
- Loading branch information
Showing
2 changed files
with
40 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters