Search found 8 matches

by Steback
19 Nov 2020, 13:45
Forum: General Discussion
Replies: 2
Views: 1161

Re: Change State

Yes it is. Thank you!
by Steback
19 Nov 2020, 01:35
Forum: General Discussion
Replies: 2
Views: 1161

Change State

Hi, I have a state enum class like this: enum class State { Principal, Start, Settings }; I have configured buttons that change this state in xaml files. My question is how can I change this property in C ++ code and notify Noesis that it changes? The reason I want to do it. In my game there are som...
by Steback
18 Nov 2020, 02:07
Forum: General Discussion
Replies: 4
Views: 1615

Re: KeyTrigger does not work

Yes, it finally worked. Thanks for the help!
by Steback
14 Nov 2020, 05:11
Forum: General Discussion
Replies: 4
Views: 1615

KeyTrigger does not work

Hi, I am trying to use a command when a key is pressed. But the KeyTrigger does not work. I saw some samples and other posts but nothing. I am very new to Noesis so I don't know why it doesn't work. Here is the xaml code <UserControl xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentat...
by Steback
11 Nov 2020, 15:12
Forum: General Discussion
Replies: 3
Views: 3213

Re: 'NotEqual' is not a valid value for property NoesisApp.DataTrigger.Comparison.

Thanks for the help. the error was I did not add this component
Noesis::RegisterComponent<Noesis::EnumConverter<NoesisApp::ComparisonConditionType>>();
by Steback
11 Nov 2020, 01:15
Forum: General Discussion
Replies: 3
Views: 3213

'NotEqual' is not a valid value for property NoesisApp.DataTrigger.Comparison.

Hi. I am trying to change the visibility property of a view according to events. I have this code in the xaml file. I use the Menu3D sample as a guide. <i: Interaction.Triggers> <ei: DataTrigger Binding = "{Binding State}" Comparison = "NotEqual" Value = "{x: Local Static: S...
by Steback
29 Oct 2020, 02:14
Forum: General Discussion
Replies: 2
Views: 1599

Re: fatal error: 'NoesisTheme.Fonts.xaml.bin.h' file not found

My fault, I forgot compile the samples.
by Steback
29 Oct 2020, 01:34
Forum: General Discussion
Replies: 2
Views: 1599

fatal error: 'NoesisTheme.Fonts.xaml.bin.h' file not found

I'm new in NoesisGUI, I try to implement Noesis to a small project that I have. I use CMake, when compile the project have this error "fatal error: 'NoesisTheme.Fonts.xaml.bin.h' file not foun". I search this file in the SDK's directory but I can't found. Anyone can tell me where is the fi...