You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ola me chamo winne, e preciso da ajuda de vocês, eu estava escrevendo meu codigo com o KIVYMD 1.2.0, estava indo tudo certo
porém quando atualizei o kivyMD parou de funcionar o data do RecycleView, pois antes eu invocava eles assim ( self.rv_data = [{'text': str(x[0]),"secondary_text":"Preço Prom R$: " +str(x[1]),"tertiary_text":"Preço Normal R$: " +str(x[2]),'Index': str(x[0]), 'selectable':True}for x in data ] ), mas depois da atualização nao exite mais tertiary_text.
Minha pergunta é :
COMO CONSEGUIR NOVAMENTE QUE O RECYCLEVIEW FUNCIONE COM 3 LINHAS DE INFORMAÇÔES NOVAMENTE., POIS
COM ESSA ATUALIZAÇÃO SO FUNCIONA COM 1 LINHA.
SEGUE IMAGEM DE COMO É O PROGRAMA.
Description of the Bug
Ola me chamo winne, e preciso da ajuda de vocês, eu estava escrevendo meu codigo com o KIVYMD 1.2.0, estava indo tudo certo
porém quando atualizei o kivyMD parou de funcionar o data do RecycleView, pois antes eu invocava eles assim ( self.rv_data = [{'text': str(x[0]),"secondary_text":"Preço Prom R$: " +str(x[1]),"tertiary_text":"Preço Normal R$: " +str(x[2]),'Index': str(x[0]), 'selectable':True}for x in data ] ), mas depois da atualização nao exite mais tertiary_text.
Minha pergunta é :
COMO CONSEGUIR NOVAMENTE QUE O RECYCLEVIEW FUNCIONE COM 3 LINHAS DE INFORMAÇÔES NOVAMENTE., POIS
COM ESSA ATUALIZAÇÃO SO FUNCIONA COM 1 LINHA.
SEGUE IMAGEM DE COMO É O PROGRAMA.
Code and Logs
Screenshots
Add images to explain us this bug. Paste urls here.
Remove this section if no images here
Versions
The text was updated successfully, but these errors were encountered: