Search found 85 matches

  • 1
  • 2
  • 3
  • 4
  • 5
  • 9
by realesmedia
29 Jan 2019, 17:58
Forum: General Discussion
Replies: 5
Views: 1819

Re: Get Grid.ColumnDefinition width

Thanks
by realesmedia
29 Jan 2019, 12:51
Forum: General Discussion
Replies: 5
Views: 1819

Re: Get Grid.ColumnDefinition width

In this case: <Grid Background="Red"> <Grid.ColumnDefinitions> <ColumnDefinition Width="0.5*"/> <ColumnDefinition Width="6"/> <ColumnDefinition Width="0.5*"/> </Grid.ColumnDefinitions> <Grid Grid.Column="1" Background="Black"/> </Grid> auto...
by realesmedia
25 Jan 2019, 16:01
Forum: General Discussion
Replies: 5
Views: 1819

Get Grid.ColumnDefinition width

Hi How to find the width of a Grid.ColumnDefinition in pixels if in xaml <ColumnDefinition Width = "Auto"/> or <ColumnDefinition Width = "*"/> all methods ColumnDefinition return 0.0f ColumnDefinition :: GetActualWidth () ColumnDefinition :: GetWidth () ColumnDefinition :: GetRen...
by realesmedia
18 Jan 2019, 18:26
Forum: General Discussion
Replies: 4
Views: 1268

Re: Using components declared in the dynamic library dll

i use Noesis::NsUnregisterComponent<>
by realesmedia
18 Jan 2019, 13:10
Forum: General Discussion
Replies: 4
Views: 1268

Using components declared in the dynamic library dll

Hi. use case --------------------------------------------------- Engine.exe InitializeNoesis() ..... ::LoadLibrary("Plugin.dll"); ...... ::FreeLibrary("Plugin.dll"); FreeNoesis: Noesis::GUI::Shutdown(); Crash!!!!! exit: ------------------------------------------------------------...
by realesmedia
25 Nov 2018, 14:27
Forum: General Discussion
Replies: 5
Views: 1403

Re: Cyclic reference when using child user control with DataContext binding on the Parent Control

Hi
memory leak, in this situation, is not obvious.
Is it possible to emit a warning in this case?

thank
by realesmedia
19 Nov 2018, 10:53
Forum: General Discussion
Replies: 5
Views: 1403

Cyclic reference when using child user control with DataContext binding on the Parent Control

Hi, Noesis C++ 2.1.0f1 - 2.2.0b3 simplified XAML for Window: <Window x:Class="TrackEditor" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation&quot; xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml&quot; xmlns:d="http://schemas.microsoft.com/express...
by realesmedia
16 Nov 2018, 11:54
Forum: General Discussion
Replies: 3
Views: 1328

Re: ComboBox caret in IsEditable="True" mode after inputting, the character is set to the preface

Hi, This behavior was when redefining the ComboBox style <UserControl x:Class="GeoSearchControl" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" UseLayoutRounding="True" FontFamily="...
  • 1
  • 2
  • 3
  • 4
  • 5
  • 9