@calcopiritus @starman
Buttons/switches trigger an immediate action, whereas checkboxes usually do not (such as on a settings page, where no changes are applied unless you click “save”).
#dotNet #dotNetMaui with #cSharp UI
Maths/Computer Science teacher/tutor
Facts aren’t “arbitrary”
searchable
@calcopiritus @starman
Buttons/switches trigger an immediate action, whereas checkboxes usually do not (such as on a settings page, where no changes are applied unless you click “save”).
@BrianTheeBiscuiteer @DmMacniel
I see now there’s some confusion. When it said “toggle button”, I thought a Switch was being discussed, but when I clicked on the OP I see it actually does mean button, so we’ve got some people talking about switches and some people talking about buttons (and yeah, a switch should show current state, but a button should show what would happen if you clicked it).
@SmartmanApps@programming.dev
Confirmed the latter - if you post to the dotnetmaui Community on programming.dev from Mastodon, including the #dotNetMAUI hashtag, then it will come up in Mastodon searches for that hashtag (and therefore also will be seen by people following that hashtag).
#dotNet
@SmartmanApps@programming.dev
Nope, that doesn’t work when coming from programming.dev, but I imagine it would work if you were posting to the Community from Mastodon in the first place.
@Ategon @SmartmanApps@programming.dev
Oh ok. I thought that was a bit unusual! 😂
@bot boost this
@lysdexic @Eezyville
Probably just the MS version of Apple’s “reimagined” (where they copy a 5-year old Android feature and then try and make it sound “new and innovative”).
@varsock @otto
Oh god yes! Each instance of VS22 takes up more than 1Gb of RAM - what I’m doing right now with this piece of code does NOT need 1Gb of memory! Have they not heard of lazy loading?