| MGMap.aboutDlg |
|
void aboutDlg()
Displays the Autodesk MapGuide About dialog box, which shows information about Autodesk MapGuide Viewer.
This method is the equivalent of the Help > Help About menu command in the user interface.
Note that this method does not work during a busy state. For additional information about the busy state, refer to "Handling Busy State and Map Refresh" chapter in the Autodesk MapGuide Developer's Guide.
-1 (busy)
This example is designed to work with the Tutorial.mwf file that is included with Autodesk MapGuide Author. It displays the Autodesk MapGuide About dialog box:
function displayAbout()
{
getMap().aboutDlg();
}