Open MrXemiu opened 8 years ago
Hi @MrXemiu,
Please have a look at the following related issue where one user shares a workaround: https://github.com/UXDivers/Gorilla-Player-Support/issues/163
Please let us know if this helped you or if you need more help. Best, JP
I read through that thread and it wasn't helpful. I tried changing StaticResource to DynamicResource but the error persisted. I double checked XLabs.Forms.BaseView and there's no corresponding .xaml document associated with it.
Lastly, I want to reiterate that other .xaml documents that inherit from XLabs.Forms.BaseView and make use of both global and local styles render appropriately in Gorilla Player. I think this issue is specific to ListView ItemTemplates.
Probably unrelated, but I was using the following format:
{StaticResource Key=StatusIconStyle}
And I had to change it to
{StaticResource StatusIconStyle}
because the parser was failing to extract the name correctly and was assuming that the resource name was "Key=StatusIconStyle" I think this is a bug on Gorilla, the RegEx used to extract the resource name should consider both nomencaltures
The following page cannot be displayed in Gorilla Player. Instead an error message is presented indicating that none of the resources identified in the Style attributes of the template elements can be found. I'm using Xlabs MVVM, so the page inherits from BaseView.
I have other pages throughout the application that inherit from BaseView, depend on StaticResources defined locally as well as in App.xaml, AND DO render in Gorilla Player. The only difference, as far as I can tell, is that this page contains a ListView.
Anyway, this is a great tool, but I'm very stuck right now.