<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=UTF-8">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <p><span class="tlid-translation translation" lang="en">hello and
        good day,<br>
        <br>
        I have a problem with the settings. At least in understanding.<br>
        I have a form with 2 classes. Class 1 and Class 2.<br>
        Each class has its own Settingsobject myClass.<br>
        Legend Settings objects refer to the same configuration file,
        for example: mySettings = New Settings (Application.Path &
        "/" & Application.Name & ".conf")<br>
        In class 2 the settings are written and saved: mySettings ["test
        / teststring"] = setString<br>
        mySettings.save<br>
        in class 1 the settings are read out.<br>
        In the upper window of the example, the text is entered and read
        via the button and output (see the example appendix).<br>
        If I enter "Hello" as the setting text, nothing is read at
        first.<br>
        I finish the application (or the class).<br>
        If I then enter another text, "Hello" will be read out. With
        another input, the next to last text is always read out.<br>
        I know that these are two different objects. But they access the
        same config file, in which the settings are saved, and yet they
        should read the stored values ​​correctly and not offset them.<br>
        Or is the text saved to the hard disk when the application
        exits? But with mySettings.save this should already have
        happened?<br>
        What did not I understand there?</span></p>
  </body>
</html>