John
John
FWIW for ActivityIndicator -- we decided that background_color while hidden isn't worth the extra effort to implement consistently -- effectively the case where someone would be using a stopped ActivityIndicator...
@mhsmith Don't know if they're just different weights... they might be different fonts since the character height is not consistent and in Chinese we usually want to make it really...
https://learn.microsoft.com/en-us/windows/apps/design/signature-experiences/typography#fonts-for-non-latin-languages makes recommendations for those non-latin fonts. - Any ways to set an explicit "fallback" font for Windows to use? - Unless under some specific conditions, people usually don't mix...
Nice. So maybe when #2248 is resolved, we can have use different fonts depending on the locale.
It seems that all the APIs suggested above is like very low-level NFC stuff. I wonder if implementation of *applications* of NFC in Toga is not unwarranted -- e.g. a...
@freakboy3742 Hmm... Maybe even a popup button that displays a calendar may be appropriate. All impls even in native apps are sorta ad-hoc, e.g. IIRC some even used 3 separate...
FWIW: calendar widget should be viable at least on desktop. macOS: Style set to https://developer.apple.com/documentation/appkit/nsdatepicker/style/clockandcalendar?language=objc iOS: ??? GTK: Gtk.Calendar Winforms: https://learn.microsoft.com/en-us/dotnet/api/system.windows.forms.monthcalendar?view=windowsdesktop-9.0 Android: ???
@freakboy3742 Another question: Since API would be nearly identical as DateInput if we choose to implement calendar, would it make sense to add another 'mode' to DateInput? Like, call a...
#3734 tracks a calendar proposal. Marking my calendar-related comments as off-topic. I have info on all the native APIs of all platforms there, I've researched and found APIs for all...
@freakboy3742 Yep, let's flag it but when Toga gets to 1.0 and more widespread those versions would've became pretty old anyways... no offense this is an awesome project though, I...