Eli Aloni

Results 12 comments of Eli Aloni

No , WinForms are not supported. And no plans to support it. Urho.Net is oriented solely towards game development on mobile/desktop/Web . Unlike UrhoSharp , Urho.Net has zero dependency on...

+1 Would be a great addition. I am trying to figure out how todo it . So far didn't find any effective way (probably due to my unfamiliarity of this...

@SuperJMN thanks for sharing I tried it , unfortunately it doesn't work in my case This one is being called ` ScrollToSelectedItemBehavior :OnAttachedToVisualTree() ` However when I select one of...

@SuperJMN It works !! I had a typo in this line , didn't point to my model , fix it and it works like a charm . `` Thanks alot

@SuperJMN Some feedback It works as expected if only 1 item is selected But won't work for multiple selections , because your code refers only to the first selection (even...

@danipen Will you handle ? 1. Multiple selections 2. Expanding the hierarchy `BringIntoView` implemented by @SuperJMN handles `#2` https://github.com/SuperJMN-Zafiro/Zafiro.Avalonia/blob/master/Zafiro.Avalonia/TreeDataGridMixin.cs#L40

OK , some short debugging session . Adding to method `public void Setup(Driver driver)` the line below , fixed it for me . ` module.IncludeDirs.Add(sdlPath);` Without this line the module...

Well , I can reproduce this issue (it's still valid in 2022) . If anyone has an elegant way to fix it (not on the native side) , I will...

Great , thanks . I think MIR is a great piece of software and has a lot of potential I noticed that the generated c (from MIR) contains `extern char...

On my Mac it is considered an error , but personally I am ok with my workaround. `gcc fib_mir_genereated.c -o fib_mir_genereated` ``` fib_mir_genereated.c:5:13: error: redefinition of 'printf' as different kind...