FB

Results 39 comments of FB

I had the same issue, so the search by ajax request didn't seem to work. But, after a very very long journey through the library and with a little help...

@TDK1964 "RESTful-ly" speaking, a Controller method that creates an entity should return the created entity's Id. And also, the corresponding HTTP status response should be [201 Created](https://httpstatuses.com/201). Why not changing...

@zachpainter77, @jbogard I'd like to know if it is possible (and how) too! Thanks!

@FrogsLegs Taking the code from `WindowingInterop.cs` class in [WindowsAppSDK Samples repo](https://github.com/microsoft/WindowsAppSDK-Samples/tree/main/Samples/Windowing) let my app works in fullscreen mode (directly at startup, no button to enter/exit fullsreen mode).

> Okay, OnApplyTemplate will typically get called during Measure, so the failure you mentioned hitting in OnApplyTemplate is bubbling out as this Measure error. > > The parameter to `GetTemplateChild`...

> Do I understand correctly that your `MySizeChanged` gets called and successfully runs the correct `case` statement and sets the correct values, but you're not seeing any of those value...

@codendone Issue solved for `FontSize`! Thanks! 🥳 For the other 2 custom controls the problem is a little bit different... ### TriangleCursor On the `TriangleCursor` control, the `CursorSize` property is...

So, if acrylic is not going to be supported on Windows 10, then how did they made the acrylic effect on the new [Windows Terminal](https://github.com/microsoft/terminal) application? 😕