Artem Votintsev
Artem Votintsev
No, it does not help.. There is a simple check in code: ``` CacheDescription cacheDescription = mvcNode.DynamicNodeProvider.&GetCacheDescription(); if (cacheDescription != null) { HttpContext.Current.Cache.Add( ... new CacheItemRemovedCallback(OnSiteMapChanged)); } ``` and ```...
Actually the main problem of this MvcSitemapProvider is that its base class is "StaticSiteMapProvider". I think to solve this problem it should be based on "SiteMapProvider" (parent of "StaticSiteMapProvider"). In...
Sorry, I have tried to understand how adapters should work inside the layout but failed. Can somebody create a pull request for this issue (at least for horizontal view without...
Now with recycling view setAdapter can be used.
Hi, What version of this layout are you using? This issue was some time before. Are you sure you are using the latest code?
Hi, sorry for late answer. I can not reproduce this issue now. Maybe it is already fixed, can you try latest commit. also if it is still exists can you...
Hi, sorry for late response. Do I understand correctly this is a FlowLayout attribute that means if parent wants to reduce FlowLayout size less then minHeight / minWidth then we...
Hi, You may try to use recycler view now. The example is available in FlowLayoutManagerActivity. Because of code restrucutization there can be some breaking changes (not sure what exactly can...
Hm, thanks for the link, but it seems id does not contain those mappings as well...
Aha, thanks @Trass3r, it seems it is what I need. And I think this is also a part of the data: https://github.com/JonMagon/BBTools/blob/4cdadffa9ac663fdc0162b2475836336d19540ca/additions/objects_list.txt Thanks for the answer, I'll try to convert...