|
TNTmips Downloads Menu

|
XMLerrs2.sml
# XMLerrs2.sml
string xmlfile$;
xmlfile$=_context.ScriptDir + "/errors.xml";
numeric errXML;
class XMLDOC dlgdoc;
errXML = dlgdoc.Read(xmlfile$);
if (errXML < 0) {
PopupError(errXML);
Exit();
}
class XMLNODE dlgnode;
dlgnode = dlgdoc.GetElementByID("radiogp");
if (dlgnode == 0) {
PopupMessage("Could not find dialog node in XML document");
}
class GUI_DLG dlgwin;
dlgwin.SetXMLNode(dlgnode);
dlgwin.DoModal();
©MicroImages, Inc. 2013 Published in the United States of America
11th Floor - Sharp Tower, 206 South 13th Street, Lincoln NE 68508-2010 USA
Business & Sales: (402)477-9554 Support: (402)477-9562 Fax: (402)477-9559
Business info@microimages.com
Support support@microimages.com
Web webmaster@microimages.com
| |