This is a migrated thread and some comments may be shown as answers.

Image manager problem

2 Answers 41 Views
Editor
This is a migrated thread and some comments may be shown as answers.
fforna
Top achievements
Rank 2
fforna asked on 26 Sep 2010, 05:18 PM
Hi, I have a problem with the image manager.

In my project I have used a file browser content provider to integrate the editor with my database.

I have just updated the reference from 2010.2.713.35 to 2010.2.826.35 and with the old one everythings work well, but after I have updated the dll I have an issue:

when the image manager is loaded everything go well, but when I select one directory, the list of the image are not updated.
I have seen that the ResolveDirectory in my file browser content provider class is not called, like was before the upgrade.

Thank you

2 Answers, 1 is accepted

Sort by
0
Fiko
Telerik team
answered on 27 Sep 2010, 01:15 PM
Hello Forna,

In the 2010.2 826 version of the controls we introduced a new method to the FileBrowserContentProvider's API named CheckReadPermissions. The method is called in order to determine whether a folder can be viewed or not. Could you please override it in your content provider in order to return the correct value and you should not experience the same problem.

If you use this or this provider, then I recommend you to download the updated versions and use them in your project.

I hope this helps.

Kind regards,
Fiko
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
0
fforna
Top achievements
Rank 2
answered on 28 Sep 2010, 04:54 PM
Hi, I have correct my source and now everythings work well.

Thank you

Tags
Editor
Asked by
fforna
Top achievements
Rank 2
Answers by
Fiko
Telerik team
fforna
Top achievements
Rank 2
Share this question
or