I'm using the WebDiaglog, version 8.1 On my local machine it works fine. But on the web site instead of giving a dialog box, it appears as an html page with just the title of the dialog box displayed in the middle of the page. I've verified that the save version of the dll is on both machines. Does anyone have an idea of what might cause this? I'm using the same code as in the examples.
Thanks in advance.
I can't thank you enough! That was it exactly.
Hi,
I think that css classes are missing on client. WebDialogWindow loads those classes from a local files. In most cases those files are located at the local to project directory ~\ig_res.
You may look at generated html and search for <link ... href="aPath/ig_res/Default/ig_dialogwindow.css" ..>.
That will allows you to find which actual aPath is used and if it is accessible by client.
If you identified that file on server, but you are not sure if it is loaded, then you may try to debug that by temporary adding to that file any custom style and setting that style to any element on page. If element will not pick up that css, then it means that corresponding <link> failed (and dialog will fail too).