Search found 5 matches

by Eli Iannuzzo
09 Apr 2020, 07:51
Forum: General Discussion
Replies: 5
Views: 1261

Re: Dynamic Menu3D options menu

Those option classes defined in the ViewModel.h don't seem to be accessible/valid in xaml, how can I expose them? <DataTemplate DataType="{x:Type BoolOption}"> "The type reference cannot find a public type named 'BoolOption' ..." <DataTemplate DataType="{x:Type local:BoolOpt...
by Eli Iannuzzo
08 Apr 2020, 06:40
Forum: General Discussion
Replies: 5
Views: 1261

Re: Dynamic Menu3D options menu

Could you give an example of doing this using an ObservableCollection as the ItemSource?
by Eli Iannuzzo
07 Apr 2020, 06:18
Forum: General Discussion
Replies: 5
Views: 1261

Dynamic Menu3D options menu

We've been having trouble creating an options menu in our project with the following criteria. Options list is generated from data. Options can have different behaviors when interacted with, so we need a way of passing in an "interaction type" to each option, and based on that type it woul...
by Eli Iannuzzo
26 Mar 2020, 23:08
Forum: General Discussion
Replies: 3
Views: 1033

Re: UIElement cutoff issue.

Thank you for the timely reply, unfortunately this solution does not cover all of our situations,
could you link the Issue ID for when this was solved so we're able to cherry pick the fix?
by Eli Iannuzzo
26 Mar 2020, 06:46
Forum: General Discussion
Replies: 3
Views: 1033

UIElement cutoff issue.

Hi, We have been experiencing strange cutoff issues with our UI, when resizing UIElements by their ScaleTransform some or all of the UIElement cuts in & out. Note: Running the xaml file in the Noesis: XamlPlayer yields the same cutoff issues as our implementation. Note: Running the xaml file via...