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
|
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!
|
Rank: Newbie Groups: Member
Joined: 10/20/2010 Posts: 2
|
Thanks. These controls are new to me, but the demos really help. Thanks for the quick reply
|