Search found 43 matches

by golgepapaz
27 May 2015, 21:27
Forum: General Discussion
Replies: 4
Views: 3080

Re: Changing FontFamily independently for ComboboxItems

Yes I've noticed earlier the files with .nsb and .nsf extensions were not created with the new api by comparing it with streaming assets folder from the earlier version.Setting it in the xaml file triggers the creation after rebuilding. I've had thought you'd done with the .make files and streaming ...
by golgepapaz
27 May 2015, 15:52
Forum: General Discussion
Replies: 4
Views: 3080

Re: Changing FontFamily independently for ComboboxItems

I am upgrading a piece of code written for Noesis 1.13 to 1.23 with unity 5 The part that gives me problem is panel = this.GetComponent<NoesisGUIPanel> (); Root = panel.GetRoot<Noesis.UserControl>(); Root.SetFontFamily("Unity/Unity/Views/Open Sans/Opensans.font"); which I converted to pane...
by golgepapaz
23 Feb 2015, 09:41
Forum: Official Announcements
Replies: 90
Views: 109259

Re: noesisGUI v1.2 RC2

We have released v1.2 Release Candidate! Please, download and test.
So,Does it work with unity5 64-bit?
by golgepapaz
04 Feb 2015, 11:25
Forum: General Discussion
Replies: 41
Views: 17736

Re: Unity 5 plan

FYI I am also pretty interested in this. Like to migrate to unity5 soon , if nothing but for the 64-bit editor support.
by golgepapaz
06 Jan 2015, 10:42
Forum: General Discussion
Replies: 2
Views: 2503

Re: Listbox Selection Highlight

Thanks sfernandez, it works perfectly.
I tried using custom controltemplate before but couldnt get it to work, probably forgot the IsSelected thing.
Cheers.
by golgepapaz
05 Jan 2015, 15:55
Forum: General Discussion
Replies: 2
Views: 2503

Listbox Selection Highlight

Hey everyone. I'm using wpf listbox in our Unity3D project but having trouble styling it properly, selection highlight specifically. I understand .net 4.5 made it harder to change it even in WPF and people are changing the whole listbox templates to do it but I wasn't able to make that work in noesi...
by golgepapaz
05 Nov 2014, 10:57
Forum: General Discussion
Replies: 2
Views: 2317

How to Set z-index

Hi all,
how is that possible ? setting z-index property programatically v1.1.12
by golgepapaz
30 Sep 2014, 16:36
Forum: Official Announcements
Replies: 48
Views: 77587

Re: [Unity] v1.2 Preview

I'm getting the following exception on x64 build but it does not occur on x86 build. Here is the exception [DX9] Resource ID for 'Drawing/VGL/vglMask.shader' not found [ 0] [0x000007FEE8499FD8] Noesis.dll!Noesis::Core::NoesisError + 0x28 bytes [ 1] [0x000007FEE8499F9C] Noesis.dll!Noesis::Core::Invok...
by golgepapaz
29 Sep 2014, 15:56
Forum: General Discussion
Replies: 9
Views: 5972

Re: support for unity 5

I think Unity 5 needs x64 version of the editor dll. Here is the error;

Noesis is already added, previous path 'Assets/Plugins/x86_64/Noesis.dll', trying to add 'Assets/Editor/NoesisGUI/BuildTool/Noesis.dll'
by golgepapaz
16 Sep 2014, 13:42
Forum: General Discussion
Replies: 1
Views: 1992

[Unity] Numeric TextBox

Hi all,

I'm trying to create numeric textbox, so I register PreviewKeyDown event of textbox and set e.handled true when entered key is nonnumeric but text is changing.