Marcos Cordeiro

Results 20 comments of Marcos Cordeiro

This is related to shadow DOM styling, which I just heard about on ionic v4 haha, don't know if this is the best solution but it works. # Solution 1...

@devotebest have you tried these? https://github.com/bitpay/cordova-plugin-qrscanner/issues/204#issuecomment-435613582

.NET Core 3 port available at https://github.com/WPF-Forge/Forge.Forms/tree/net3

Yup, it uses wichever version is available for .NET 4.6.1 or beyond, just like .NET Core. Except for some specific cases, such as System.Drawings

@EdonGashi Hey Edon, any reason why the progress attribute should be a control like` [Action] `and not a property bound attribute? I think this would only create confusion and it...

I don't think so, as WPF does not officially support it, though we could implement it. You can bind it to a integer and specify its range too.

@hashitha Oh alright, yes I think we missed it (Although we need @EdonGashi to confirm it). Either way, this doesn't seem difficult to implement, I'll try to add it to...

This seems to be happening to me aswell: https://github.com/redbaty/Wasari/pull/79 Dependabot found the correct packages to update, yet the commit only changes one csproj: https://github.com/redbaty/Wasari/pull/79/commits/c0d3cbb6afcb5fcb05a23c6afc5eea43f8142db9

You can pass it as a content, using the new DynamicForm and passing the model in the Model property. Something like this: ```cs var window = new MaterialWindow(new MaterialForms.MaterialDialog(LocalSettings)){Content =...