View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0001663 | NoesisGUI | Unity | public | 2020-04-23 19:20 | 2020-04-28 10:36 |
| Reporter | stonstad | Assigned To | sfernandez | ||
| Priority | normal | Severity | minor | ||
| Status | resolved | Resolution | no change required | ||
| Product Version | 3.0 | ||||
| Target Version | 3.0.0 | Fixed in Version | 3.0.0 | ||
| Summary | 0001663: Unknown type 'CompositeTransform'. | ||||
| Description | w/ Noesis 3.0b8. I get this XAML error: Unknown type 'CompositeTransform'. I'm investigating this to see why I might be getting this error now. Is it possible it was removed? | ||||
| Steps To Reproduce | <Path Height="15" Stretch="Uniform" Fill="#FFFFFFFF" Data="F1 M 78.1398,324.18L 52.5865,298.626C 51.6892,297.728 50.3385,297.459 49.1678,297.946C 47.9971,298.43 47.2305,299.574 47.2305,300.843L 60.6385,326.398L 47.2305,351.952C 47.2305,353.223 47.9971,354.364 49.1678,354.848C 49.5558,355.011 49.9638,355.09 50.3678,355.09C 51.1838,355.09 51.9852,354.77 52.5865,354.171L 78.1398,328.616C 78.7238,328.032 79.0598,327.224 79.0598,326.398C 79.0598,325.572 78.7238,324.764 78.1398,324.18 Z "> | ||||
| Platform | Any | ||||
|
Replacing w/ <TransformGroup> but would appreciate some commentary on breaking change. |
|
|
CompositeTransform is a NoesisGUI extension, so it should include the NoesisGUIExtensions namespace: <Grid |
|
|
Understood, thank Sergio. Is this a change or did it somehow magically work before? I'm OK with change. |
|
|
In 2.2 version that class was incorrectly registered without the namespace, so it couldn't be used in Blend and our extensions nuget. |
|
|
One of the few things missing to have final 3.0 is a document about 3D in Noesis. We are on in. |
|
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2020-04-23 19:20 | stonstad | New Issue | |
| 2020-04-23 19:23 | stonstad | Note Added: 0006243 | |
| 2020-04-23 20:21 | sfernandez | Assigned To | => sfernandez |
| 2020-04-23 20:21 | sfernandez | Status | new => feedback |
| 2020-04-23 20:21 | sfernandez | Note Added: 0006249 | |
| 2020-04-23 20:49 | stonstad | Note Added: 0006250 | |
| 2020-04-23 20:49 | stonstad | Status | feedback => assigned |
| 2020-04-23 21:06 | sfernandez | Note Added: 0006254 | |
| 2020-04-24 17:57 | jsantos | Note Added: 0006268 | |
| 2020-04-28 10:35 | sfernandez | Status | assigned => resolved |
| 2020-04-28 10:35 | sfernandez | Resolution | open => no change required |
| 2020-04-28 10:35 | sfernandez | Fixed in Version | => 3.0.0 |
| 2020-04-28 10:36 | sfernandez | Target Version | => 3.0.0 |
| 2025-10-10 13:29 | jsantos | Category | Unity3D => Unity |