Toga DetailedList Accessors and flex style #2234
Eric35470
started this conversation in
Debugging help
Replies: 1 comment 2 replies
-
It's very difficult to comment on why something isn't working when you haven't provided any details on what it is you've done. An abstract description and one line of an error message doesn't give us enough detail to reproduce the problem or see where you might have gone wrong. We'd be happy to help, but you'll need to share the code that you're using - in this case, at the very least the way you're constructing your DetailedList. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello, it's my first publication, here. Sorry, if I don't respect the code.
I want to use a DetailedList with toga and change the accessors.
I obtain an error: 'str' object has no attribute '_impl' even if I keep "icon", "title", "subtitle".
I am using a windows platform and I want to vreate an Android application.
On other hand, I would like to have a maximum eight of my list using flex parameter of Pack. But, it doesn't work.
Do you know why ?
Thanks in advance for your help.
Eric
Beta Was this translation helpful? Give feedback.
All reactions