Replies: 8 comments
-
@ajtruckle Sorry your user has the issue with Print UI size. I am not seeing the issue in our sample apps with different runtime versions. Has your user tried to restart the app and machine? Can you also ask them to delete UDF folder and launch the app again to see if issue still persists. |
Beta Was this translation helpful? Give feedback.
-
@monica-ch I have asked him these questions. Where exactly is the UDF folder though? |
Beta Was this translation helpful? Give feedback.
-
It is user data folder to store browser data host app https://learn.microsoft.com/en-us/microsoft-edge/webview2/concepts/user-data-folder?tabs=win32 |
Beta Was this translation helpful? Give feedback.
-
@monica-ch Ouch, my application is using demo code! I will have to correct that! |
Beta Was this translation helpful? Give feedback.
-
The sample application uses the local application data folder as the root. Whereas I use the user application data folder as the root of my application settings. Eg:
This would be path that I would pass into WebView2 now. But I have been reading up on the difference between Local and Roaming. I assume it is better that I use Local for the WebView2 data … because of it's size? 🤔 |
Beta Was this translation helpful? Give feedback.
-
@monica-ch I connected to the users computer today with AnyDesk and deleted the UDF and it made no
If I set the text scale to 100% then the Print UI looks "normal" (from my point of view) with the correct width for the side panel. But the issue is that my application (MFC Dialog) is then quite small so it is not the best scale factor to use. Reverting back to the operating system's recommended 150% text scale causes the large Print UI side panel again.
Does any of this help? |
Beta Was this translation helpful? Give feedback.
-
@monica-ch Any comments on my observations? |
Beta Was this translation helpful? Give feedback.
-
@ajtruckle What was changed in the newsiest version of your software other than wv2 sdk version ? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
One of my users is having issues with the Print UI window. When they were using my previous version of my software the window looked OK:
Now, after upgrading my software the Print UI looks different:
I did update the WebView2 NuGet package between releases of my software. Now he is using:
In my software I have an option to display the document in a popup window which is maximized to the users display. I got him to do this, and then right-click, and select Print from there. The Print UI looks better:
My question is, why has the physical width of the Print UI panel changed between releases of the WebView2 SDK in my application on his computer? I don't get this issue on my own PC. What is causing this problem?
Beta Was this translation helpful? Give feedback.
All reactions