Search found 67 matches
- 01 Dec 2015, 17:06
- Forum: General Discussion
- Replies: 20
- Views: 8910
Re: Windows Store Build
Hello,
Is the bug concerning utf8 will be solve for the next version and when it will be available, It really become urgent.
My client ask me why accent are not supported.
Thanks you
Is the bug concerning utf8 will be solve for the next version and when it will be available, It really become urgent.
My client ask me why accent are not supported.
Thanks you
- 02 Nov 2015, 18:53
- Forum: General Discussion
- Replies: 20
- Views: 8910
Re: Windows Store Build
Hi,
I just created the ticket in bug tracker for the utf8 convertion problem.
I hope you will be able to correct it soon.
Thanks you
I just created the ticket in bug tracker for the utf8 convertion problem.
I hope you will be able to correct it soon.
Thanks you
- 07 Oct 2015, 09:39
- Forum: General Discussion
- Replies: 20
- Views: 8910
Re: Windows Store Build
It become critical, because my app autorise user text input and i have accent bug, i can wait for the next release !
Thanks you
Thanks you
- 06 Oct 2015, 17:10
- Forum: General Discussion
- Replies: 20
- Views: 8910
Re: Windows Store Build
Hello,
I have come to hear yours news for the UTF8 problem related here, have you investigate ?
Thanks you
I have come to hear yours news for the UTF8 problem related here, have you investigate ?
Thanks you
- 06 Sep 2015, 17:07
- Forum: General Discussion
- Replies: 20
- Views: 8910
Re: Windows Store Build
Thanks to moved the file, no it was surely not a good idee !
I didn't realise that i give the plugin with !
Sorry
I didn't realise that i give the plugin with !
Sorry

- 06 Sep 2015, 01:00
- Forum: General Discussion
- Replies: 20
- Views: 8910
Re: Windows Store Build
hi
i created a ticket and i give you the project by link
thanks
The project is just a test exemple just with Noesis as plugin
[LINK REMOVED]
i created a ticket and i give you the project by link
thanks
The project is just a test exemple just with Noesis as plugin
[LINK REMOVED]
- 05 Sep 2015, 10:20
- Forum: General Discussion
- Replies: 20
- Views: 8910
Re: Windows Store Build
Hello, My first problem is this error appear in my vs studio project can i ignore it NullReferenceException: Object reference not set to an instance of an object. at Noesis.Extend.<GetPublicProperties>b__43e(PropertyInfo p) at System.Linq.Enumerable.WhereArrayIterator`1.MoveNext() at System.Linq.Buf...
- 31 Aug 2015, 20:43
- Forum: General Discussion
- Replies: 20
- Views: 8910
Re: Windows Store Build
yes the message appear in unity console !
I have to write this line to manage it in VS
I have to write this line to manage it in VS
- 28 Aug 2015, 20:56
- Forum: General Discussion
- Replies: 20
- Views: 8910
Re: Windows Store Build
this is the code ! using System; using System.Collections.Generic; using System.IO; using System.Linq; using UnityEngine.Windows; using Windows.ApplicationModel.Activation; using Windows.Foundation; using Windows.Foundation.Collections; using Windows.Storage; using Windows.UI; using Windows.UI.Core;...
- 28 Aug 2015, 17:17
- Forum: General Discussion
- Replies: 20
- Views: 8910
Re: Windows Store Build
Yes bingo i check this i needed to write this in your mainpage.xaml.cs and it work thanks appCallbacks.LoadGfxNativePlugin("NoesisUnityRenderHook.dll"); By default it missing ! Update when i debug it in VS the sample load correctly but i have no input i can't clic any button ! Something is missing i...