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
I would like to start by saying that it is impossible to download version 2.0.0 with the command published on this site (pip install kivymd==2.0.0).
In the past I had various problems with the installed versions, first because I was the one who installed them incorrectly, but as soon as I understood what I had to do afterwards, sometimes I got confused between the versions when I changed the version, initially I thought that they all had a code the same so the more recent versions for me were only versions with fewe errors, but I was wrong.
Once I understood each type of problem, I realized that the most recent version that can be downloaded is 2.0.1.dev0 but not from the "pip install" command, because that stops at version 1.2.0.
From what I have ascertained, version 1.2.0 is a version similar to this 2.0.1.dev0 but, in this 1.2.0 many of the commands on the official website of 2.0.1.dev0 work compared to the same KivyMD2.0.1 version. dev0 of the site with the codes of its official site, so I preferred 1.2.0 for my personal work even if I aspired to this more recent one for various reasons.
Reasons, differences and errors:
I looked for the "Datepicker" component in the various versions and it works as I would like only in this latest version 2.0.1.dev0, what works is the calendar that opens long, I mean vertically as a standard opening, but even if it suits me I think for me, by logic it still turns out to be an ethical problem at the root, the reason is that the calendar must first take into account the size of the window and only then open and set its shape accordingly, in fact in the other versions if I had a typical smartphone size it opened wide even if I had a narrow and high 360x640 window and only when I changed the size of the window with the pointer did the system take it into account and the calendar changed automatically, but if I didn't touch it it remained wider than the screen showing the calendar cut at the sides.
In version 2.0.1.dev0, however, if I use many of the codes used on the reference site within the page found in "components > Menu" they do not work or in any case present
problems while version 1.2.0 manages to execute them and where these problems do not exist.
One specifically in the part of the page dedicated to the "MDTopAppBar" code, that if I use this code and use the keyword "Snackbar" with "import" it does not accept it, it only accepts it with the small "s" i.e. "snackbar" and however when I run it the top bar doesn't work well.
One would say that version 1.2.0 is the best even if it doesn't have a well-made dedicated site like that of version 2.0.1.dev0 or version 0.104.2 (I don't know others), but this version 1.2.0 has a problem, although the commands compared to version 2.0.1.dev0. The problems concern the functions of "uix.picker". If I use:
MDDockedDatePicker;
MDModalDatePicker;
these do not exist and for me it is a problem since for my project I was mainly looking for "DockedDatePicker" but it is normal, after all they are not the same versions, at this point it would be right to perhaps use the "2.0.0" version but unfortunately as I said right from the start it is not possible to download this version with the command "pip install kivymd==2.0.0".
I would be very happy if these problems of version 2.0.1.dev0 were resolved because it is the one that best suits my needs.
The text was updated successfully, but these errors were encountered:
Hello everyone.
I would like to start by saying that it is impossible to download version 2.0.0 with the command published on this site (pip install kivymd==2.0.0).
In the past I had various problems with the installed versions, first because I was the one who installed them incorrectly, but as soon as I understood what I had to do afterwards, sometimes I got confused between the versions when I changed the version, initially I thought that they all had a code the same so the more recent versions for me were only versions with fewe errors, but I was wrong.
Once I understood each type of problem, I realized that the most recent version that can be downloaded is 2.0.1.dev0 but not from the "pip install" command, because that stops at version 1.2.0.
From what I have ascertained, version 1.2.0 is a version similar to this 2.0.1.dev0 but, in this 1.2.0 many of the commands on the official website of 2.0.1.dev0 work compared to the same KivyMD2.0.1 version. dev0 of the site with the codes of its official site, so I preferred 1.2.0 for my personal work even if I aspired to this more recent one for various reasons.
Reasons, differences and errors:
I looked for the "Datepicker" component in the various versions and it works as I would like only in this latest version 2.0.1.dev0, what works is the calendar that opens long, I mean vertically as a standard opening, but even if it suits me I think for me, by logic it still turns out to be an ethical problem at the root, the reason is that the calendar must first take into account the size of the window and only then open and set its shape accordingly, in fact in the other versions if I had a typical smartphone size it opened wide even if I had a narrow and high 360x640 window and only when I changed the size of the window with the pointer did the system take it into account and the calendar changed automatically, but if I didn't touch it it remained wider than the screen showing the calendar cut at the sides.
In version 2.0.1.dev0, however, if I use many of the codes used on the reference site within the page found in "components > Menu" they do not work or in any case present
problems while version 1.2.0 manages to execute them and where these problems do not exist.
One specifically in the part of the page dedicated to the "MDTopAppBar" code, that if I use this code and use the keyword "Snackbar" with "import" it does not accept it, it only accepts it with the small "s" i.e. "snackbar" and however when I run it the top bar doesn't work well.
One would say that version 1.2.0 is the best even if it doesn't have a well-made dedicated site like that of version 2.0.1.dev0 or version 0.104.2 (I don't know others), but this version 1.2.0 has a problem, although the commands compared to version 2.0.1.dev0. The problems concern the functions of "uix.picker". If I use:
MDDockedDatePicker;
MDModalDatePicker;
these do not exist and for me it is a problem since for my project I was mainly looking for "DockedDatePicker" but it is normal, after all they are not the same versions, at this point it would be right to perhaps use the "2.0.0" version but unfortunately as I said right from the start it is not possible to download this version with the command "pip install kivymd==2.0.0".
I would be very happy if these problems of version 2.0.1.dev0 were resolved because it is the one that best suits my needs.
The text was updated successfully, but these errors were encountered: