Hello,
I have implemented my own FileBrowserContentProvider, which is almost at 100% completion. It pulls data and folders correctly, but the folder creation function does not work. I implemented the function in my provider, but when the button in the editor is clicked, the only call made is to ResolveDirectory, with the path parameter set to the containing folder. No call to CreateDirectory is ever made, so consequently no folder is created. Is there any reason why this could be happening? Thanks.
-Aaron Chapin
I have implemented my own FileBrowserContentProvider, which is almost at 100% completion. It pulls data and folders correctly, but the folder creation function does not work. I implemented the function in my provider, but when the button in the editor is clicked, the only call made is to ResolveDirectory, with the path parameter set to the containing folder. No call to CreateDirectory is ever made, so consequently no folder is created. Is there any reason why this could be happening? Thanks.
-Aaron Chapin
6 Answers, 1 is accepted
0
Aaron
Top achievements
Rank 1
answered on 13 Dec 2007, 07:53 PM
Also, how do you combine PathPermission objects in C#? Using "or" operators did not work, and the docs do not have an example in C#, just VB. Thanks again.
0
Aaron
Top achievements
Rank 1
answered on 17 Dec 2007, 06:12 PM
This is most definitely an issue. For some reason, the call to ResolveDirectory is made, but not to CreateDirectory. If anyone has any insight to why this is occurring, I would appreciate it. This is the last feature I have to implement to be finished with this project, and I'd much rather do so sooner as opposed to later. Thank you in advance.
0
odontech
Top achievements
Rank 1
answered on 18 Dec 2007, 03:38 PM
I'm experiencing the same thing as Aaron. I cannot seem to get any event to fire for folder creation. Am I missing something?
0
Hi guys,
We will provide an example how to implement DB File Browser Content Provider in the new RadEditor "Prometheus" as soon as possible.
Currently, there is such example only for the classic RadEditor which you can see and test here: DB File Browser Content Provider.
Aaron, it will be very helpful for us, if you open a support ticket and send us a sample working project demonstrating your implementation of the File Browser Content Provider in RadEditor "Prometheus". We will examine your code and see why the CreateDirectory function is not called.
Thank you for your assistance in advance.
Looking forward to hearing from you soon,
Rumen
the Telerik team
Instantly find answers to your questions at the new Telerik Support Center
We will provide an example how to implement DB File Browser Content Provider in the new RadEditor "Prometheus" as soon as possible.
Currently, there is such example only for the classic RadEditor which you can see and test here: DB File Browser Content Provider.
Aaron, it will be very helpful for us, if you open a support ticket and send us a sample working project demonstrating your implementation of the File Browser Content Provider in RadEditor "Prometheus". We will examine your code and see why the CreateDirectory function is not called.
Thank you for your assistance in advance.
Looking forward to hearing from you soon,
Rumen
the Telerik team
Instantly find answers to your questions at the new Telerik Support Center
0
Aaron
Top achievements
Rank 1
answered on 18 Dec 2007, 08:56 PM
I submitted a generic ticket, since I don't have a support package (my boss does, but he's out on vacation right now, so I can't get the details.) My ticket ID is 113214.
Also, you might want to fix this little copy goof, which I found when I tried to open a normal trouble ticket.
You have not downloaded yet a Telerik product.
Also, you might want to fix this little copy goof, which I found when I tried to open a normal trouble ticket.
You have not downloaded yet a Telerik product.
0
Hello Aaron,
You can download an example demonstrating how to create a DBFileBrowserContentProvider with RadEditor "Prometheus" from here: DBFileBrowserContentProvider.zip. Please, test it and let me know if you still experience the problem.
The example should be tested on IIS, but not on Cassini (the development server of Visual Studio).
In order to be able to open a support ticket, you need to download a trial build or have a Single Developer license. If the license is purchased by some one else in your company, please ask this person to add you as the licensed developer and you will start receiving priority support.
Best regards,
Rumen
the Telerik team
Instantly find answers to your questions at the new Telerik Support Center
You can download an example demonstrating how to create a DBFileBrowserContentProvider with RadEditor "Prometheus" from here: DBFileBrowserContentProvider.zip. Please, test it and let me know if you still experience the problem.
The example should be tested on IIS, but not on Cassini (the development server of Visual Studio).
In order to be able to open a support ticket, you need to download a trial build or have a Single Developer license. If the license is purchased by some one else in your company, please ask this person to add you as the licensed developer and you will start receiving priority support.
Best regards,
Rumen
the Telerik team
Instantly find answers to your questions at the new Telerik Support Center
