<p>This is strange.  We&#39;ve been doing real time dirfiles all summer under Linux with no troubles.</p>
<p>Do you have the vectors in &#39;count from end&#39;?<br></p>
<p>C. Barth Netterfield<br>
University of Toronto <br>
416-845-0946</p>
<p>On Aug 15, 2010 4:56 PM, &quot;Peter Kümmel&quot; &lt;<a href="mailto:syntheticpp@gmx.net">syntheticpp@gmx.net</a>&gt; wrote:<br type="attribution">&gt; Am Sonntag, den 15.08.2010, 15:44 +0100 schrieb Peter Milne:<br>
&gt;&gt; Data source is a DirFile that gradually grows in time.<br>&gt;&gt; <br>&gt;&gt; <br>&gt;&gt; Plotting this with kst 1.8 (FC), the plot updates at a respectable rate.<br>&gt;&gt; <br>&gt;&gt; Plotting with kst 2.0 results in a static plot, FC or MS-Win, it&#39;s <br>
&gt;&gt; necessary to press the RELOAD button to get a new update.<br>&gt;&gt; <br>&gt;&gt; Is this a feature that hasn&#39;t been activated yet in kst 2.0?.<br>&gt;&gt; <br>&gt;&gt; The parameter Settings|General|Update-ms looks promising, but doesn&#39;t <br>
&gt;&gt; seem to have an effect.<br>&gt;&gt; <br>&gt;&gt; What should drive this update - is it a timer in KST or perhaps a event <br>&gt;&gt; (like inotify) from the OS?.<br>&gt;&gt; <br>&gt; <br>&gt; Looks like a bug. <br>
&gt; <br>&gt; There is a QFileSystemWatcher which should trigger an update,<br>&gt; DirFileSource::init() in dirfilesource.cpp:<br>&gt; <br>&gt; _watcher = new QFileSystemWatcher();<br>&gt; if (_fieldList.count() &gt; 1) {<br>
&gt; QString filePath = _dirfile-&gt;ReferenceFilename();<br>&gt; _watcher-&gt;addPath(filePath);<br>&gt; }<br>&gt; connect(_watcher, SIGNAL(fileChanged ( const QString &amp; )), this, SLOT(checkUpdate()));<br>&gt; connect(_watcher, SIGNAL(directoryChanged ( const QString &amp; )), this, SLOT(checkUpdate()));<br>
&gt; <br>&gt; Maybe Barth knows immediately what&#39;s going wrong.<br>&gt; <br>&gt; Peter<br>&gt; <br>&gt; _______________________________________________<br>&gt; Kst mailing list<br>&gt; <a href="mailto:Kst@kde.org">Kst@kde.org</a><br>
&gt; <a href="https://mail.kde.org/mailman/listinfo/kst">https://mail.kde.org/mailman/listinfo/kst</a><br></p>