Search found 22 matches

by ExtZGholson
03 Sep 2021, 17:16
Forum: General Discussion
Replies: 2
Views: 3562

Re: After Effects to Noesis pipeline

I will pass the information along.
Thank you again!
by ExtZGholson
02 Sep 2021, 22:27
Forum: General Discussion
Replies: 2
Views: 3562

After Effects to Noesis pipeline

Hello, I am curious what is the best pipeline for exporting animation data from After Effects and applying that information over to Noesis is. Currently, we are converting frame data to time stamp data by hand and exporting it to an excel file. Then the programmers create a story board with the appr...
by ExtZGholson
02 Sep 2021, 18:35
Forum: General Discussion
Replies: 10
Views: 4838

Re: Passing Rectangle via converter

We ended up walking up the visual tree and examining the values of the offsets of the elements as went. Based on this, we discovered that we could pick a target parent by name (Noesis::String), get the TransformToAncestor and then calculate a position from the transformation matrix. bool ElementPosi...
by ExtZGholson
31 Aug 2021, 21:09
Forum: General Discussion
Replies: 10
Views: 4838

Re: Passing Rectangle via converter

As we are reading the values for the rectangles that we passed in, we noticed that we are getting inconsistent values when calling `contentPosition = myRectangle-> PointToScreen(Noesis::Point(0, 0)); `. The values we are expecting in one case are ( 93,216 ). However, one one machine we are getting (...
by ExtZGholson
30 Aug 2021, 22:53
Forum: General Discussion
Replies: 10
Views: 4838

Re: Passing Rectangle via converter

Thank you, I am now able to read the properties on the Rectangle for my converter! I just need to tweak some values on my end and I am all clear. I appreciate your time and assistance.
by ExtZGholson
30 Aug 2021, 18:32
Forum: General Discussion
Replies: 10
Views: 4838

Re: Passing Rectangle via converter

Thank you this is certainly helpful. I know this sounds like a silly question, but how would I go about connecting this Rectangle to the view? The structure exists as the following. Main Window -> Viewbox -> Noesis::ContentControl (loads User Control XAML via set source NsPRop) -> Grid -> Rectangle ...
by ExtZGholson
30 Aug 2021, 17:46
Forum: General Discussion
Replies: 10
Views: 4838

Re: Passing Rectangle via converter

When using a Noesis::Rectangle* with the dynamic cast, we get the following Errors: ERROR| [Noesis] Visual is not connected to a ViewVisual is not connected to a View 000000.621| ERROR| [Noesis] Visual is not connected to a ViewVisual is not connected to a View 000000.622| ERROR| [Noesis] Visual is ...
by ExtZGholson
30 Aug 2021, 16:59
Forum: General Discussion
Replies: 10
Views: 4838

Re: Passing Rectangle via converter

I haven't. I tried something close but we thinking it would be a Noesis Rectangle. I will give this a try!

Thank you very much!
by ExtZGholson
28 Aug 2021, 01:26
Forum: General Discussion
Replies: 10
Views: 4838

Passing Rectangle via converter

Hello, I am currently trying to pass a Rectangle in to a convert so that I can return a Rect for a Viewbox. Unfortuantely, I am missing something simple when trying to either cast or Unbox the BaseComponent*. When attempting to unbox the Rectangle I get the follow error: 'Project.UI.Converters.Eleme...
by ExtZGholson
25 Aug 2021, 22:01
Forum: General Discussion
Replies: 2
Views: 1838

Re: Font Pixilation / Aliasing Issues

Thank you, I have created am issue in the tracker (ID#0002092)