-
Notifications
You must be signed in to change notification settings - Fork 3
Uix gridview - borders + updated example #2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: uix-gridview
Are you sure you want to change the base?
Conversation
Hoping this doesn't send a pull request automatically; if it does, please ignore it!
Parallels the examples in listview. Tested.
This reverts commit a866a24.
This reverts commit ffeb30c.
Set up the kivy language to provide borders; images are clunky in this context, and it needs to be fast, so I went with using the background and sacrificing some styleability that probably wouldn't get used anyway. Added some methods to set the colors, but havn't figured out how to make them accessible from a gridview instance.
|
Sorry, got busy with more work on GridView, then other things. I'll learn how to cherry pick from a pull request to grab the pertinent commits from here. For the others, like changing .gitattributes and .git setup, I suggest that you go ahead and pull those out into a pull request you make directly to the kivy repo. That way they don't get lost in the uix-gridview commits. Thanks. |
|
No problem; thanks for the advice! I'll do that. |
|
My pull request to the main Kivy repo to fix line endings was accepted, but it doesn't help me in working with your code until you fetch/merge upstream. Not sure how often you do this...or if there's an alternative method...? I'll be looking into it. |
|
Merged. |
|
Thank you! I'm starting to get a better idea of how github works. :-) I have to use Windows at work and github + Windows can be a difficult combo. Now that I'm set up properly again...do you have anything that needs working on that I could help out with? Is the approach to styling I was working out before one that you think is worth pursuing? |
No description provided.