Search found 17 matches
- 11 Feb 2014, 12:01
- Forum: General Discussion
- Replies: 1
- Views: 2222
Using value converters in Unity?
I'm trying to create a float scaler which takes in a float value and multiplies it by a number of my choosing in xaml. I've tried setting up the following converter: using Noesis; using System.Globalization; namespace GameUI { //[ValueConversion(typeof(DateTime), typeof(String))] public class FloatS...
- 11 Feb 2014, 11:25
- Forum: General Discussion
- Replies: 3
- Views: 2959
Re: noesisguiextensions?
So to use these in Unity I just include the dll reference in the blend project? Where should I place the dll to be referenced?
- 08 Feb 2014, 10:42
- Forum: General Discussion
- Replies: 3
- Views: 2959
noesisguiextensions?
I'm trying to add outlines to my text, from the docs I saw something about noesisguiextensions: xmlns:noesis="clr-namespace:NoesisGUIExtensions" Which I added to my xaml project and I attempted to add it to a textblock, but I get an error about it not being referenced in Unity so my questi...
- 10 Jan 2014, 05:54
- Forum: General Discussion
- Replies: 5
- Views: 3804
Re: SVG Renderer questions
Yes I'd like to render it with perspective, but what I would ideally like is to be able to attach it to a gameobject and have it render whereever the gameobject is (i.e. using its transform). More importantly could you please confirm, can noesis render an svg file? I ask because the vector (lion) de...
- 08 Jan 2014, 03:15
- Forum: General Discussion
- Replies: 5
- Views: 3804
SVG Renderer questions
I was wondering, does the svg renderer in noesis actually render svg or does it rasterize and render a texture? If it renders svg would it be possible to have it render in world space instead of screenspace without resorting to render to texture? I ask because noesis seems to be the only svg rendere...
- 08 Jan 2014, 02:18
- Forum: General Discussion
- Replies: 3
- Views: 3085
Re: Latest noesis won't compile out of the box for me...
Just figured it out, I already had a Slider.cs class in my project
- 08 Jan 2014, 02:17
- Forum: General Discussion
- Replies: 3
- Views: 3085
Latest noesis won't compile out of the box for me...
I get this error in various forms: Assets/NoesisGUI/Samples/Primitives/PrimitivesController.cs(243,35): error CS0309: The type `Slider' must be convertible to `Noesis.BaseComponent' in order to use it as parameter `T' in the generic type or method `Noesis.FrameworkElement.FindName<T>(string)' Any id...
- 29 Oct 2013, 02:49
- Forum: General Discussion
- Replies: 5
- Views: 4066
Re: Updated to latest, can't find xaml files anymore?
I just tried it, all it does is cause the unity editor to stop working and crashing out... {{{ Unhandled exception at 0x7706E793: Access Violation reading location 0x00001167 }}} {{{ [ 0] [0x7706E793] ntdll.dll [ 1] [0x1FE97712] Noesis.dll [ 2] [0x1FE9A1F6] Noesis.dll [ 3] [0x1F864CD6] Noesis.dll [ ...
- 29 Oct 2013, 01:21
- Forum: General Discussion
- Replies: 5
- Views: 4066
Updated to latest, can't find xaml files anymore?
After updating to the latest build Noesis seems to no longer be able to find xaml files, here is an error I get when attempting to run the button sample: Exception: Assets/NoesisGUI/Samples/ControlGallery/Samples/Button.xaml resource not found Noesis.Error.Check () (at Assets/Plugins/NoesisGUI/Scrip...
- 13 Oct 2013, 14:05
- Forum: General Discussion
- Replies: 1
- Views: 2365
Asian font not working, what am I doing wrong?
I have a textblock like follows: <TextBlock x:Name="TestTextBlock" HorizontalAlignment="Left" Margin="105,22,0,0" TextWrapping="Wrap" Text="abc苹果" VerticalAlignment="Top" Height="48" Width="185"/> This is what I see: htt...