Search found 14 matches
- 18 Oct 2017, 22:09
- Forum: Official Announcements
- Replies: 130
- Views: 146396
Re: BETA: NoesisGUI v2.1.0b4 (Unity)
Thanks for this information! Could you please open a ticket with all this information? Let's follow there. I filed a ticket here https://bugs.noesisengine.com/view.php?id=1160 a little while ago, hopefully you are not too overworked and have a minute to take a look at it soon :) Thanks again for ma...
- 02 Oct 2017, 18:39
- Forum: Official Announcements
- Replies: 130
- Views: 146396
Re: BETA: NoesisGUI v2.1.0b4 (Unity)
Thanks! As soon as you have that small repro project with the crash, please send it to us. We will fix the crash ASAP. I wasn't able to reproduce the issue on a smaller scale, this is strange. However, I keep on getting these 'Noesis Access Violation' crashes every so often. I attached a sample pro...
- 29 Sep 2017, 18:35
- Forum: General Discussion
- Replies: 3
- Views: 2496
Re: Text Editing Caret and Highlighting missing in 2.1.0b4 & .NET4.6
Works great, thanks so much! I'll mark this as fixed.
- 27 Sep 2017, 00:30
- Forum: Official Announcements
- Replies: 130
- Views: 146396
Re: BETA: NoesisGUI v2.1.0b4 (Unity)
@Gwynneth I was facing a similar problem earlier. It turns out that Noesis doesn't always discover all the Xaml files if you are loading them dynamically at runtime. To avoid that issue, I added them in the NoesisSettings 'Preloaded Xamls' array, and everything worked well from that end. @jsantos Th...
- 26 Sep 2017, 21:48
- Forum: General Discussion
- Replies: 3
- Views: 2496
Re: Text Editing Caret and Highlighting missing in 2.1.0b4 & .NET4.6
Oh, just realizing this is a duplicate of viewtopic.php?f=3&t=1185
- 26 Sep 2017, 20:37
- Forum: General Discussion
- Replies: 3
- Views: 2496
Text Editing Caret and Highlighting missing in 2.1.0b4 & .NET4.6
I'm noticing that the caret / text highlight in a TextBox control are gone when using the .NET 4.6 profile. and the latest beta
The error doesn't occur when using the .NET 3.5 profile.
The error doesn't occur when using the .NET 3.5 profile.
- 26 Sep 2017, 18:39
- Forum: Official Announcements
- Replies: 130
- Views: 146396
Re: BETA: NoesisGUI v2.1.0b4 (Unity)
Thanks for the beta! I've been testing 2.1.0b4 with Unity 2017.1.1f1. Everytime I relaunch Unity I need to reimport assets before I can run a scene. If I don't I get a NoesisException telling me the XAMLs could not be found. Furthermore, building the game also gives the same NoesisException. Is thi...
- 11 Sep 2017, 18:36
- Forum: Official Announcements
- Replies: 130
- Views: 146396
Re: BETA: NoesisGUI v2.1.0b3 (Unity - Windows)
Thanks so much for your hard work! This is beautiful
- 01 Sep 2017, 21:04
- Forum: General Discussion
- Replies: 2
- Views: 1880
Re: ContextMenu not closing properly when using complex template (Unity)
Reported, thanks a lot!
- 01 Sep 2017, 17:22
- Forum: General Discussion
- Replies: 2
- Views: 1880
ContextMenu not closing properly when using complex template (Unity)
Hi, I'm having a case where the context menu won't close after it has been open, when I put a button (or anything more than a label) inside a MenuItem header. Things will behave properly until I click on the content (the button here). After this, the menu won't close with a click outside of it. cont...