Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

When starting the application (from the desktop icon or from the Quaaestor itself), Quaestor will load the StartUrls.xml files from all the application, than the ones for Quaestor itself and then set the focus to the one specified in the file corresponding to the application that is started.

Code Block
languagehtml/xml
titleExample: StartUrls.xml for the STAIMO application
<?xml version="1.0" encoding="utf-8"?>
<StartUrls xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <Items>
    <StartUrlItem>
      <Name>STAIMO</Name>
      <Link>file:///C:/Program%20Files%20(x86)/Marin/STAIMO/Web/STAIMOstartPage.html</Link>
    </StartUrlItem>
   </Items>
   <SelectedPage>STAIMO</SelectedPage>
</StartUrls>