Welcome Guest Search | Active Topics | Sign In | Register

FileExplorerDialogID must be set to use this feature. Options
Jim
Posted: Wednesday, October 20, 2010 5:26:38 PM
Rank: Newbie
Groups: Member

Joined: 10/20/2010
Posts: 2
I'm at a loss. I'm using the HTML Editor and have set both the FileExplorerDialogID and FIleExplorerURL. When I try to insert an image (with the mountain/sun icon) and click (...) I get the error:

FileExplorerDialogID must be set to use this feature.

I cut and pasted the ID from the Explorer.aspx page (so its not a typo). The FileExplorer control is working on Explorer.ASPX.

What else could be causing this error.

I running VS2008 and this is the DLL that I am using. Do I have the wrong version? Everything else seems to be running fine.

C:\Program Files\Essential Objects\EO.Web Controls 8.0 (2010)\Net20\EO.Web.dll

Thanks,
Jim
eo_support
Posted: Wednesday, October 20, 2010 5:36:39 PM
Rank: Administration
Groups: Administration

Joined: 5/27/2007
Posts: 24,194
Hi,

You can't just copy it from another page. FileExplorerDialogID must point to a dialog control in your current page. The dialog then must contain a FileExplorerHolder control, which in turn points to page that hosts the FileExplorer control.

You can take a look of the source code for Editor -> Designs -> Office 2003 in the demo project to see how this works. That page contains a dialog "FileExplorerDialog1", then have the editor's FileExplorerDialogID set to "FileExplorerDialog1". The two must match.

Hope this helps.

Thanks!
Jim
Posted: Wednesday, October 20, 2010 9:22:01 PM
Rank: Newbie
Groups: Member

Joined: 10/20/2010
Posts: 2
Applause Thanks. These controls are new to me, but the demos really help.

Thanks for the quick reply


You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.