cppdev123

Results 20 comments of cppdev123

I tried on windows 10 and on the online playground to show the difference I made slint code on the playground and html code to display a text and change...

Yours like very good unlike on my system. I'll post a video

It looks bad when it is small ( < 30 or so ) I think it's a from the font since qml also seems to have the same issue. I...

https://user-images.githubusercontent.com/66138068/172488828-f7285325-a1c9-4d65-a74f-d4fee5abf8f5.mp4

Found that clip restricts the visible part to the parent and using your hack I tried to make many circles to display one on each press if the previous is...

@fsb4000 I am aware that this will break for users who does not have the messages in the system locale language and have display language different from system language, they...

Other options I thought of: - use `FormatMessageW` and convert the wide string to narrow using `__std_fs_convert_wide_to_narrow` which uses the current application code page instead of system's one and can...

This is what happens: ``` _NODISCARD size_t __CLRCALL_PURE_OR_STDCALL __std_system_error_allocate_message( const unsigned long _Message_id, char** const _Ptr_str) noexcept { // convert to name of Windows error, return 0 for failure, otherwise...

The error set by `FormatMessageA` is 15100 (ERROR_MUI_FILE_NOT_FOUND) although I installed the Arabic language pack, and I can set Arabic as the display language for windows and windows apps including...