Search found 4 matches

by Ext3h
16 Jun 2020, 20:06
Forum: General Discussion
Replies: 16
Views: 5150

Re: Disable keyboard shortscuts when in gui elements

Correct me if I'm wrong, but doing this has the same problem as using the KeyTrigger, because if you have the focus in a TextBox, and press the 'R' key, IView::KeyDown() will return false You are correct, it wasn't handled by IView::KeyDown(). But we are checking for return values both of IView::Ke...
by Ext3h
16 Jun 2020, 12:33
Forum: General Discussion
Replies: 16
Views: 5150

Re: Disable keyboard shortscuts when in gui elements

I'm actually working on the same project. Right, Alt key should not be required per default. It is a sensible option though, when you need to escape from a context where shortcuts are masked, without explicitly yielding keyboard focus first. If you compare to WPF, the alt modifier is also only requi...
by Ext3h
16 Jun 2020, 09:48
Forum: General Discussion
Replies: 16
Views: 5150

Re: Disable keyboard shortscuts when in gui elements

Modifying the behavior of KeyTrigger to ignore specific inputs got it all backwards. Speaking in terms of semantic, it's not that the KeyTrigger should ignore a specific sequence, it's that the TextBox should (be able to) consume the input it can handle before shortcuts are triggered. The part where...
by Ext3h
30 Apr 2020, 10:34
Forum: Official Announcements
Replies: 50
Views: 69690

Re: [Release Candidate] NoesisGUI v3.0.0rc2

Between Beta8 and RC2, where did the inspector vanish to? Also regarding the Inspector, I'm struggling to get it to actually *apply* any changes. Works for the samples, but for a real application, I can't apply any of Wireframe mode, or apply changes via the node editor. Effectively, it's behaving a...