Search found 43 matches
- 15 Sep 2014, 20:25
- Forum: General Discussion
- Replies: 9
- Views: 4177
Re: [Unity] How to set HeaderedContentControl header with st
Your tricky way is worked but I'm using tag property for another purpose so I tried creating new class which inherits from BaseComponent and override ToString method, it don't work. What am I missing?
- 13 Sep 2014, 11:07
- Forum: General Discussion
- Replies: 9
- Views: 4177
[Unity] How to set HeaderedContentControl header with string
Hi all,
I'm trying to set a expander's (which has custom controltemplate) header to string but SetHeader method only accepts basecomponent as argument. How am I going to do that?
Thanks
I'm trying to set a expander's (which has custom controltemplate) header to string but SetHeader method only accepts basecomponent as argument. How am I going to do that?
Thanks
- 04 Aug 2014, 10:13
- Forum: General Discussion
- Replies: 1
- Views: 1734
[Unity] Exception when define opacity
Hi, I am trying to simulate a dialog window that is shown on center of screen. Here is the xaml, <Grid x:Name="background" Background="Black" Opacity="0.5" Visibility="Collapsed" /> <WeatherEditor x:Name="weatherEditor" VerticalAlignment="Center...
- 10 Jul 2014, 09:16
- Forum: General Discussion
- Replies: 2
- Views: 2056
Re: [Unity] Null reference exception when binding set value
No, I don't get any warning message in the console. I change my reference to strong reference, it solves the problem.
Thanks
Thanks
- 09 Jul 2014, 14:53
- Forum: General Discussion
- Replies: 2
- Views: 2056
[Unity] Null reference exception when binding set value
Hi, I am getting the following null reference exception when changing value of text box. NullReferenceException: Object reference not set to an instance of an object Noesis.Extend.GetExtendInfo (IntPtr cPtr) (at Assets/Plugins/NoesisGUI/Scripts/Core/NoesisExtend.cs:1207) Noesis.Extend.GetInstance (I...
- 26 Jun 2014, 15:23
- Forum: General Discussion
- Replies: 1
- Views: 2053
[Unity] Changing Border of TreeView and ListBox
Hi all,
I use BorderThickness and BorderBrush properties of TreeView and ListBox but that does not affect border of these controls. I have to define controltemplate to change the visual of border. Am I missing something?
Thanks
I use BorderThickness and BorderBrush properties of TreeView and ListBox but that does not affect border of these controls. I have to define controltemplate to change the visual of border. Am I missing something?
Thanks
- 26 Jun 2014, 13:52
- Forum: General Discussion
- Replies: 3
- Views: 2714
[Unity] Exception when game is stopped
Hi all, Sometimes I am getting following exception when game is stopped: {{{ Unhandled exception at 0x2FE6E1E1: Access Violation reading location 0x0000001C }}} {{{ [ 0] [0x2FE6E1E1] Noesis.dll!Noesis::Gui::FrameworkElement::TryFindResource + 0xe1 bytes [ 1] [0x2FE5D2BE] Noesis.dll!Noesis::Gui::Dyna...
- 04 Jun 2014, 07:59
- Forum: General Discussion
- Replies: 16
- Views: 9475
Re: [Unity] Binding to an object other than BaseComponent
So the documentation is wrong or am I looking the wrong place?We are fully aware of this limitation. We will try to improve this in future versions. For now, the workaround to avoid having to inherit from our base class is containing the Noesis.BaseComponent inside your class.
- 30 May 2014, 15:41
- Forum: General Discussion
- Replies: 16
- Views: 9475
[Unity] Binding to an object other than BaseComponent
Hi all, I'm trying to create a binding between an UI element dependency property and an object property but Noesis.Binding accepts only BaseComponent object as a source. http://www.noesisengine.com/docs/Gui.Core.Binding.html here it says "The Source can be a Dependency Property, or a "norm...
- 16 May 2014, 14:18
- Forum: General Discussion
- Replies: 3
- Views: 2685
Re: [Unity] Exception when setting ProgressBar ControlTempla
Alright, thanks for the timely response .