<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<META NAME="Generator" CONTENT="MS Exchange Server version 6.5.7654.12">
<TITLE>AW: Re: [Kst] Ascii comment char ignored</TITLE>
</HEAD>
<BODY>
<!-- Converted from text/plain format -->

<P><FONT SIZE=2>Hi Nicolas,<BR>
<BR>
please find attached the file and a screenshot of the ASCII dialogue. The build I use is from November 15th.<BR>
<BR>
Thanks,<BR>
<BR>
Matthias<BR>
<BR>
<BR>
-----Ursprüngliche Nachricht-----<BR>
Von: Brisset, Nicolas [<A HREF="mailto:nicolas.brisset@airbus.com">mailto:nicolas.brisset@airbus.com</A>]<BR>
Gesendet: Fr 21.11.2014 10:21 Uhr<BR>
An: Berse, Matthias<BR>
Cc: kst@kde.org<BR>
Betreff: RE: Re: [Kst] Ascii comment char ignored<BR>
<BR>
Matthias,<BR>
<BR>
Could you provide a sample file which has the problem?<BR>
And possibly also the settings which you use to read it in (in the ASCII configure dialog).<BR>
<BR>
Thanks,<BR>
<BR>
Nicolas<BR>
<BR>
P.S.: it seems that mails with attachments sent to the list are delayed, or sometimes even lost. In that case CC: the people you want to address directly.<BR>
<BR>
De : kst-bounces@kde.org [<A HREF="mailto:kst-bounces@kde.org">mailto:kst-bounces@kde.org</A>] De la part de Berse, Matthias<BR>
Envoyé : vendredi 21 novembre 2014 09:17<BR>
À : netterfield@astro.utoronto.ca; kst@kde.org<BR>
Objet : Re: [Kst] Ascii comment char ignored<BR>
<BR>
<BR>
Hi,<BR>
<BR>
strange, looks like I get some of the mail and some not.<BR>
<BR>
I took the builds from <A HREF="https://kst-plot.github.io/kst-build/">https://kst-plot.github.io/kst-build/</A><BR>
<BR>
32 Bit Windows downloaded beginning of this week. Definately I had jumps back to the beginning of UNiX time.<BR>
<BR>
I will double check and file a prober bugzilla report if it is still there beginning of the week.<BR>
<BR>
Thanks for looking into this. KST is so incredible useful for me!<BR>
<BR>
Thanks,<BR>
<BR>
Matthias<BR>
<BR>
BTW the mac build posted beginning of the week segfaults on trying to invoke the data wizard on my macbook running mavericks<BR>
<BR>
<BR>
-----Original Message-----<BR>
From: Barth Netterfield [<A HREF="mailto:barth.netterfield@utoronto.ca">mailto:barth.netterfield@utoronto.ca</A>]<BR>
Sent: Thu 11/20/2014 9:15 AM<BR>
To: Berse, Matthias<BR>
Subject: Fwd: Re: [Kst] Ascii comment char ignored<BR>
<BR>
in case you aren't in the email list....<BR>
<BR>
----------  Forwarded Message  ----------<BR>
<BR>
Subject: Re: [Kst] Ascii comment char ignored<BR>
Date: November 20, 2014, 8:13:32 AM<BR>
From: Brisset, Nicolas <nicolas.brisset@airbus.com<<A HREF="mailto:nicolas.brisset@airbus.com">mailto:nicolas.brisset@airbus.com</A>>><BR>
To: kst@kde.org<<A HREF="mailto:kst@kde.org">mailto:kst@kde.org</A>> <kst@kde.org<<A HREF="mailto:kst@kde.org">mailto:kst@kde.org</A>>><BR>
<BR>
Hi,<BR>
<BR>
Hasn't this been fixed already?<BR>
See <A HREF="http://mail.kde.org/pipermail/kst/2014-October/022177.html">http://mail.kde.org/pipermail/kst/2014-October/022177.html</A><BR>
<BR>
I'd suggest trying it with a recent "daily build" from <A HREF="http://kst-plot.github.io/kst-build/">http://kst-plot.github.io/kst-build/</A><BR>
If it still doesn't work, the right to way to report a bug is to use the<BR>
built-in wizard available from the Help -> Bug Report Wizard<BR>
<BR>
Nicolas<BR>
-----Message d'origine-----<BR>
De : kst-bounces@kde.org<<A HREF="mailto:kst-bounces@kde.org">mailto:kst-bounces@kde.org</A>> [<A HREF="mailto:kst-bounces@kde.org">mailto:kst-bounces@kde.org</A>] De la part de Barth<BR>
Netterfield<BR>
Envoyé : jeudi 20 novembre 2014 08:37<BR>
À : kst@kde.org<<A HREF="mailto:kst@kde.org">mailto:kst@kde.org</A>><BR>
Objet : Re: [Kst] Ascii comment char ignored<BR>
<BR>
Hi,<BR>
<BR>
Thanks for the report.  This is definitely looks like a regression.<BR>
<BR>
You can report bugs like this to bugzilla.  You can get to it through kst via<BR>
Help->Bug Report Wizard<BR>
<BR>
thanks again for the report.  We'll look into it.<BR>
<BR>
cbn<BR>
<BR>
On November 20, 2014 7:07:53 AM Berse, Matthias wrote:<BR>
<BR>
> Hi,<BR>
><BR>
> I have posted this a while ago, no one answered so I try again.<BR>
><BR>
> BTW what is the correct way to report bugs for Kst?<BR>
><BR>
> I am using 2.0.8 on Windows but also verified that this bug exists on Linux.<BR>
><BR>
> My csv file looks like this<BR>
><BR>
> #time, valuea, valueb<BR>
> 2014-10-23 16:42:23, 73, 42<BR>
><BR>
> I can easyly use the first line as column headers.<BR>
><BR>
> # is set as the comment char<BR>
><BR>
> Now the file is created by a logging thread, which will everytime it<BR>
> is started just write the line with the column headers. So it is<BR>
> repeated multiple times in various locations of my ASCII file.<BR>
><BR>
> When I create plots from such a file, everytime the "header" is<BR>
> repeated after the first time, the date gets interpretet as 1.1.1970.<BR>
> This makes it quite hard to get new users to use KST since they need<BR>
> to zoom to the right protion of the data in order to see something useful.<BR>
><BR>
> In short, I would expect all lines starting with a # being ignored by kst.<BR>
> Once exception: the line with the column headers. There I would<BR>
> suggest just to remove the comment char.<BR>
><BR>
> Thanks,<BR>
><BR>
> Matthias<BR>
> ----------------------------------------------------------------------<BR>
> -<BR>
> Raith GmbH<BR>
> Matthias Berse<BR>
> Development Engineer - R & D<BR>
><BR>
> email: <A HREF="mailto:Matthias.Berse@raith.de">mailto:Matthias.Berse@raith.de</A><BR>
> phone: +49 (231) 95004 351<BR>
> fax: +49 (231) 95004 460<BR>
> web: <A HREF="http://www.raith.com">http://www.raith.com</A><BR>
> ----------------------------------------------------------------------<BR>
> - Raith GmbH - Konrad-Adenauer-Allee 8 - 44263 Dortmund - Deutschland<BR>
> / Germany Geschaeftsfuehrer / managing director: Dr. Ralf Jede //<BR>
> Handelsregister / trade register: Dortmund HRB 8984 Steuer-Nr. / tax<BR>
> number: 315/5765/0135 // Ust.-IdNr. / VAT number: DE 124 727 617<BR>
<BR>
--<BR>
Barth Netterfield<BR>
University of Toronto<BR>
416-845-0946<BR>
_______________________________________________<BR>
Kst mailing list<BR>
Kst@kde.org<<A HREF="mailto:Kst@kde.org">mailto:Kst@kde.org</A>><BR>
<A HREF="https://mail.kde.org/mailman/listinfo/kst">https://mail.kde.org/mailman/listinfo/kst</A><BR>
<BR>
This mail has originated outside your organization, either from an external<BR>
partner or the Global Internet.<BR>
Keep this in mind if you answer this message.<BR>
<BR>
<BR>
AIRBUS HELICOPTERS DEUTSCHLAND GmbH<BR>
Sitz der Gesellschaft / Registered Office: Donauwörth<BR>
Registergericht / Registration Court: Amtsgericht Augsburg HRB 16508<BR>
Vorsitzender des Aufsichtsrates / Chairman of the Supervisory Board: Guillaume<BR>
Faury<BR>
Geschäftsführung / Board of Management:<BR>
Dr. Wolfgang Schoder, Vorsitzender / CEO; Ralf Barnscheidt; Johannes<BR>
Kleidorfer; Oliver Schenzle<BR>
<BR>
<BR>
CONFIDENTIALITY NOTICE<BR>
<BR>
This communication and the information it contains is intended for the<BR>
addressee ( s ) named above and for no other persons or organizations.<BR>
It is confidential and may be legally privileged and protected by law. The<BR>
unauthorized use, copying or disclosure of this communication<BR>
or any part of it is prohibited and may be unlawful.<BR>
If you have received this communication in error, kindly notify us by return<BR>
e-mail and discard and/or delete the communication.<BR>
Thank you very much.<BR>
It is possible for e-mails to be intercepted or affected by viruses. Whilst we<BR>
maintain virus checks on our e-mails, we accept no liability for viruses<BR>
or other material which might be introduced with this message.<BR>
_______________________________________________<BR>
Kst mailing list<BR>
Kst@kde.org<<A HREF="mailto:Kst@kde.org">mailto:Kst@kde.org</A>><BR>
<A HREF="https://mail.kde.org/mailman/listinfo/kst">https://mail.kde.org/mailman/listinfo/kst</A><BR>
-----------------------------------------<BR>
--<BR>
Barth Netterfield<BR>
University of Toronto<BR>
416-845-0946<BR>
<BR>
-----------------------------------------------------------------------<BR>
Raith GmbH<BR>
Matthias Berse<BR>
Development Engineer - R & D<BR>
<BR>
email: Matthias.Berse@raith.de<<A HREF="mailto:Matthias.Berse@raith.de">mailto:Matthias.Berse@raith.de</A>><BR>
phone: +49 (231) 95004 351<BR>
fax: +49 (231) 95004 460<BR>
web: www.raith.com<<A HREF="http://www.raith.com">http://www.raith.com</A>><BR>
<BR>
-----------------------------------------------------------------------<BR>
Raith GmbH - Konrad-Adenauer-Allee 8 - 44263 Dortmund - Deutschland / Germany<BR>
Geschaeftsfuehrer / managing director: Dr. Ralf Jede // Handelsregister / trade register: Dortmund HRB 8984<BR>
Steuer-Nr. / tax number: 315/5765/0135 // Ust.-IdNr. / VAT number: DE 124 727 617<BR>
AIRBUS HELICOPTERS DEUTSCHLAND GmbH<BR>
Sitz der Gesellschaft / Registered Office: Donauwörth<BR>
Registergericht / Registration Court: Amtsgericht Augsburg HRB 16508<BR>
Vorsitzender des Aufsichtsrates / Chairman of the Supervisory Board: Guillaume Faury<BR>
Geschäftsführung / Board of Management:<BR>
Dr. Wolfgang Schoder, Vorsitzender / CEO; Ralf Barnscheidt; Johannes Kleidorfer; Oliver Schenzle<BR>
<BR>
<BR>
CONFIDENTIALITY NOTICE<BR>
<BR>
This communication and the information it contains is intended for the addressee ( s ) named above and for no other persons or organizations.<BR>
It is confidential and may be legally privileged and protected by law. The unauthorized use, copying or disclosure of this communication<BR>
or any part of it is prohibited and may be unlawful.<BR>
If you have received this communication in error, kindly notify us by return e-mail and discard and/or delete the communication.<BR>
Thank you very much.<BR>
It is possible for e-mails to be intercepted or affected by viruses. Whilst we maintain virus checks on our e-mails, we accept no liability for viruses<BR>
or other material which might be introduced with this message.<BR>
<BR>
<BR>
</FONT>
</P>

<br>-----------------------------------------------------------------------<br>Raith GmbH<br>Matthias Berse<br>Development Engineer - R & D<br><br>email: <a href='mailto:Matthias.Berse@raith.de' title='mailto:Matthias.Berse@raith.de'>Matthias.Berse@raith.de</a><br>phone: +49 (231) 95004 351<br>fax: +49 (231) 95004 460 <br>web: <a href='http://www.raith.com' title='http://www.raith.com'>www.raith.com</a><br><br>-----------------------------------------------------------------------<br>Raith GmbH - Konrad-Adenauer-Allee 8 - 44263 Dortmund - Deutschland / Germany<br>Geschaeftsfuehrer / managing director: Dr. Ralf Jede // Handelsregister / trade register: Dortmund HRB 8984<br>Steuer-Nr. / tax number: 315/5765/0135 // Ust.-IdNr. / VAT number: DE 124 727 617<small> </small><br></BODY>
</HTML>