Search found 3927 matches

by jsantos
04 Feb 2015, 23:59
Forum: General Discussion
Replies: 3
Views: 2764

Re: Asian text [Solved]

Thanks a lot for the reports. They will be fixed in b9.
by jsantos
04 Feb 2015, 23:58
Forum: General Discussion
Replies: 15
Views: 7387

Re: XAML WYSIWYG Editor for Mac!?

The developer in our team that is working on integrating NoesisGUI is telling me that the code samples all seem to use a ".xaml.nsb" file format. What's the difference between .xaml and .xaml.nsb? And how do I convert from .xaml to .xaml.nsb? .xaml.nsb is a xaml file that has been preproc...
by jsantos
04 Feb 2015, 00:05
Forum: Official Announcements
Replies: 12
Views: 27594

Re: noesisGUI C# API Beta

C# API updated to be in sync with 1.2.0b8

If you want a trial of this package, please, contact us in private and ask for it.
by jsantos
03 Feb 2015, 15:44
Forum: General Discussion
Replies: 45
Views: 12935

Re: A few questions about some features

I am updating the extending tutorial to v1.2 these days. As soon as I have it I will provide you a link to our github repository.
by jsantos
03 Feb 2015, 15:40
Forum: General Discussion
Replies: 15
Views: 7387

Re: XAML WYSIWYG Editor for Mac!?

No no.. we have enough battles opened right now. Our idea was extending one of the existing Unity plugins (for example UnIDE). We started conversations with several developers. But I am not sure if this is the correct path. Probably maintaining a XAML plugin for Sublime Text is a better idea.
by jsantos
03 Feb 2015, 13:42
Forum: General Discussion
Replies: 3
Views: 2764

Re: Asian text

failed - font not found (I expected it will try to find system font). We do not load system fonts by default to avoid using resources that may be not present in different machines or platforms. But you could implement your own ResourceProvider that does that. failed - Arial Unicode not found (but s...
by jsantos
03 Feb 2015, 13:29
Forum: General Discussion
Replies: 45
Views: 12935

Re: A few questions about some features

That function is for yourself, noesisGUI does not need it because it loads dynamically the method. So basically you must include it in your own headers and export the function from the dynamic library. extern "C" __declspec(dllexport) void NsRegisterReflection(ComponentFactory*, NsBool) { ...
by jsantos
02 Feb 2015, 20:31
Forum: General Discussion
Replies: 45
Views: 12935

Re: A few questions about some features

Alright, no problem. In fact it's even worst than what I thought, I cannot load a xaml file referencing my CustomControl. It crashes and tells me the control is not registered. After a few researches, I realized I forgot to call NsRegisterReflection in my application. But this function is not recog...
by jsantos
02 Feb 2015, 20:07
Forum: General Discussion
Replies: 41
Views: 17808

Re: Unity 5 plan

I reverted the code and used UGUI.. on it was painful but I was able to create the prototype for the designer. I hope try again next weekend - the designer should have enough to figure out what he needs. I updated to Unity V5 b21 please let me know what to try next. I will branch the code to make a...
by jsantos
02 Feb 2015, 20:05
Forum: General Discussion
Replies: 41
Views: 17808

Re: Unity 5 plan

Hi David, This is what we have in our plan regarding Unity: Add iOS and Android to NoesisGUI v1.2 Beta (Unity 4.x) (note: wphone81 is already released) Add support for iOS64 (Unity 4.6). This could happen at the same time as the previous point. Release a Builder 64 bits that is compatible with Noes...