VaqifQuluzada
Topic Author
Posts: 7
Joined: 31 Mar 2023, 11:05

Errors on Unity Editor

20 Nov 2023, 08:24

Hi everyone. Every time when I run project I get bunch of errors on editor. But when I run project on build there is no error messages. Some of error examples are:
Unknown member 'ContentPresenter.RecognizesAccessKey'
[NOESIS/E] Binding failed: Path=IsMouseOver, Source=null(''), Target=TextBlock('')
[NOESIS/E] Binding failed: Path=IsFocused, Source=null(''), Target=TextBlock('TextBlock_Experience')
 
User avatar
sfernandez
Site Admin
Posts: 2908
Joined: 22 Dec 2011, 19:20

Re: Errors on Unity Editor

21 Nov 2023, 20:52

Unknown member 'ContentPresenter.RecognizesAccessKey'
This error just indicates RecognizesAccessKey property is not supported by Noesis.
[NOESIS/E] Binding failed: Path=IsMouseOver, Source=null(''), Target=TextBlock('')
[NOESIS/E] Binding failed: Path=IsFocused, Source=null(''), Target=TextBlock('TextBlock_Experience')
Those errors are shown when the xaml is added to the view without a DataContext to solve the bindings. You can get rid of the errors by setting the DataContext when xaml is loaded before connecting it to the view. Or you can also add a FallbackValue for the bindings so they can provide a value while not solved.

Who is online

Users browsing this forum: Ahrefs [Bot], Google [Bot] and 1 guest