Search found 5 matches

by herbss
15 Jun 2015, 18:52
Forum: General Discussion
Replies: 3
Views: 1867

Re: Android runtime xaml file loading

I managed to get it to work by renaming _Themes to AThemes. I'm suspecting there is a problem with leading underscore character in a folder name.

Can this be confirmed? Now everything loads. Thanks.
by herbss
12 Jun 2015, 22:19
Forum: General Discussion
Replies: 3
Views: 1867

Android runtime xaml file loading

Environment latest Noesis 1.2 with Unity 4.6. I'm trying to load a xaml file at runtime using the method in C#: NoesisGUISystem.LoadXaml(xamlFile). It works on Windows. However on Android it complains with the output message: E/Noesis﹕ NoesisError: Resource assets/UI/Views/_Themes/Default.xaml not f...
by herbss
28 Oct 2014, 21:51
Forum: General Discussion
Replies: 1
Views: 1588

Accessing Style setters in Unity C#

What is the correct way to access the setter value strings in Unity C#? <Style x:Key="SampleStyle" TargetType="{x:Type TextBlock}"> <Setter Property="FontWeight" Value="Regular"></Setter> <Setter Property="FontSize" Value="18"></Setter> </S...
by herbss
08 Oct 2014, 01:05
Forum: General Discussion
Replies: 4
Views: 3469

Re: Manipulation events not working on Windows 8

Do you mean Windows 8 Touch Events? It seems that Unity does not support Windows 8 multi touch events. So you need to do it manually using a native plugin (we can provide you with source, because we support Windows 8 touch events in our native SDK) or use a 3rd party solution and inject the events ...
by herbss
07 Oct 2014, 22:05
Forum: General Discussion
Replies: 4
Views: 3469

Manipulation events not working on Windows 8

Hi,

I am having trouble getting the ManipulationStarting/InertiaStarting/Delta events to fire on Windows. The sample I am running is the Touch sample included with the trial. When I deploy it onto Android it works.

How do I get manipulation events working on Windows 8?

Thanks