Search found 16 matches

  • 1
  • 2
by rmcq
09 Jun 2020, 02:39
Forum: General Discussion
Replies: 1
Views: 604

New UserControl - Calling SetWidth / SetHeight on Inner Control Makes it Disappear

Hi team, I'm having a problem trying to set the height/width of a control in my UserControl. Whenever I call SetWidth/Height AND the value changes, the control disappears. This happens on both the grid and image. It looks correct when I test in Blend. The context: - The UserControl is in the DataTem...
by rmcq
21 Apr 2020, 06:29
Forum: General Discussion
Replies: 1
Views: 890

Multiplayer Input - Selecting Items in a Listbox - Best Practices

Hi team, Another best practice question. I need to extend a Listbox to handle multiplayer input. It's a character select screen. Each user can move through the list but they can't highlight/select the same item. If they try to move onto a selected item, it jumps to the next one. Is there an easy way...
by rmcq
21 Apr 2020, 04:15
Forum: General Discussion
Replies: 10
Views: 2451

Re: Parse Text - Render Controller Button Glyphs

You were correct, I had to register it. It's working now. Thank you very much for your help. :)

Do you know of any good documentation for general WPF Extension Classes like this? I fumbled my way through this one but it would be good to read up and have a better idea what I'm doing next time.
by rmcq
14 Apr 2020, 05:57
Forum: General Discussion
Replies: 4
Views: 2397

Re: ItemsControl in Listbox breaks Selection

Wow I feel like a dumb-dumb. All I needed was the Focusable="False". Thanks for the answers.
by rmcq
14 Apr 2020, 05:52
Forum: General Discussion
Replies: 10
Views: 2451

Re: Parse Text - Render Controller Button Glyphs

I'm still not getting anything to show up in the C++. I must be missing something here. I'm getting these errors in the output: ERROR: noesis/Workspace/Views/InlineInputTypeTest.xaml(25): Unknown type 'paNoesisExtensions.paTextBlockTooltipEx'. So I tried changing it to: NsMeta<TypeId>("paNoesis...
by rmcq
09 Apr 2020, 04:31
Forum: General Discussion
Replies: 10
Views: 2451

Re: Parse Text - Render Controller Button Glyphs

It says NS_IMPLEMENT_INLINE_REFLECTION only takes two arguments: classType and parentType.
by rmcq
08 Apr 2020, 09:59
Forum: General Discussion
Replies: 4
Views: 2397

Re: ItemsControl in Listbox breaks Selection

Hey, sorry for the bump. It's been a week. Do you have any ideas or need any more info from me?
by rmcq
08 Apr 2020, 09:49
Forum: General Discussion
Replies: 10
Views: 2451

Re: Parse Text - Render Controller Button Glyphs

Hey team, We've previously had them as glyphs in the font. However, I'm trying to implement this using sfernandez's approach with inline images. We have them stored in a control template at the moment, so I've written some code to put them in a Content Control. I was able to get it parsing the text ...
by rmcq
01 Apr 2020, 08:37
Forum: General Discussion
Replies: 4
Views: 2397

ItemsControl in Listbox breaks Selection

Hi team, I've got a Listbox populating from a DataTemplate. Inside this Data Template is an ItemsControl. The ItemsControl has a DataTemplate containing a Canvas with an Ellipse and Textblock. The Canvas positions are databound so we can position them dynamically. The Listbox contains 5 items. Only ...
by rmcq
24 Mar 2020, 03:27
Forum: General Discussion
Replies: 10
Views: 2451

Parse Text - Render Controller Button Glyphs

Hi team, We’re having a problem replicating in Noesis a feature we had in our old Font Renderer. In our old system, we could parse a piece of text. Using certain code, we could display a glyph of a controller button (like an emoji). These glyphs would be part of our fonts. The glyphs would change de...
  • 1
  • 2