Search found 4 matches

by cjmx
11 Aug 2020, 21:32
Forum: General Discussion
Replies: 3
Views: 783

Re: v3.0.4 GeometryGroup doesn't work as expected

Sure. The issue reported:
https://www.noesisengine.com/bugs/view.php?id=1777

By the way, I suppose the converting workflow is even better for my purpose of using the dynamic geometry generation. Thank you for advice. Really helpful!
by cjmx
10 Aug 2020, 17:04
Forum: General Discussion
Replies: 3
Views: 783

v3.0.4 GeometryGroup doesn't work as expected

Here the xaml sample: <Canvas VerticalAlignment="Center" HorizontalAlignment="Center"> <Path Stroke="Black" StrokeThickness="2" Fill="Blue"> <Path.Data> <GeometryGroup> <EllipseGeometry Center="110 60" RadiusX="50" RadiusY="5...
by cjmx
22 Jun 2020, 20:55
Forum: General Discussion
Replies: 2
Views: 3119

Re: [Unity] [Noesis 3.0] ToolTip is not shown when the cursor over an Item of ItemsControl

Never mind. My fault. Source collection of items was recreated every frame not every click as I planned. I fixed it. So, now everything is working without any issues.
by cjmx
22 Jun 2020, 20:19
Forum: General Discussion
Replies: 2
Views: 3119

[Unity] [Noesis 3.0] ToolTip is not shown when the cursor over an Item of ItemsControl

EDIT: Everything is working properly. It was my fault. ================================================ ToolTip works well for static UI elements but nothing happens when I'm trying to use ToolTip for items of any List control (ItemsControl, ListView, ListBox, etc). <Grid> <StackPanel Orientation=&...