Search found 54 matches

by Logrus
02 Apr 2024, 16:13
Forum: General Discussion
Replies: 2
Views: 109

Re: TreeViewItem DragDrop Adorner

Great
Thanks for the detailed answer.
by Logrus
01 Apr 2024, 13:38
Forum: General Discussion
Replies: 2
Views: 109

TreeViewItem DragDrop Adorner

Hi
How best to implement Adorner for TreeViewItem for insertBefore, insertAfter operations.
I have found several implementations.
What method do you use in Noesis.Studio?
by Logrus
06 Feb 2023, 22:30
Forum: General Discussion
Replies: 3
Views: 1750

RiveControl listeners

Hi
Rive listeners (mouse events) don't work in Noesis::RiveControl.
This is a limitation of noesis::RiveControl or is it possible to interact with Rive only through Inputs?
by Logrus
12 Jan 2023, 10:03
Forum: General Discussion
Replies: 15
Views: 7323

Re: Noesis 3.2.0b1 TextBlock Some glyphs are not displayed

Mark Nonspacing.png

If unicode is (Mark nonspacing - Mn), then it cannot be used for Icon in Noesis 3.2
https://www.compart.com/en/unicode/category/Mn#UNC_CAT
by Logrus
11 Jan 2023, 21:34
Forum: General Discussion
Replies: 15
Views: 7323

Re: Noesis 3.2.0b1 TextBlock Some glyphs are not displayed

I created a font for this test in online editor - FontEditor https://www.fonteditor.fun/fonteditor/index-en.html TestIcons.xaml in XamlPlayer(3.1.6) outputs 2 glyphs and XamlPlayer (3.2.0) outputs 1 glyph. in order for XamlPlayer(3.2.0) to display 2 glyphs, it is enough to assign another unicode to ...
by Logrus
10 Jan 2023, 15:58
Forum: General Discussion
Replies: 15
Views: 7323

Re: Noesis 3.2.0b1 TextBlock Some glyphs are not displayed

<Grid xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"> <Grid.Resources> <FontFamily x:Key="Font.Icons">Fonts/#Icons</FontFamily> </Grid.Resources> <TextBlock Margin="10,100,0,0" FontFami...
by Logrus
10 Jan 2023, 12:39
Forum: General Discussion
Replies: 15
Views: 7323

Noesis 3.2.0b1 TextBlock Some glyphs are not displayed

Hi
I use *.ttf for icons
in 3.2.0b1 glyphs with a specific unicode are not displayed,
for example, if the glyph is set to unicode 0x0482, it is displayed, and if 0x0483, then it is not visible

in version 3.1.6, all glyphs are visible
by Logrus
09 Jan 2023, 09:10
Forum: General Discussion
Replies: 3
Views: 653

Noesis 3.20b1 Noesis::GUI::Shutdown() crashes

Hi,
Noesis::GUI::Shutdown() crashes with exception
Unhandled exception at 0x00007FFD05E4E465 (Noesis.dll) in Launcher.exe: 0xC0000005: Access violation reading location 0x0000000000000000.
Call Stack does not contain useful information.
Windows11, Directx11