XMLerrs1.sml

  Download

More scripts: Dialog

Syntax Highlighing:

comments, key words, predefined symbols, class members & methods, functions & classes
            
# XMLerrs1.sml
string xmlfile$;
xmlfile$=_context.ScriptDir + "/errors.xml";
class XMLDOC dlgdoc;
dlgdoc.Read(xmlfile$);
class XMLNODE dlgnode;
dlgnode = dlgdoc.GetElementByID("radiogp");
class GUI_DLG dlgwin;
dlgwin.SetXMLNode(dlgnode);
dlgwin.DoModal();