Are "IsDefault" and "IsCancel" supported in the current Noesis ?
Hi,
Are "IsDefault" and "IsCancel" are supported in the current Noesis ?
https://docs.microsoft.com/en-us/dotnet ... mework-4.8
https://docs.microsoft.com/en-us/dotnet ... mework-4.8
The properties are available in Noesis but they are seem not implemented yet.
https://www.noesisengine.com/docs/Gui.Core._Button.html
Are "IsDefault" and "IsCancel" are supported in the current Noesis ?
https://docs.microsoft.com/en-us/dotnet ... mework-4.8
https://docs.microsoft.com/en-us/dotnet ... mework-4.8
The properties are available in Noesis but they are seem not implemented yet.
https://www.noesisengine.com/docs/Gui.Core._Button.html
-
-
sfernandez
Site Admin
- Posts: 2569
- Joined:
Re: Are "IsDefault" and "IsCancel" are supported in the current Noesis ?
Hi,
Unfortunately no, although the properties are exposed, there is no logic regarding that feature.
Could you please report it in our bugtracker?
Unfortunately no, although the properties are exposed, there is no logic regarding that feature.
Could you please report it in our bugtracker?
Re: Are "IsDefault" and "IsCancel" are supported in the current Noesis ?
Thanks, I added the feature request here: https://www.noesisengine.com/bugs/view.php?id=2369
In the meantime, what is the best way to mimic this behavior with the current Noesis. We are thinking to use this feature to close input form dialogs.
In the meantime, what is the best way to mimic this behavior with the current Noesis. We are thinking to use this feature to close input form dialogs.
-
-
sfernandez
Site Admin
- Posts: 2569
- Joined:
Re: Are "IsDefault" and "IsCancel" are supported in the current Noesis ?
You can use KeyBindings in the dialog to associate the same commands that the Ok/Cancel buttons have.In the meantime, what is the best way to mimic this behavior with the current Noesis. We are thinking to use this feature to close input form dialogs.
Code: Select all
<Grid>
<Grid.InputBindings>
<KeyBinding Gesture="Enter" Command="{Binding OkCommand}"/>
<KeyBinding Gesture="Escape" Command="{Binding CancelCommand}"/>
</Grid.InputBindings>
...
</Grid>
Who is online
Users browsing this forum: Ahrefs [Bot], Google [Bot], Semrush [Bot] and 1 guest