#WinUI
Explore tagged Tumblr posts
msicc · 2 years ago
Text
Dealing with application windows on Windows with .NET MAUI
I just published a follow-up blog post on how to handle application windows on Windows with .NET MAUI. #dotNET #dotNETMAUI #csharp #programming #MAUI #WinUI #Windows
As we have done the work for macOS, we can turn our attention now to the Windows operating system. Spoiler: this post will be far shorter than the last one. Recap Dealing with application windows on macOS with .NET MAUI In my last post, I showed you how to support multiple windows and handle their size. I introduced you the IWindowService to handle windows in an MVVM friendly way and told you…
Tumblr media
View On WordPress
2 notes · View notes
pookebi · 2 months ago
Text
Tumblr media Tumblr media Tumblr media Tumblr media
various winuis
6 notes · View notes
fahrni · 6 months ago
Text
C++? Are you crazy, Rob?
Tumblr media
There is this weird part of me that wants to go back to writing cross platform C++. All of my cross platform work was for Windows and Linux. The itch has been there since I moved to iOS code — and I spent [two years in between iOS dev jobs working on a cross platform SDK for Pelco’s video encoding, decoding, and recording devices, all in C++. It never made it to Linux but I spent a whole lotta time working on Pelco’s X SDK. That was our version of a cross platform SDK we used internally to build a cool pipeline framework called MPF, or Media Processing Framework.
Why the draw. I’m not sure, but I think it’s probably because it’s the language I know best and I did a lot of work with the Windows API, which was also a strong suit.
I still haven’t, and don’t think I ever will, embrace the Mac like I did Windows. At the time I was a Windows dev the platform was simple, before COM and OLE 2.0. The Windows API was so straightforward.
None of that is true any longer. Not for Windows or C++. I bet I wouldn’t even recognize modern C++. C++ 11 changed A LOT in the language and it’s only advanced since. As for the Windows API, folks still use it but you should be doing something different, like using WinUI 3.
The thing is, I REALLY want to complete Stream for Mac and my new super top secret project: Rooster. Yeah, it’s not so top secret, and I finally gave it a code name, but if you know me you can probably suss out what it would be given my love of blogging.
0 notes
sergey-tihon · 10 months ago
Text
F# Weekly #27, 2024 - Building Functional TTRPG with F#
Welcome to F# Weekly, A roundup of F# content from this past week: News Let GitHub Copilot draft of your pull request description – Visual Studio Blog Dive into native Windows development with new WinUI workload and template improvements – Visual Studio Blog What’s new in the Windows Subsystem for Linux in May 2024 – Windows Command Line Customer Case Study: preezie’s AI Journey with…
0 notes
laurentgiret · 1 year ago
Text
Microsoft's Build 2024 session catalog reveals that Windows on ARM, WinUI, WPF, and Copilot plugins for Windows apps are going to be big themes this year.
0 notes
componentsource · 2 years ago
Text
Tumblr media
Telerik UI for WinUI R3 2023 (2.8.0)
0 notes
coderrant · 3 years ago
Text
WinUI 3 Controls Reference
WinUI 3 Controls Reference
Below you will find a list of all the Controls for WinUI 3. If there isn’t a control that you’re looking for then it will be added soon, please bear with me, I’m adding them as fast as humanly possible (there is only me working on the references). June 23, 2022 FlipView and How To Create Them In WinUI 3 June 23, 2022 ToggleSwitch | How to create them in WinUI 3 June 22, 2022 Sliders | How…
Tumblr media
View On WordPress
0 notes
kawaoneechan · 2 years ago
Text
So I'm looking at the the WinUI 3 Gallery app.
Tumblr media Tumblr media
I can tell exactly why this happens, but it's still remarkable that with all this focus on looking pretty, they manage to mess this up.
0 notes
fuzzychildchopshop · 4 years ago
Link
Baby Link by winuy
3 notes · View notes
pookebi · 2 months ago
Text
Tumblr media
another mspaint goober i made during class, their name is Winui, theyre always eepy and theyre very stupid
5 notes · View notes
sergey-tihon · 11 months ago
Text
F# Weekly #23, 2024 - Official OpenAI library for .NET
Welcome to F# Weekly, A roundup of F# content from this past week: News Announcing the official OpenAI library for .NET – .NET Blog (microsoft.com) MSTest 3.4 is here with WinUI support and new analyzers! – .NET Blog (microsoft.com) A beginner’s guide to mapping arrays in EF Core 8 – .NET Blog (microsoft.com) Refactor your code using alias any type – .NET Blog (microsoft.com) New LinkedIn…
Tumblr media
View On WordPress
0 notes
hackernewsrobot · 5 years ago
Text
WinUI, The modern native UI platform of Windows
https://microsoft.github.io/microsoft-ui-xaml/ Comments
1 note · View note
enterinit · 6 years ago
Text
Windows Terminal Preview 1910 released
Tumblr media
Windows Terminal Preview 1910 released.
Updated UI
The Terminal now has even better tabs! The WinUI TabView used in the Terminal has been updated to version 2.2. This version has better color contrast, rounded corners on the dropdown, and tab separators. Also, when too many tabs fill the screen, you can now scroll through them with buttons!
Dynamic Profiles
Windows Terminal now automatically detects any Windows Subsystem for Linux (WSL) distribution installed on your machine along with PowerShell Core. If you install any of these after this update of the Terminal, they will appear in your profiles.json file!
Tumblr media
NOTE: If you don’t want a profile to appear in your dropdown, you can set "hidden" to true in your profiles.json file. "hidden": true
Cascading Settings
The Terminal now has an improved settings model! It ships with a defaults.json file with all of the default settings included. If you’d like to see what’s included in the default settings file, you can hold down the Alt key and click on the settings button in the dropdown menu. This file is an auto-generated file and changes made to the file are ignored and overwritten. Your own profiles.json file is where you can add as many custom settings as you’d like. If you add a new profile, scheme, key binding, or global setting in your profiles.json, it’ll be treated as an added setting. If you create a new profile whose GUID matches an existing one, then your new profile will override the old one. If there is a default key binding included in the defaults.json file that you would like to free up, you can set that key binding to null in your profiles.json. { "command": null, "keys": }
New Launch Settings
You can now set the Terminal to launch as maximized or set its initial position! Setting the Terminal to launch as maximized can be done by adding the global setting "launchMode". This setting accepts either "default" or "maximized". "launchMode": "maximized" If you’d like to set the Terminal’s initial position, you can add "initialPosition" as a global setting. This property accepts a string with the X and Y coordinates separated by a comma. For example, if you’d like the Terminal to launch at the top left of your primary screen, you’d add the following to your profiles.json: "initialPosition": "0,0" NOTE: If you’re using multiple monitors and would like to set the Terminal to launch to the left or above your primary monitor, you will have to use negative coordinates.
Bug Fixes
You can now double-click on the tab bar to maximize the window!One of the main bugs causing newline issues with copy and paste has been fixed!HTML copy doesn’t leave the clipboard open anymore!You can now use font names longer than 32 characters!There is no longer text corruption when running two tabs at the same time!General stability improvements (less crashes)! Read the full article
1 note · View note
componentsource · 2 years ago
Text
Tumblr media
Syncfusion Essential Studio WinUI 2023 Volume 3
0 notes
coderrant · 3 years ago
Text
FlipView | How To Create Them In WinUI 3
#FlipView #XAML #WinUI #WinUI3 #Developer #Coder #Coding #Apps #WindowsDeveloper #Dev #AppDev #CoderRant #DotNet
What is a FlipView? The FlipView control allows you to add multiple images. The user can navigate them by scrolling with the mouse wheel or using the arrows on either side of the control. The FlipView is not limited to images though, you can add any XAML control to the FlipView. Therefore, you can make some really interesting things. Where is best to use FlipViews The most obvious way to use…
Tumblr media
View On WordPress
0 notes
fahrni · 2 years ago
Text
Saturday Morning Coffee
Good morning! 🌄
Tumblr media
We had a super soaker of a Friday so it looks like I’m not doing yard work today. Maybe I should haul my dumpster bike out and work on it, work on Stream, or maybe sit on my butt and watch TV all day? Decisions, decisions. 🤔
Better let the coffee do its job. ☕️
Rush Blog
Rush’s Signals 40th anniversary box set officially releases today and is now available for purchase via this link, or via Amazon and other online retailers.
The Rush geek in me wants this, now.
I’ve mentioned it before, Signals was one Rush album I ran into the ground. It was my portable cassette player all the time. I’d list to it on the bus or walking around town. It’s a magical album for me.
Also, 40 years? I’m old. 😳
Swift.org Blog
I’m pleased to announce that a preview of the future of Foundation is now available on GitHub!
It’s nice to see Apple continuing to push deeper and deeper into Swift. I’m very interested to see if Swift will ever become a first class citizen on Windows. That might make getting Stream onto Windows quite a bit easier. Of course bringing the underlying bits to Windows is much easier than wrapping all of WinUI 3 in Swift.
The one downside is its dependency on the Swift 5.9 toolchain which is still in development.
The Mary Sue
After being shouted down by Republicans while trying to debate a harmful anti-trans bill, Zooey Zephyr has again come into the GOP’s crosshairs. But this time, they are not willing to listen to anything she has to say. And to ensure that, they have banned her from speaking on the legislative floor.
Oh, Montana GOP, why? Why do y’all have to be so cruel? Believe it or not our country is made up of a diverse set of people. No, all Americans don’t have to be white cis folks.
Try as you might to eliminate Zooey’s voice, you’ve just amplified it on the national stage.
GitHub Blog
In this blog, we’ve compiled some important tricks and commands that every developer should know from GitHub’s own engineers.
Knowing how to use a terminal — shell — is important for every developer. I love having beautiful UIs to help me do my work but sometimes it’s just a lot quicker to type. a post,l New Republic
Washington State Bans AR-15 Sales: “No Reason Other Than Mass Murder”
Welp, that headline says it all. Assault weapons were made for killing large numbers of people. It’s time we have a nationwide ban on them again. If you want to play with guns join the military. At least they’ll train you how to use them.
The Verge
Apple’s App Store can stay closed but developers can link to outside payments, says appeals court
Emphasis is mine. Even though Apple is being forced to allow outside payments you and I know they’ll still want their cut. Instead of they’re usual 15-30% cut they’ll take 27%. It’s what they did in the Netherlands for dating apps. Don’t expect anything less here in the States.
Semafor
Phoenix Mercury player Brittney Griner, who was wrongfully detained in Russia for possessing vape cartridges containing cannabis, said Thursday that she would no longer play basketball abroad unless it was for the U.S.
Here’s hoping Ms. Griner has a long happy life free of that kind of nightmare.
The Hollywood Reporter
Dune: Part Two is coming into focus, with filmmaker Denis Villeneuve and stars Timothée Chalamet and Zendaya showing off a new trailer for the Warner Bros. and Legendary sequel at CinemaCon Tuesday.
BRING ON PART TWO! Look, this thing better be epic given Mr. Villeneuve felt the need to split it in two. The first installment was a wonderful film but definitely left me wanting.
It’s been so long since I read the book details have faded and I’ve honestly forgotten how it ends. I can remember the ending of the 1984 version but I don’t remember if it held true to the book?
I enjoyed the ‘84 version and I hope the new one blows it out of the water. ⏳
Wired
By 2018, the city and Ford Motor Company were ready to tell another story. That year, Ford announced that it had acquired the station and the area surrounding it, a monument to the kind of transportation past that the automaker and its manufacturing brethren had all but killed.
Detroit was such a beautiful city at one time and it’s great to see Ford invest in its recovery given cars helped destroy it.
I wish I had a bunch of time to go explore the city and its burnt out neighborhoods and buildings.
CNN
CNN has parted ways with longtime host Don Lemon. The announcement Monday came without explanation and astonished the media industry.
This caught me off guard as I’m sure it did many others. I hope MSNBC picks him up. 😃
Also, another “news” organization fired their white supremacists “talent.” Good riddance.🫏
Tumblr media
0 notes