Search found 48 matches

by sgonchar
31 Oct 2022, 22:39
Forum: General Discussion
Replies: 2
Views: 675

Re: Two Noesis(s) in a game

That's for the editor only, for importing XAML. I understand that even in the case of using Noesis twice in the same game, the editor plugin will be the same? Thank you for the context. In this case the editor plugin is also different, plugin is completely isolated (or we mean it to be) from the ga...
by sgonchar
27 Oct 2022, 01:26
Forum: General Discussion
Replies: 2
Views: 675

Two Noesis(s) in a game

Hello, I'm wondering if we can start a conversation about what it takes to run two distinct Noesis instances within a game .. or if not possible, what are the exact calls that need to be shared. We're running into an issue where a game using Noesis for their UI is using a plugin for part of a functi...
by sgonchar
27 Sep 2022, 00:36
Forum: General Discussion
Replies: 7
Views: 701

Re: Event tracker / visualizer question

Ok, created here #2433
Thank you!
by sgonchar
20 Sep 2022, 23:03
Forum: General Discussion
Replies: 7
Views: 701

Re: Event tracker / visualizer question

Hello,
I'm wondering if you have a request for event trace in Inspector already or should we create a new one? (so we can have an idea for an eta on it)
Cheers.
by sgonchar
27 Aug 2022, 00:39
Forum: General Discussion
Replies: 7
Views: 701

Re: Event tracker / visualizer question

Amazing, thank you. Some comments: 1 - Trace on triggers and actions would be amazing, I'd be looking for names of elements trigger touches and/or complete path from MainWindow to the element. Then, if say focus didn't take, properties that made it so (focusable false). 2 - Inspectors "track fo...
by sgonchar
23 Aug 2022, 20:50
Forum: General Discussion
Replies: 7
Views: 701

Event tracker / visualizer question

Hello, We have a few xaml pages/screens now and expect to grow quickly. We frequently have to answer questions like: Why did a specific `noesis:SetFocusAction` not actually set focus -- usually because element is not visible yet, but sometimes because something else stole focus -- currently I put pr...
by sgonchar
03 Aug 2022, 20:58
Forum: General Discussion
Replies: 3
Views: 1029

Re: Binding from MainWindow.xaml vs ResourceDictionary > ControlTemplate

Hello! Thank you, we tried the above, and the most simple case should have worked, worked everywhere else for us. Finally figured it out .. the MainWindow.xaml '<Panels:CustomList x:Name="CustomList " /> ' just wasn't loading because CustomList.xaml was missing: <Style TargetType="{x:...
by sgonchar
02 Aug 2022, 22:29
Forum: General Discussion
Replies: 3
Views: 1029

Binding from MainWindow.xaml vs ResourceDictionary > ControlTemplate

Hello, We're running into odd behavior. Things work when we have have: MainWIndow.xaml > view box > list box ItemsSource="{Binding listData}" List doesn't show when we have MainWindow.xaml > new control : customList > Resource Dictionary > ControlTemplate > ListBox ItemsSource="{Bindi...
by sgonchar
22 Apr 2022, 22:14
Forum: General Discussion
Replies: 4
Views: 457

Re: Stack overflow when nothing on screen is focusable

Having a hard time figuring out which bit does this, can't repro in samples .. we might have some kind of circular onFocus events happening.
by sgonchar
21 Apr 2022, 16:41
Forum: General Discussion
Replies: 4
Views: 457

Re: Stack overflow when nothing on screen is focusable

Hi
Thank you, that fixes the crash by removing the tab navigation .. which we really don't need in this case.
I'll try to see how to repro it in a sample / small project.
Cheers.