Timo Partl

Results 202 comments of Timo Partl

@godlytalias Thanks for your explanation, it totally makes sense and I was able to verify this in my tests. The background task being executed in a different process isn't what...

I feel like this is where my technical understanding of COM and all this really ends. Implementing background tasks that don't crash shouldn't be so difficult (and it wasn't on...

@godlytalias I'm a bit surprised to hear that, because I can imagine that most other developers using background tasks would run into the very same issue. There is currently no...

I have now implemented my workaround that prevents the new (medium IL) process from shutting down immediately. But it didn't help, crash count stayed the same and even increased. I'm...

I have no idea how my customers have configured their Windows machines and I don't know how to test these cases (I'd expect Microsoft to do that). I would greatly...

@godlytalias thanks for the update. Is there anything I can do now to contain the problem or will I have to wait for a new WinAppSDK update? E.g. can I...

I also often see this Debug output when debugging my app (in MediumIL). It doesn't cause a crash and no even is logged in the Windows Event Viewer - but...

@SatwikKrSharma I don't know if previous workloads were affected or not, I was just starting to use widgets when I encountered and logged this issue. I just tested it again...

From what I can tell it's because `VerticalAlignment` of the `IconAndLabelPanel` Grid was changed to `Center` for `AppBarButton`, but not for `AppBarToggleButton`: https://github.com/microsoft/microsoft-ui-xaml/commit/67aeb8f236eb85d2c541d5fc07e3df73aeb9b4d1#diff-3c0c71d84b9ce65cd15e61c585b987f27e66b03f5d7fd5a36279ba759ea313caL293 https://github.com/microsoft/microsoft-ui-xaml/commit/67aeb8f236eb85d2c541d5fc07e3df73aeb9b4d1#diff-3c0c71d84b9ce65cd15e61c585b987f27e66b03f5d7fd5a36279ba759ea313caL507

@hiteshkrmsft correct - the icons should be aligned vertically. You can see from my linked commits in my comment above that in the `AppBarToggleButton` style the `IconAndLabelPanel` is not aligned...