Search found 33 matches

by schragnasher
06 May 2015, 15:25
Forum: General Discussion
Replies: 7
Views: 2732

Re: Events in DataTemplates

Gonna give this a bump as I'm still having issues. There are no errors when using this class on my buttons. It just does nothing. It should be calling my command after I mouse over.
by schragnasher
02 May 2015, 04:40
Forum: General Discussion
Replies: 7
Views: 2732

Re: Events in DataTemplates

So that is close to what i need, but not exactly. I found a tutorial that does exactly what i want, but i cant get the class to work correctly. using UnityEngine; using System.Collections; #if UNITY_EDITOR using Noesis; #elif UNITY_STANDALONE_WIN using Noesis; #else using System.Windows; #endif usin...
by schragnasher
30 Apr 2015, 04:05
Forum: General Discussion
Replies: 7
Views: 2732

Events in DataTemplates

I have a tough issue that I cant figure out how to solve in Unity. I have an Items Control inside a data template. This is the simplified form <DataTemplate DataType="{x:Type nodes:StatementNode}"> <ItemsControl ItemsSource="{Binding DataContext.Responses, ElementName=StoryRoot}"...
by schragnasher
27 Apr 2015, 18:58
Forum: General Discussion
Replies: 5
Views: 2740

Re: Image artifacts

Perfect solution with a converter. I'll give it a shout tonight thanks.
by schragnasher
26 Apr 2015, 17:05
Forum: General Discussion
Replies: 5
Views: 2740

Re: Image artifacts

The issue is how to get to resources in unity noesis. There is no App class per say in unity.
by schragnasher
25 Apr 2015, 22:13
Forum: General Discussion
Replies: 5
Views: 2740

Image artifacts

So i have a number of images that I use for portraits. I can either load the images at runtime or drop them into a resource dictionary. Both could work for me, but both have problems. Resource Dictionary To do this i need to be able to bind a static resource somehow. Like this. <Rectangle Fill="...
by schragnasher
22 Mar 2015, 20:18
Forum: General Discussion
Replies: 2
Views: 1427

Re: Access Violation when bind to collection

Forgot to add the full dump [ 0] [0x30524F92] Noesis.dll!MouseState_leftButton_get + 0xbf7b2 bytes [ 1] [0x30517B3A] Noesis.dll!MouseState_leftButton_get + 0xb235a bytes [ 2] [0x3042B3F8] Noesis.dll!eastl::fixed_pool_base::init + 0x1baff8 bytes [ 3] [0x3040FA91] Noesis.dll!eastl::fixed_pool_base::in...
by schragnasher
22 Mar 2015, 04:43
Forum: General Discussion
Replies: 2
Views: 1427

Access Violation when bind to collection

Unhandled exception at 0x2BD24F92: Access Violation reading location 0x00000070 I cannot figure out if i am doing this wrong or if its a bug. Property and binding below. I get the access error for every item in the collection when i click the combo box. private ObservableCollection<string> _categori...
by schragnasher
13 Mar 2015, 13:10
Forum: General Discussion
Replies: 5
Views: 2180

Re: Tools and Workflow

Ah! The if sections is a good idea. Thanks for suggesting.
by schragnasher
08 Mar 2015, 16:02
Forum: General Discussion
Replies: 2
Views: 1483

Re: Grid Bug

If i set an explicit height for the bottom row it works fine. Seems like a layout issues with auto.