This question is locked. New answers and comments are not allowed.
In a Windows 8.1 Xaml app, I am creating a new view using the
​CoreApplication.CreateNewView();
and
ApplicationViewSwitcher.TryShowAsStandaloneAsync() APIs.
the view has a Frame with a Page-derived class and the page-derived class.
The code to display the view works until I add a RadNumericBox to the page
Once I do that, the view fails to load with
No custom resource loader set. [Line: 38 Position: 51]
where line 38 is where the RadNumericBox is instantiated in Xaml.
What do I need to do to get the RadNumericBox to work in a secondary view?
Thanks,
Michael
​CoreApplication.CreateNewView();
and
ApplicationViewSwitcher.TryShowAsStandaloneAsync() APIs.
the view has a Frame with a Page-derived class and the page-derived class.
The code to display the view works until I add a RadNumericBox to the page
Once I do that, the view fails to load with
No custom resource loader set. [Line: 38 Position: 51]
where line 38 is where the RadNumericBox is instantiated in Xaml.
What do I need to do to get the RadNumericBox to work in a secondary view?
Thanks,
Michael
5 Answers, 1 is accepted
0
Hi Michael,
We were able to reproduce the exception and we must confirm that this is a bug. It is not related to specifically to our RadNumericBox rather than the way we load our resources. This issue will be fixed for our upcoming internal build that will be available next week. For now I cannot suggest a workaround.
Sorry for any inconvenience caused. Feel free to contact us if you have any questions or suggestions. I have updated your Telerik points for the valuable feedback.
Regards,
Ivaylo Gergov
Telerik
We were able to reproduce the exception and we must confirm that this is a bug. It is not related to specifically to our RadNumericBox rather than the way we load our resources. This issue will be fixed for our upcoming internal build that will be available next week. For now I cannot suggest a workaround.
Sorry for any inconvenience caused. Feel free to contact us if you have any questions or suggestions. I have updated your Telerik points for the valuable feedback.
Regards,
Ivaylo Gergov
Telerik
Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.
0
Hi Michael,
I would like to inform you that we have released an internal build where this issue no longer exists.
Regards,
Ivaylo Gergov
Telerik
I would like to inform you that we have released an internal build where this issue no longer exists.
Regards,
Ivaylo Gergov
Telerik
Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.
0
Marco
Top achievements
Rank 1
answered on 15 Jul 2014, 03:23 PM
Just create a ticket regarding a bug in a scenario using the share target feature. I think i have a similar problem but it was not fixed with the build released you mention :-(
Ticket number is 839599
Ticket number is 839599
0
Hi Marco,
I have answered your questions in your support ticket.
Regards,
Ivaylo Gergov
Telerik
I have answered your questions in your support ticket.
Regards,
Ivaylo Gergov
Telerik
Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.
0
Marco
Top achievements
Rank 1
answered on 18 Jul 2014, 11:56 AM
Great response. Glad to use the Telerik controls in my apps. For all the other users here is the workaround.
It is problem around resource loading and can be resolved using the following link from the documentation:
http://www.telerik.com/help/windows-8-xaml/common-resolvingteleriknamedresources.html
For my app the support documentation is here:
https://metrolicious.freshdesk.com/support/solutions/articles/1000100599--bug-black-app-using-the-share-charm
Ciao Marco
It is problem around resource loading and can be resolved using the following link from the documentation:
http://www.telerik.com/help/windows-8-xaml/common-resolvingteleriknamedresources.html
For my app the support documentation is here:
https://metrolicious.freshdesk.com/support/solutions/articles/1000100599--bug-black-app-using-the-share-charm
Ciao Marco