Search found 11 matches

  • 1
  • 2
by Demond
13 Mar 2024, 04:48
Forum: General Discussion
Replies: 3
Views: 180

Re: Incorrect behavior of inline text when using special characters.

Could you please create a ticket for this? Thank you
I created a ticket #3166
by Demond
11 Mar 2024, 14:19
Forum: General Discussion
Replies: 3
Views: 229

Re: Low performance when using BackgroundEffectBehavior.BlurEffect on many elements

Hi, this looks like something is wrong in our code because if the source of the behavior is always the same it should reuse the offscreen texture for all instances. Could you please report this in our bugtracker?
I created a ticket #3161. Thanks for the feedback!
by Demond
10 Mar 2024, 08:10
Forum: General Discussion
Replies: 3
Views: 229

Low performance when using BackgroundEffectBehavior.BlurEffect on many elements

Hello! I noticed in RenderDoc how the background is rendered several times in the offscreen. Each background is rendered into its own separate offscreen texture. The number of textures corresponds to the number of elements with this effect. Is this behavior advisable and am I using this effect corre...
by Demond
09 Mar 2024, 08:02
Forum: General Discussion
Replies: 3
Views: 180

Incorrect behavior of inline text when using special characters.

Hello! I discovered the following behavior of inline text. Special characters block part of the area for clicking on a hyperlink. The example below reproduces this problem. Tested in XamlPlayer v3.2.3 <TextBlock> <Run Text=" ͡ ͡ ͡ ͡ ͡ ͡ ͡ ͡ ͡ ͡ ͡ ͡" /><Hyperlink NavigateUri="https://w...
by Demond
26 Feb 2024, 04:59
Forum: General Discussion
Replies: 4
Views: 138

Re: Text glyph blur when text size is very large

Sadly, this is normal behaviour for current version of Noesis. It won't look the same as WPF. They are aware of the issue and could fix it in the future, but so far it doesn't seem like they have started work on such a fix. https://www.noesisengine.com/bugs/view.php?id=2987 Oh, good, let's wait for...
by Demond
25 Feb 2024, 19:21
Forum: General Discussion
Replies: 4
Views: 138

Text glyph blur when text size is very large

Hello! I decided to try using an icon font, but when I enlarged it I accidentally noticed that the icon began to blur when the text size was large. With what it can be connected? Is this a glyph size rasterization limitation? For example, I added my own glyph to the font and specified FontSize="...
by Demond
21 Feb 2024, 20:23
Forum: General Discussion
Replies: 2
Views: 107

Re: [Enhancement] Text Extensions. TextBlock Vertical Trim

This is a very interesting feature. Could you please create a ticket for this? As you said, you can achieve something similar playing with the Margin property. 40134d67ff91d444cd22c06f7433de44 Thanks for your feedback! I created a ticket, here is the link: https://www.noesisengine.com/bugs/view.php...
by Demond
21 Feb 2024, 11:55
Forum: General Discussion
Replies: 2
Views: 107

[Enhancement] Text Extensions. TextBlock Vertical Trim

Hello! While working with the layout, I came across this thing. I have a small header with text. I want to set the height of the Border to be based on the height of the largest glyph. In my case the text has the number 24. The default text height includes vertical padding. I'd like to get rid of the...
by Demond
20 Feb 2024, 17:40
Forum: General Discussion
Replies: 6
Views: 219

Re: ImageSource fallback only works when property is not registered.

String properties are a bit different in Noesis compared to WPF because in C# strings are reference values that can be null, but not in C++. So if the binding path is correct and the property returns an empty string then the binding will just use that value (no FallbackValue or TargetNullValue). If...
by Demond
17 Feb 2024, 16:45
Forum: General Discussion
Replies: 6
Views: 219

Re: ImageSource fallback only works when property is not registered.

Does TargetNullValue work correctly? Let's say I have a variable Name, my code returns an empty string in Name if it is not specified by the user, I bind <Run Text="{Binding Name, FallbackValue='Player Fall', TargetNullValue='Player Null' }" />. But I get Binding failed: Path=Name, Source=...
  • 1
  • 2