View Issue Details

IDProjectCategoryView StatusLast Update
0001297NoesisGUIC# SDKpublic2018-11-22 13:27
Reporterai_enabled Assigned Tosfernandez  
PrioritynormalSeverityfeature 
Status resolvedResolutionfixed 
Product Version2.1.0f1 
Target Version2.2.0Fixed in Version2.2.0b1 
Summary0001297: FrameworkPropertyMetadata has all properties as read-only
Description

For example, this is very useful but doesn't work in NoesisGUI:


public static readonly DependencyProperty SearchTextProperty =
DependencyProperty.Register(nameof(SearchText),
typeof(string),
typeof(TextBoxSearch),
new FrameworkPropertyMetadata(defaultValue: string.Empty)
{
BindsTwoWayByDefault = true,
DefaultUpdateSourceTrigger = UpdateSourceTrigger.PropertyChanged
});

PlatformAny

Activities

sfernandez

sfernandez

2018-06-12 12:27

manager   ~0005225

I added all the setters, and also added the Flags attribute to the FrameworkPropertyMetadataOptions enum that was missing.
Will be fixed in next release.

ai_enabled

ai_enabled

2018-06-12 13:16

updater   ~0005226

Thanks!

Issue History

Date Modified Username Field Change
2018-05-04 07:11 ai_enabled New Issue
2018-06-12 12:26 sfernandez Assigned To => sfernandez
2018-06-12 12:26 sfernandez Status new => assigned
2018-06-12 12:27 sfernandez Note Added: 0005225
2018-06-12 13:16 ai_enabled Note Added: 0005226
2018-11-01 02:14 jsantos View Status public => private
2018-11-22 13:27 sfernandez Target Version => 2.2.0
2018-11-22 13:27 sfernandez View Status private => public
2018-11-22 13:27 sfernandez Platform => Any
2018-11-22 13:27 sfernandez Status assigned => resolved
2018-11-22 13:27 sfernandez Resolution open => fixed
2018-11-22 13:27 sfernandez Fixed in Version => 2.2.0b1