Search found 4 matches

by markj
09 Jul 2014, 03:46
Forum: General Discussion
Replies: 1
Views: 1618

ComboBox functionality with a template equipped

If I have a ComboBox with a specified ItemsSource binding, and also equip a template such as the built-in NoesisComboBoxTemplate, the ComboBox seems to be missing some functionality. I can open/close the drop-down by clicking on the ComboBox button, but I can't select any of the items in the drop do...
by markj
18 Jun 2014, 00:17
Forum: General Discussion
Replies: 2
Views: 2129

Difference between WPF and Noesis Column/Row def data bind

After data binding a grid's Columns definition "Width" property or Rows definition "Height" property to another grid object's MinWidth and MinHeight properties, I found that there is a difference between WPF and Noesis in how it is used. In WPF, it will use the bound property as ...
by markj
16 Jun 2014, 21:23
Forum: General Discussion
Replies: 4
Views: 2844

Re: Error thrown when building XAML derived from non-XAML ba

Thanks for the replies. I was able to fix the error by moving the derived file GenericWindow.xaml.cs to a folder that would be built after the folder that contained WindowBase.xaml.cs. So it appears the build order of scripts matters.
by markj
11 Jun 2014, 01:33
Forum: General Discussion
Replies: 4
Views: 2844

Error thrown when building XAML derived from non-XAML base

I have a derived class set up like so: WindowBase.cs [Noesis.Extended] public class WindowBase : ContentControl GenericWindow.cs [Noesis.Extended] [Noesis.UserControlSource("Assets/UI/GenericWindow.xaml")] public class GenericWindow : WindowBase The GenericWindow XAML file: <local:WindowBa...