Search found 71 matches

  • 1
  • 4
  • 5
  • 6
  • 7
  • 8
by Nir Hasson
12 Dec 2013, 05:26
Forum: General Discussion
Replies: 20
Views: 11125

Re: Predict Off-screen Render Target Size

In my case I'm creating elements dynamically and add them to some ItemsControl so I can't calculate a static size before execution - Am I wrong ? In my opinion the automatic approach is better but the offscreen size API should be kept and it will determine the quality of the output result. Your rend...
by Nir Hasson
11 Dec 2013, 17:07
Forum: General Discussion
Replies: 15
Views: 8128

Re: Programmatically Creating Elements from DataTemplate

I just opened a new issue on the bug tracker with code and XAML file to reproduce this issue.
by Nir Hasson
11 Dec 2013, 15:50
Forum: General Discussion
Replies: 15
Views: 8128

Re: Programmatically Creating Elements from DataTemplate

1) Set the property name in code as "Desc", and leave it as "Id" in the xaml. Compile your application, build the resources and see if text is shown. Didn't work.. :( 2) Set the property name in code as "Id", and modify the xaml to "Desc". Compile your applic...
by Nir Hasson
11 Dec 2013, 13:55
Forum: General Discussion
Replies: 15
Views: 8128

Re: Programmatically Creating Elements from DataTemplate

No other cache/registry stores XAML data apart from UI resources. If you revert the NsProp name back to "Id" and the binding path in the xaml, does the TextBlock show the text again? Yes - if I change it back it works.. Note that this way you are rebuilding the entire data base each time....
by Nir Hasson
11 Dec 2013, 11:35
Forum: General Discussion
Replies: 15
Views: 8128

Re: Programmatically Creating Elements from DataTemplate

I'm using a simple batch file for the UI Resources "compilation" process. This batch file is doing the following: 1. Delete the entire package folder and subfolders of my application under <SDK>\Data\Packages\[Package_Name]. 2. Copy the package content and resources to the target package f...
by Nir Hasson
10 Dec 2013, 15:56
Forum: General Discussion
Replies: 15
Views: 8128

Re: Programmatically Creating Elements from DataTemplate

I'm working on the DataModel example you suggested and I'm trying to extend it. However it seems that there is some kind of cache file that holds the Binding attributes names. I tried to rename the xaml Binding of the text block from Id to Desc as described below. Original XAML Code: <TextBlock Text...
by Nir Hasson
10 Dec 2013, 13:26
Forum: General Discussion
Replies: 3
Views: 2591

Re: Configure Log File

Thanks for the detailed reply. I need to modify the output path of the log in order to place it with the rest of our application log files. For now the content control is not that important, just something nice to have.. Regarding the different DLL you mentioned - Am I missing something important he...
by Nir Hasson
10 Dec 2013, 13:14
Forum: General Discussion
Replies: 20
Views: 11125

Predict Off-screen Render Target Size

Hi, I'm getting the following error on several controls I created: Offscreen atlas texture is full. Can't find space for 776x301 rectangle. Please increase Offscreen size in renderer So far I solved this issue by increasing the offscreen render target size using the IRenderere::SetOffscreenSize meth...
by Nir Hasson
10 Dec 2013, 09:20
Forum: General Discussion
Replies: 15
Views: 8128

Re: Programmatically Creating Elements from DataTemplate

Thank you very much !
The Collection sample really helped me getting progressed with that.
I''ll keep in mind the recommandation of using smart pointers. For now I use raw data pointers and manage the Ref count myself..
by Nir Hasson
09 Dec 2013, 13:25
Forum: General Discussion
Replies: 3
Views: 2591

Configure Log File

I would like to know if there is a way to perform the following tasks regarding the log file produced by Noesis SDK 1. Set the target output path of the log. 2. Control the content of the output log - determine the level of output (Info, Warning, Error etc..). I tried the Logger::Mute method but it ...
  • 1
  • 4
  • 5
  • 6
  • 7
  • 8