AdamSzofran
AdamSzofran
Both (live stream and recording). I have it working currently via `RenderTargetBitmap` to a SharpDX `Texture2D` through the CPU via `GetPixelsAsync`. Then into the video streams via `IBasicVideoEffect` with a...
It would be great if there was a way to get the DXGI surface backing the `RenderTargetBitmap` (presumably there is one). Then you could use it on the GPU with...
Thank you @daneuber! I will try that. For some reason I thought the capture API required the user to select the visual manually and give permission but perhaps that's not...
I did finally get this working, mostly. The issue I'm having now is that the Xaml is always rendered onto an opaque black background and alpha is not preserved in...
It would seem this is the culprit ([line 15 of DataGridBooleanColumn.cs](https://github.com/telerik/UI-For-UWP/blob/2940a12f10527c564e5657fd92428656ebbb7dad/Controls/Grid/Grid.UWP/View/Columns/TypedColumns/DataGridBooleanColumn.cs#L15)): ``` public class DataGridBooleanColumn : DataGridTextColumn { private const string UncheckedGlyph = "\u2612"; ``` Instead, I believe the value...
Hi @APopatanasov, Thanks for suggesting the correct way to fix this. I may give it a try. For now, I was able to get my preferred unchecked glyph to display...
BTW, the **i3s_converter** tool doesn't seem to recognize indexed geometry. For example, when I use `Indexed` as the `topology` in the [`defaultGeometrySchema`](https://github.com/Esri/i3s-spec/blob/master/docs/1.6/defaultGeometrySchema.cmn.md), **i3s_converter** gives me the following error: ``` {...