View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0001161 | NoesisGUI | C++ SDK | public | 2017-10-09 09:33 | 2022-06-24 17:06 |
Reporter | AndreasEnscape | Assigned To | sfernandez | ||
Priority | normal | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Product Version | 2.0.2f2 | ||||
Target Version | 3.1.5 | Fixed in Version | 3.1.5 | ||
Summary | 0001161: MousBinding tag/section not implemented | ||||
Description | The command strategy, see here https://www.noesisengine.com/docs/Gui.Core.CommandsTutorial.html, and in line with this the command binding is restricted to very few elements and also restricted to the click action. What is imho direly needed is the MS like and WPF compatible approach of having <XXX.InputBinding>, <XXX.MouseBinding> and <XXX.KeyBinding> sections, see also the discussion here: http://www.noesisengine.com/forums/viewtopic.php?f=3&t=1192&p=6907#p6907 | ||||
Steps To Reproduce | <ToggleButton Height="120" VerticalAlignment="Center" > <ToggleButton.InputBindings> <MouseBinding MouseAction="RightClick" Command="{Binding Path=MyMouseRightClickCommand}" CommandParameter="Bla"/> </ToggleButton.InputBindings> </ToggleButton> | ||||
Tags | mousebinding | ||||
Platform | Any | ||||
Date Modified | Username | Field | Change |
---|---|---|---|
2017-10-09 09:33 | AndreasEnscape | New Issue | |
2017-10-09 09:33 | AndreasEnscape | Tag Attached: xaml mousbinding | |
2017-10-09 09:34 | AndreasEnscape | Tag Renamed | xaml mousbinding => mousebinding |
2018-11-01 02:14 | jsantos | View Status | public => private |
2018-11-22 10:21 | sfernandez | Assigned To | => sfernandez |
2018-11-22 10:21 | sfernandez | Status | new => assigned |
2018-11-22 10:21 | sfernandez | View Status | private => public |
2018-11-22 10:21 | sfernandez | Platform | => Any |
2022-06-06 16:10 | sfernandez | Target Version | => 3.1.5 |
2022-06-24 17:06 | sfernandez | Status | assigned => resolved |
2022-06-24 17:06 | sfernandez | Resolution | open => fixed |
2022-06-24 17:06 | sfernandez | Fixed in Version | => 3.1.5 |