Search found 47 matches
- 06 Apr 2016, 18:32
- Forum: General Discussion
- Replies: 7
- Views: 3895
Re: Version 1.3 release date
WebGL would be awesome!! : DD
- 02 Apr 2016, 00:08
- Forum: General Discussion
- Replies: 1
- Views: 1973
Xamarin free in VS and Unity joined to Net Foundation
Hi guys, epic news for .net world https://blog.xamarin.com/xamarin-for-all?mkt_tok=3RkMMJWWfF9wsRolu6XLZKXonjHpfsX66OUlWq%2BwlMI%2F0ER3fOvrPUfGjI4FTMFqI%2BSLDwEYGJlv6SgFQ7fAMapvwrgKXRg%3D http://blogs.unity3d.com/2016/04/01/unity-joins-the-net-foundation/ I can't wait to see noesisgui replacing horr...
- 07 Mar 2016, 21:24
- Forum: General Discussion
- Replies: 8
- Views: 5541
Re: Mobile Styles - Material Design, etc?
Hi jsantos, thanks for your comments too! My thoughts about them: Flash, HTML, etc etc are not GUI technologies. Can't agree with you: first because they are (althoug nobody cares about flash anymore), you can have a look of a draft we are building http://profiler.linkbub.com/ it's a very easy techn...
- 05 Mar 2016, 11:59
- Forum: General Discussion
- Replies: 8
- Views: 5541
Re: Mobile Styles - Material Design, etc?
I think it would be a very strategic move. Indeed, now that me and me team we are focusing in bootstrap+angularjs I'm wondering how we could joint efforts between mobile app development and html designing productivity. To be honest, despite the time I spent with xaml, when talking about productivity...
- 15 Jan 2016, 12:36
- Forum: General Discussion
- Replies: 6
- Views: 4408
Re: ENABLE_BITCODE (ios)
Ok I found it, I just set Enable Bitcode as "no" in Xcode, but it may be interesting to have the option..
http://stackoverflow.com/questions/3072 ... in-xcode-7
http://stackoverflow.com/questions/3072 ... in-xcode-7
- 15 Jan 2016, 12:10
- Forum: General Discussion
- Replies: 6
- Views: 4408
ENABLE_BITCODE (ios)
Hi guys, any idea about how to solve this in ios? thanks! ld: '/Users/Jose/Desktop/IOS/LibrariesPlugins/iOS/libNoesis.a(libNoesis.a-arm64-master.o)' does not contain bitcode. You must rebuild it with bitcode enabled (Xcode setting ENABLE_BITCODE), obtain an updated library from the vendor, or disabl...
- 26 Dec 2015, 17:33
- Forum: General Discussion
- Replies: 3
- Views: 3237
Re: We have just reached 1000 registered users!
Congratulations guys! amazing work, I'm looking forward to see 2016 new features.
Keep on working!!
Keep on working!!
- 18 Dec 2015, 18:58
- Forum: General Discussion
- Replies: 1
- Views: 2068
PropertyChanged in Thread not working properly
Hi, after upgrading to 1.2.5f8 (the same with 1.2.5f9) I have problems with PropertyChanged in a ViewModel that I use for template within a ListBox. As I am receiving data asynchronously and then assigning to a property of the view model (launching the NotifyPropertyChanged) it should have refreshed...
- 13 Dec 2015, 16:19
- Forum: General Discussion
- Replies: 6
- Views: 3376
Re: Rendering in iOS
Thanks! However I've tried to compiled again with Android IL2CPP and noesis 1.2.5 and it keeps giving errors (I don't know if this has something to do with noesis or not) Exception: IL2CPP Compilation failed UnityEditor.Android.AndroidIl2CppClangCompiler.CompileDynamicLibrary (System.String outFile,...
- 10 Dec 2015, 22:31
- Forum: General Discussion
- Replies: 6
- Views: 3376
Re: Rendering in iOS
Hi! you nailed it, I just moved the MainViewModel from the xaml and I attached it to the MainView and it worked. About the other things, yes I'm using Xcode 7.1, let me summarize the things I have to do compile to XCode (I don't know what's noesis part or Unity but it may help others): 1) After buil...