Search found 15 matches

  • 1
  • 2
by lachfoy
25 Jun 2024, 00:59
Forum: General Discussion
Replies: 7
Views: 2349

Re: Drawing complex controls

This does help, thank you!
I really appreciate the support.
by lachfoy
18 Jun 2024, 02:30
Forum: General Discussion
Replies: 7
Views: 2349

Re: Drawing complex controls

Hey, thanks for sharing. Looks like the version I'm on (3.17) doesn't have any parameters to the constructor of FormattedText. I was able to reference this thread to get text drawing https://www.noesisengine.com/forums/viewtopic.php?p=13503&hilit=FormattedText#p13503 But I'm not too sure about m...
by lachfoy
17 Jun 2024, 07:27
Forum: General Discussion
Replies: 7
Views: 2349

Re: Drawing complex controls

Hi, thanks. I like this approach. The code you've provided is very helpful. Although, I'm stuck on using the OnRender with text. I don't quite understand how to use FormattedText to draw labels on each point. For context, here is my OnRender function so far. : void RadarSeries::OnRender(DrawingConte...
by lachfoy
12 Jun 2024, 03:18
Forum: General Discussion
Replies: 7
Views: 2349

Drawing complex controls

Hi, I'm working on a fairly complex custom control for displaying data on a radial chart (similar to what can be found here https://www.syncfusion.com/wpf-controls/charts/wpf-radar-chart ). I need to construct a path geometry that shows the data points, as well as add labels around the chart. My ini...
by lachfoy
31 May 2024, 08:29
Forum: General Discussion
Replies: 5
Views: 1539

Re: Best Practices for Navigation Between Views

Would your other solutions scale well enough to very complex frontends, or should we look into creating some kind of custom control for stacking pages? The game I am working on currently has around 50 screens in the frontend which can be organized into different flows game which each contain 10-15 s...
by lachfoy
29 May 2024, 02:14
Forum: General Discussion
Replies: 3
Views: 2709

Re: Sound triggers for custom controls

Hey thanks for the reply. On the custom Tab Control, we were using the default implementation originally but I believe we wanted tabs changing on key up, as well as the option in the future to remap tabbing to triggers instead of bumpers in some situations. For the sound triggers, your solution work...
by lachfoy
20 May 2024, 01:09
Forum: General Discussion
Replies: 5
Views: 1539

Re: Best Practices for Navigation Between Views

In WPF wouldn't this typically be handled in a Window with Pages? Does Noesis support that?

An example for that kind of thing could be really valuable.
by lachfoy
17 May 2024, 04:15
Forum: General Discussion
Replies: 3
Views: 2709

Sound triggers for custom controls

Hi, I'm trying to hook up UI sounds to my custom controls, but I'm having a few issues. Firstly, the screen I'm implementing looks like this: A custom tab control contains two tab items, and each tab item has a list box inside it. The main purpose of the tab control is to implement code behind for s...
by lachfoy
09 May 2024, 02:23
Forum: General Discussion
Replies: 5
Views: 2010

Re: PageLeft and PageRight focus traversal

Using the TabNavigation properties didn't work as well as I'd hoped. A new problem that I've just encountered is that trying to move focus programmatically with FocusNavigationDirection_First does not work when the TabNavigation property is set to "None". In any case, handling those keys i...
by lachfoy
01 May 2024, 01:14
Forum: General Discussion
Replies: 5
Views: 2010

Re: PageLeft and PageRight focus traversal

we use GamepadPageLeft/Right to simulate Ctrl+Tab focus navigation, for example to change between tabs in a TabControl. Is this what you mean? Yes, this is what I'm referring to (sorry I should have been more specific!). We have gotten around this issue by setting the attatched KeyboardNavigation p...
  • 1
  • 2