Às 11:42 de 15-09-2015, Laura Creighton escreveu:
> In a message of Tue, 15 Sep 2015 03:31:49 +0100, Paulo da Silva writes:
...
>> Now I would like to change the background color the editable field.
>>
...
>
> I just hardcoded it like this:
>
> integers_dict = {str(i): {'text': str(i), 'is_selec
Às 08:44 de 15-09-2015, David Aldrich escreveu:
>> Not sure if this is the place to ask about kivy ...
>
> Try the kivy users list here:
>
> https://groups.google.com/forum/#!forum/kivy-users
Thanks for the link.
--
https://mail.python.org/mailman/listinfo/python-list
In a message of Tue, 15 Sep 2015 03:31:49 +0100, Paulo da Silva writes:
>Hi all.
>Not sure if this is the place to ask about kivy ...
>I apologize if not.
>
>I am playing with the example here
>https://gist.github.com/geojeff/4442405
>
>Now I would like to change the background color the editable f
> Not sure if this is the place to ask about kivy ...
Try the kivy users list here:
https://groups.google.com/forum/#!forum/kivy-users
Best regards
David
--
https://mail.python.org/mailman/listinfo/python-list
Hi all.
Not sure if this is the place to ask about kivy ...
I apologize if not.
I am playing with the example here
https://gist.github.com/geojeff/4442405
Now I would like to change the background color the editable field.
So I added
def __init__(self,**kwargs):
super(Edi