Search found 6 matches

by jrueppel
24 Jul 2014, 13:08
Forum: Official Announcements
Replies: 90
Views: 109442

Re: noesisGUI v1.2 BETA

Does the new resource system allow for modders to change how the UI looks? I.e. is it allowed and practical to ship the preprocessor with a game so that modders can mod the UI? Or even better I think would be if the preprocessor could be integrated into the game and the game detects XAML changes and...
by jrueppel
08 May 2014, 11:02
Forum: General Discussion
Replies: 2
Views: 2095

Small layout discrepancy

I just noticed a small layout discrepancy between Blend and Noesis while playing around with the button example. Blend: Screenshot 2014-05-08 10.54.52.png Unity: Screenshot 2014-05-08 10.55.13.png Notice the right border of the top button covers the 'e' of "Pressed" in the Unity Player, bu...
by jrueppel
08 May 2014, 10:46
Forum: General Discussion
Replies: 20
Views: 11153

Re: Predict Off-screen Render Target Size

I have this problem too now with the provided examples in the Unity Editor on Mac OS X and on device builds. I can for example just load up the Buttons.xaml with <Grid.Resources> <ResourceDictionary > <ResourceDictionary.MergedDictionaries > <ResourceDictionary Source="../../../Themes/NoesisSty...
by jrueppel
07 May 2014, 17:37
Forum: General Discussion
Replies: 2
Views: 1739

Re: Can't open mastermind sample in Blend

Ok I found out that Composite Transform is a Silverlight only feature. In a WPF app, it's necessary to use Transform Group instead.

I switched the Apptype to Silverlight. Next problem: How do I get Blend to recognize the clr-namespace:NoesisGuiExtension?
by jrueppel
07 May 2014, 14:31
Forum: General Discussion
Replies: 1
Views: 1434

Feature Request: Generate project file for Blend

Akin to how Unity generates Solution files for Monodevelop or Visual Studio, it would be awesome for Noesis to generate a project that can be used in Blend. Right now it quite cumbersome to open up the Demos in Blend to see how they are built.
by jrueppel
07 May 2014, 14:30
Forum: General Discussion
Replies: 2
Views: 1739

Can't open mastermind sample in Blend

When I try to open the Mastermind Sample in Blend I get an error about "Composite Transform" not being supported in a WPF application. Is this a project setup problem in Blend or do you have custom XAML extensions that Blend doesn't understand. If so, how does this impact our ability to us...