C
C#2y ago
sharpmike

❔ Touch number pad in Windows 11

Hi, I'm trying to find out, how to get this number pad. Problem is, I'm creating cash system, which is aimed to Windows tablets and current windows keyboard for numbers is UX disaster. Thank you for any help or clue where to find more
24 Replies
mikernet
mikernet2y ago
What kind of app? Like what UI framework are you using?
sharpmike
sharpmike2y ago
Windows App SDK latest version -> 1.2.2
mikernet
mikernet2y ago
When you say "windows keyboard for numbers is UX disaster" are you talking about the full keyboard or did you narrow the input scope to numbers?
sharpmike
sharpmike2y ago
Windows 11 has for input scope "Number" this layout
sharpmike
sharpmike2y ago
which is absolutely wrong in cash system, especially in business like restaurant, bar, ...
mikernet
mikernet2y ago
Hmm
sharpmike
sharpmike2y ago
Windows 10 have better layout, but still not perfect
sharpmike
sharpmike2y ago
Image has been used in some issue on github, so therefore red box
mikernet
mikernet2y ago
Tbh last time I worked on a POS system I just made my own number input box that pops up a numpad
sharpmike
sharpmike2y ago
but it still have number pad, which could be used very simply oh
mikernet
mikernet2y ago
Like a custom design numpad So if you want a particular layout that is probably the way to go
sharpmike
sharpmike2y ago
Yeah, I get it, I play with this idea too, but first I want to use something, that is working :/ okay, thank you for your help 🙂
mikernet
mikernet2y ago
There might be a way to do what you are looking for with built-in keyboard but not sure off hand
sharpmike
sharpmike2y ago
i hope I find way to use built-in 😄
mikernet
mikernet2y ago
I would try a different input scope Like NumericPassword maybe Expected input is a numeric password, or PIN. Would probably narrow down the available keys And probably show the pinpad style input
sharpmike
sharpmike2y ago
nothing worked i tried every input scope
mikernet
mikernet2y ago
💩 You tried Digits as well?
sharpmike
sharpmike2y ago
of course, every from the list 😄
mikernet
mikernet2y ago
Haha
sharpmike
sharpmike2y ago
from alphanumeric to url (or which is last) 😄
mikernet
mikernet2y ago
Lmao
sharpmike
sharpmike2y ago
and Of course I tried even CoreInputViewKind enum values maybe there will be right number for this num pad, but trying all int values to find out, I will try it even on my death bed :/ 😄 okay, I found out, where has been problem. WIndows 11 has small keyboard, which is in may case (language) available only for QWERTZ layout, not for QWERTY or programmer 😄
mikernet
mikernet2y ago
Ah, I see
Accord
Accord2y ago
Was this issue resolved? If so, run /close - otherwise I will mark this as stale and this post will be archived until there is new activity.
Want results from more Discord servers?
Add your server
More Posts
❔ my delegate event is not raising the eventi defined a event in my CustomerViewModel to pass the data to my main viewModel and raise a new evenError with app send emailThe goal is to make a send emails app from c# , later on to also send with attachments but im stuck ❔ Can someone help me with my snake game?Hi everyone reading this. I’m pretty new to C#, so please go easy on me. I have a snake-game (wpf)✅ ConsoleApp - run the .exe by cmd and catch given parametersWell, as a little task I'm trying to code a ConsoleApp that should base64 encrypt an input string ~~❔ Bad IL Format Exception when porting .NET Framework 4.8 Project to .NET Core 6.0Hi, I've currently got the glorious task to port a .NET Framework 4.8 project to .NET Core 6.0. So f❔ "Cannot assign requested address [::1]:27017" when connecting to MongoDB on Docker.I have a Docker Compose file with containers - `backend`: ASP.NET Core web API - `mongo`: MongoDB wh❔ External Login Callback (Facebook works, Google doesn't)This is copied from a youtube tutorial and I've been trying to step through and figure out the probl❔ Need someone who is an expert at rating resumes, would really appreciate itMy resume https://cdn.discordapp.com/attachments/684475244664193242/1065827594806763580/Yehor-Belenk❔ Handling different version changes for external standard.Hey! I'm developing tools for a community to support OpenDRIVE standard. The name of the standard do❔ IMAP vs POP3 for getting attachments from an emailI'm building a console app in C# using MailKit to find and save all of the attachments in my outlook