Search found 168 matches

  • 1
  • 3
  • 4
  • 5
  • 6
  • 7
  • 17
by Wanderer
28 Mar 2018, 13:26
Forum: General Discussion
Replies: 14
Views: 3197

Re: Custom theme (from Blend 2015) problem with rendering and colors in Noesis.

it working without any error Are you using C++ SDK? Yes, I mention it in first post, but maybe not clear as I meant. Is there option to set up dictionary in this way (maybe then button_add take colors from Theme)? There is an option if you want to avoid referencing several times the same xaml, but ...
by Wanderer
27 Mar 2018, 23:25
Forum: General Discussion
Replies: 14
Views: 3197

Re: Custom theme (from Blend 2015) problem with rendering and colors in Noesis.

Noesis regarding to StaticResource should work the same as in WPF. Resources.xaml <ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"> <ResourceDictionary.MergedDictionaries> <ResourceDictio...
by Wanderer
27 Mar 2018, 19:31
Forum: General Discussion
Replies: 14
Views: 3197

Re: Custom theme (from Blend 2015) problem with rendering and colors in Noesis.

The unexpected thickness you are seeing is due to PPAA. It is our custom antialiasing technique that doesn't needs MSAA to work, but it extrudes edges of the geometry (<1px) to smooth them. If that is a problem but your game/app can afford MSAA, then you can disable PPAA to get better results. Than...
by Wanderer
27 Mar 2018, 12:01
Forum: General Discussion
Replies: 14
Views: 3197

Re: Custom theme (from Blend 2015) problem with rendering and colors in Noesis.

I have this code in DarkFlatT_button_add.xaml: <VisualState x:Name="MouseOver"> <Storyboard> <ColorAnimationUsingKeyFrames Storyboard.TargetProperty="(Shape.Stroke).(SolidColorBrush.Color)" Storyboard.TargetName="path3"> <EasingColorKeyFrame KeyTime="0" Value=...
by Wanderer
26 Mar 2018, 21:48
Forum: General Discussion
Replies: 14
Views: 3197

Custom theme (from Blend 2015) problem with rendering and colors in Noesis.

I want test my theme created with Blend 2015, after some fails finally I load everything and it looks same as from Blend. But not 100%. In Blend everything looks same as from vector graphic editor, which I use for create graphics. Noesis render everything little bigger . Like there is some thikness ...
by Wanderer
12 Mar 2018, 18:51
Forum: General Discussion
Replies: 2
Views: 1031

Re: Button and action for change the "style" (how to?)

Can you provide some example please? It is not necessary because at last I decide to use code behind (because I discover that I need more then 2 states, and values will be computed in codebehind), but for future examples it will be helpful. I bind visibility to the <Canvas ... Visibility="{Bind...
by Wanderer
11 Mar 2018, 10:45
Forum: General Discussion
Replies: 2
Views: 1031

Button and action for change the "style" (how to?)

I have basic button and I want change the button style after something happen. For example, if Label or any element get value 1, button change color scheme, and if value from element get back to 0, button get previous color scheme. Idea to change color scheme is duplicated graphic but with diferent ...
by Wanderer
27 Feb 2018, 18:02
Forum: General Discussion
Replies: 5
Views: 1991

Re: Can Noesis use wpf windows themes?

Thanks, for now I will use your Themes or mine. I got some workaround outside this forum how to get Windows Templates, but not tested it yet. If It will be worked I'll post solution.
by Wanderer
24 Feb 2018, 13:32
Forum: General Discussion
Replies: 5
Views: 1991

Re: Can Noesis use wpf windows themes?

I tried load areo.normalcolor.xaml from WPF themes in to Noesis, but unfortunately it don't want load. It allways load basic NoesisTheme and I don't know what to change. I guess that only color have some bindings to the system. Another idea is, convert visual to local resource (in Blend), but this c...
by Wanderer
23 Feb 2018, 22:22
Forum: General Discussion
Replies: 5
Views: 1853

Re: Graphic Templates in Theme and use it inside Buttons, or as graphics inside Grid etc.. How to? and ToggleButton trou

Please try create rectangle, convert it in to ToggleButton and paste the xaml original from my post (the first xaml), and try changes as I have it done in my button.

Btw. thanks for check it, maybe I need reinstall VS, because sometimes I feel it is slow or VS do unexpected behaviors.
  • 1
  • 3
  • 4
  • 5
  • 6
  • 7
  • 17