Felix-Dev

Results 29 comments of Felix-Dev
trafficstars

@JohnF38 @mdtauk See the [Build 2019 Windows Presentation Platform session](https://mybuild.techcommunity.microsoft.com/sessions/77008?source=sessions): ![image](https://user-images.githubusercontent.com/1398851/61533876-56069400-aa2e-11e9-83d4-8eba5cc30a51.png) As you can see "windowing" is mentioned for WinUI 3.x. In the session (starting at roughly 56:00) it is...

@hansmbakker > I understand you propose to move the clipboard access to outside the application logic for security reasons, but doing this via a toast does not feel like good...

@jonwis Would each call to `ClipboardManager.RequestAccessAsync()` show a user-consent dialog or would no user-consent dialog be shown on subsequent calls as long as the user did not revoke permission (for...

@jonwis That's perfect then! I will update this proposal accordingly to reflect the broadened scope. Edit: Updated the proposal.

@stevewri I think we have reached a satisfying conclusion here for now how to approach this proposal so it can be moved into its next phase.

I took a quick look at this and the culprit here seems to be the call to ListView's::PrepareContainerForItemOverride call [here](https://github.com/microsoft/microsoft-ui-xaml/blob/master/dev/TreeView/TreeViewList.cpp#L354). When we data bind a collection to the TreeView (using...

Probably should also link to the *experimental* [Python/WinRT projection](https://github.com/microsoft/xlang/tree/master/src/package/pywinrt/projection) which could see the necessary work required for WinUI support (as in: [Xaml support](https://github.com/microsoft/xlang/tree/master/src/package/pywinrt/projection#known-issues)).

An app can be pinned to the Windows 10 Start menu and use the [Badge API](https://docs.microsoft.com/en-us/windows/uwp/design/shell/tiles-and-notifications/badges) and [Tiles API](https://docs.microsoft.com/en-us/windows/uwp/design/shell/tiles-and-notifications/creating-tiles) to inform the user and notify them about app events. Right-clicking...

@mdtauk With "10X removing the notification area" I mean the area I believe folks here are describing as the "system tray": https://docs.microsoft.com/en-us/windows/win32/uxguide/winenv-notification

**Action Center** is the name of the UI region where notifications are kept in Windows 10. MS seemingly contributes to the confusion by using both "system tray" and "notification area"...