[question] what do you suggest for windows 7 users ? #3051
-
Descriptionwhat do you suggest for windows 7 users ? and also @WinUI-team . Will you suggest me to use flutter / electron and goes away from .net platform ? or you suggest me stay in old place and can't get in to the newer .net community (separate .net community to two smaller community named and I feel whole windows develop happened in MS is a just like this image and you get more 1 and drop more 1 too. |
Beta Was this translation helpful? Give feedback.
Replies: 7 comments 21 replies
-
Windows 7 is going out of support. Does flutter support it? Kindly encourage your users to upgrade to probably Windows 11. |
Beta Was this translation helpful? Give feedback.
-
flutter use graphics engine ( and according to the data here, there are still nearly 15% windows 7 usres |
Beta Was this translation helpful? Give feedback.
-
Then use flutter - it would better fit your need. |
Beta Was this translation helpful? Give feedback.
-
@saint4eva what's wrong with Win7 ? |
Beta Was this translation helpful? Give feedback.
-
What is wrong with .NET 4.8 and WindowsForms.NET for Win 7? It still runs on Win 11 too. |
Beta Was this translation helpful? Give feedback.
-
For any platform, understand the display. For a 2D display you can write algorithms in any language you'd like, then proceed to drawing layout on the screen using whatever way you can. For Windows 7 .Net Framework worked in history, so has browsers, so has QT. Now you can create a layer that draw any rectangle you would like on the 2D display with the algorithms you've created on the UI framework (tools that utilize the operating system's api for UI) of your choice. Meanwhile absolute positioning was the only thing you needed. Step 1. Write your algorithm down in a flow chart (E.g. how to crop a rectangle with another rectangle, how to automatically fill a rectangle with small rectangle of given height & width, how to relocate a corner of a rectangle to a new place...) Step 2. Pick your favorite programming language and implement the algorithms (Fun) Step 3. Pick the UI Framework you like (.NET has an ecosystem), find out how to draw a rectangle using it using absolute layout, write glue codes which means finding out how to convert the result of your algorithm to draw the rectangle on screen Step 4. Build your application Step 5. Refactoring or changing your algorithm, or start over using another UI framework that you like better but you can keep the algorithms you wrote just rewrite the glue codes |
Beta Was this translation helpful? Give feedback.
https://github.com/jsuarezruiz/maui-linux