Timothé Larivière

Results 97 comments of Timothé Larivière

@JordanMarr Unfortunately no, not currently at least. I don't think Xamarin.Forms even support it at all. On which platform do you need to open a new window, WPF?

You might be interested by https://github.com/TimLariviere/Fabulous/issues/25 There, I tried to create something similar to`useElmish` that would be compatible with Fabulous and support bidirectional communication (receive messages from outside the loop...

Thanks for the feedback! I fear it will take a few months before I can add that feature, since it is dependent on the new architecture I've been playing with....

@gaelian Your code is good, except you need to use `Cmd.ofAsyncMsg` instead of `Cmd.ofMsg`. ```fs let update msg model = match msg with | SelectFromGallery -> let model = {...

@edgarfgp If you want to play with it, this branch is ready for experimentations You'll have to open Fabulous-Maui.sln. The main sln doesn't seem Maui friendly

Managed to get the label displayed

Trying to make some progress on the Maui support. Getting closer to get a running sample, but still quite far from having anything usable. Current state: I can display a...

... and the IDEs crashing when I'm debugging aren't making anything easier.

Was missing the synchronization with the main thread. Now it's working 🎉

>Nice . Let me know if there is any thing I can help ? Thanks for asking :) Right now, I'm still struggling to understand how controls work in Maui....