Maurício Vielmo Schmaedeck

Results 7 issues of Maurício Vielmo Schmaedeck

I'm building a several-screens formulary and it'd be helpful to have something like a `popUntil` with arguments. Imagine something like: `DashboardScreen` → `FormFirstPage` → `FormSecondPage` → `FormSubmission` * After data...

new

When the property `CloseOnButtonClickByDefault` is set to false, the event `ButtonClicked` is never raised.

bug

Since the BaseDialog is an WPF component, it would be nice if there was a way of launching a dialog from a ViewModel without referencing it directly. This way the...

enhancement
help wanted

Since `CanClose` was removed, the dialog buttons are now always enabled. It would be nice to have a way to disable them instead of just prevent the dialog from closing...

enhancement
feature-request

When trying to show a dialog before the first `DialogContainer` is created, there's no one subscribed to `DialogManager`, so it sillently fails (no exception is thrown, because it is [configured...

enhancement

## **Describe the bug** Visual Studio Code won't highlight errors, even though the Analyzer logs indicate they are being returned. For example, I had a class with a named constructor...

is bug
awaiting info