Search found 96 matches
- 17 Dec 2018, 11:47
- Forum: General Discussion
- Replies: 8
- Views: 2660
Re: StreamGeometry parsing error
That wouldn't help. Our contract doesn't allow uploading anything anywhere, NDA or not. So I need to clean it up first.
- 14 Dec 2018, 17:54
- Forum: General Discussion
- Replies: 8
- Views: 2660
Re: StreamGeometry parsing error
I need to check first whether there's any customer stuff in there.
- 12 Dec 2018, 12:32
- Forum: General Discussion
- Replies: 8
- Views: 2660
Re: StreamGeometry parsing error
I will try the porting again soon with the 2.2 beta and will try to get back to you on these issues then.
- 12 Dec 2018, 12:31
- Forum: General Discussion
- Replies: 3
- Views: 695
Re: WPF just went OPEN SOURCE!
From what I know they also made certain Behaviors OpenSource as well. That should help too.
- 23 Nov 2018, 14:16
- Forum: General Discussion
- Replies: 8
- Views: 2660
Re: StreamGeometry parsing error
That is not a workaround for us. We get icon data in batches from our designers. Modifying each of them by hand is a prohibitive amount of work.
- 20 Nov 2018, 12:50
- Forum: General Discussion
- Replies: 6
- Views: 2684
Re: Problems porting a WPF project to Noesis for Unity
I also still can't get the font family loaded. no matter which of your variants I use, it can never load it. <Grid.Resources> <FontFamily x:Key="FontFamily.Standard">D:\TestProjects\NoesisEvaluation\Unity\Assets\NoesisGUI\HelloWorld\Resources\Fonts\Roboto-Regular.ttf#Roboto</FontFamily> </Grid.Resou...
- 20 Nov 2018, 12:21
- Forum: General Discussion
- Replies: 8
- Views: 2660
StreamGeometry parsing error
I cannot get this streaming geometry to work: <Grid.Resources> <StreamGeometry x:Key="Icon.Maintenance">F1M0,0z M22.36,16.86A9.4,9.4,0,0,0,20.19,6.78,9.55,9.55,0,0,0,9.44,4.88l6.24,6.28-4.35,4.38L4.94,9.26A9.45,9.45,0,0,0,6.82,20.07a9.27,9.27,0,0,0,10,2.19l13.21,13.3a1.4,1.4,0,0,0,2,0l3.34-3.36a1.32...
- 20 Nov 2018, 12:08
- Forum: General Discussion
- Replies: 1
- Views: 2062
ImageSource throws ArgumentException when content is on separate line
Creating an ImageSource resource like this works fine: <ImageSource x:Key="Image.DNA">pack://application:,,,/HelloWorld;component/Assets/NoesisGUI/HelloWorld/Resources/Images/DNA.jpg</ImageSource> if I use a tool like XAMLStyle to reformat the code, which ends up looking like this: <ImageSource x:Ke...
- 19 Nov 2018, 16:05
- Forum: General Discussion
- Replies: 6
- Views: 2684
Re: Problems porting a WPF project to Noesis for Unity
Got it to throw the error again by doing a re-import on the affected XAML NoesisException: Assets/NoesisGUI/HelloWorld/XamlResources/Basic/IconResources.xaml(27): Can't convert 'F1M0,0z M22.36,16.86A9.4,9.4,0,0,0,20.19,6.78,9.55,9.55,0,0,0,9.44,4.88l6.24,6.28-4.35,4.38L4.94,9.26A9.45,9.45,0,0,0,6.82...
- 19 Nov 2018, 15:54
- Forum: General Discussion
- Replies: 1
- Views: 2033
Reimport all hangs in unity
When going to Noesis->Settings and hitting "Reimport All" and some errors occur in loading any of the XAML files, the Reimport All XAMLs popup just hangs in mid-progress and never closes.