Marcos Cordeiro

Results 35 comments of Marcos Cordeiro

@rc201612 Hey, we actually just implemented a new livereload feature on the new repo, which can support live C# file parsing. As for the XML I could have a look,...

@rc201612 Yup it is, you can [check it out here](https://github.com/WPF-Forge/Forge.Forms/tree/develop), but it still in development so it could be quite unstable. As for the JSON stuff if it fits for...

Here's an invite link: https://join.slack.com/t/wpfforge/shared_invite/enQtMzAyMTg0NzYxMDkxLTk4MGEzZDBiYjQ0ZjdjYmQ0ZTBkOWVlNThhOTA0MWFmZDczY2U3MzI1N2Q1YzQyMjg1YjdiYmJiYTA4ZmRmNTg

It can be done on `HwndHost` but it requires you to either use `WndProc` and parse the messages, or to create a host window for the control, but I have...

Sorry for the delay following this up, apparently it can be done by parsing window messages (or x11 events). On Win32Platform and X11Platform there is already a loop/event-handling method, but...