Andrew KeepCoding
Andrew KeepCoding
That `.` might be the problem. The `.` is used for properties.
Closing for now. Feel free to reopen or start a new issue if you need further assistance.
Hi Martin! Thanks for stopping by!😄 As I posted the other day, at least it seems to work on WinUI and WASM. https://github.com/user-attachments/assets/203b8a57-2f9b-4501-b035-2b4b3db5c798 Now, for the other platforms I guess...
Then, "Technically", it should work out of the box! 😀 I'll try to confirm it (in a couple of days).
It does work out of the box for WASDK but not for the other platforms. 😅 I'll take a look other lib (Live Charts maybe?) that supports Uno. Please let...
I meed to create separate projects and packages, right?
`AttachedProperty` setter is not called in XAML when named `Uid`. This happens on: - Android - WASM - Desktop - MacOS It works as expected: - on WASDK - when...
Manually setting the `ItemsSource` works and populates the `FlipView`, so the data is right there. Some related code is not being generated maybe? ```cs private void FlipView_Loaded(object sender, RoutedEventArgs e)...
~I just confirmed that the `+` syntax works on Microsoft.WindowsAppSDK v1.6.241114003 even though VS throws some errors.~ Stopped working and does not run now. The test project that worked before...
@sinatrocious You are right. That doesn't work and I removed my earlier comment. It looks like we need to wait until this is properly addressed.😅 If you absolutely need a...