Search found 3044 matches
- 08 Apr 2021, 12:30
- Forum: General Discussion
- Replies: 21
- Views: 162
Re: Getting Started with C++
Are you able to reproduce this on XamlPlayer (included in the SDK) or XamlToy?Do u know why my ListBox displays only last item?
- 08 Apr 2021, 12:26
- Forum: General Discussion
- Replies: 1
- Views: 30
Re: 3.0.12 release date?
We have plans to release 3.0.12 next week. Please, let me know if you need a preview sooner. I am sending you an email.
- 08 Apr 2021, 12:24
- Forum: General Discussion
- Replies: 4
- Views: 51
Re: drop down default focus problem
We solved this. The fix will be available in the next release (3.0.12). Thanks for your feedback.
- 07 Apr 2021, 14:33
- Forum: General Discussion
- Replies: 21
- Views: 162
- 07 Apr 2021, 10:54
- Forum: General Discussion
- Replies: 13
- Views: 1246
Re: Rendering Documentation
Added to the list of unofficial integrations. Probably someone will continue that great work. Thanks @Dakror
- 05 Apr 2021, 11:49
- Forum: General Discussion
- Replies: 4
- Views: 51
Re: drop down default focus problem
Sorry for the delay in this answer. Today is a public holiday for us. We started to investigate your issue and will tell you something very soon.
- 05 Apr 2021, 11:45
- Forum: General Discussion
- Replies: 2
- Views: 51
Re: Font not found in Linux UE4
Could you please open a report about this? Thanks
- 02 Apr 2021, 01:29
- Forum: General Discussion
- Replies: 21
- Views: 162
Re: Getting Started with C++
Any of the examples included in the C++ SDK that you already downloaded. There is also a solution containing all the examples, please read the welcome document found at root.
- 31 Mar 2021, 14:06
- Forum: General Discussion
- Replies: 21
- Views: 162
Re: Getting Started with C++
Bin2h is not needed for using Noesis. It is something we are using for our examples. If you want to use it, please have a look at our projects. Each resource (xaml, font, image) is configured with a custom build step.
- 30 Mar 2021, 19:37
- Forum: General Discussion
- Replies: 21
- Views: 162
Re: Getting Started with C++
More information in the Resources Tutorial. Our examples come with a command line tool for converting binary files to source headers, Bin2h. This is very convenient for our examples.