<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to Home</title><link>https://sourceforge.net/p/wfmreader/wiki/Home/</link><description>Recent changes to Home</description><atom:link href="https://sourceforge.net/p/wfmreader/wiki/Home/feed" rel="self"/><language>en</language><lastBuildDate>Wed, 29 May 2013 21:29:09 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/wfmreader/wiki/Home/feed" rel="self" type="application/rss+xml"/><item><title>Discussion for Home page</title><link>https://sourceforge.net/p/wfmreader/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Comments by Kirk&lt;/p&gt;
&lt;p&gt;When I grabbed this program, it appeared not to display correctly.  It turns out it displayed the FIRST part of the graph, and my Scope shows the middle by default (DS10520E).  THANKFULLY it was open source.&lt;/p&gt;
&lt;p&gt;Next, I wanted to be able to Open Multiple Files at once&lt;br /&gt;
Then, I wanted to save the CSV Files, and IMAGES all at once&lt;br /&gt;
Finally, I wanted to have the Image that was on the Rigol when I saved, plus I wanted the ability to save the ENTIRE Wave Form, And I wanted to know the Numbers.  (Ch1/Ch2: Vmax,V0ffset,Vmin,Vamp), and have them on the bitmaps, and on the screen.&lt;/p&gt;
&lt;p&gt;I contacted the author, and he said "aren't you glad I made it opensource?" (I still don't know if I want to answer that.  I would have rather paid for the changes I wanted, LOL)...  Anyways, I dug in, found issues, and stuck with it, until I Found the Missing ChPosOrig[] and ChScaleOrig[].  That got me to finish the core manipulation of the files, calculations and proper Display results for the various files I was playing with...&lt;/p&gt;
&lt;p&gt;Finally, I LOVE Delphi.  But I hate having to install everyones PET components to make something compile.  I believe this prevents a lot of OpenSource from taking off.  In this case, it took me 1/2 a day to get install, and be able to start loading this program so I could get to the code.  And the controls were causing nasty flickering when I used them.  Out they went.  Cool, yes.&lt;/p&gt;
&lt;p&gt;But I want basic, working functionality.  I will try to get the multi-lingual stuff back in, because that was functional, but skins?  Really?  The tough Part is that I do us Jedi VCL.  I am avoiding putting it in for one or two things, but it may go in...  It is a very popular set of controls... I could use: MRU, FormProperties (Size, Position, etc), or write code... FFPbox Remained, because frankly, PaintBox sucks and flickers.  LOL.&lt;/p&gt;
&lt;p&gt;FFPbox is used WITHOUT Installing it.  It is just created at run time.&lt;/p&gt;
&lt;p&gt;In closing, my goal really was to have a project you could download and simply compile and use.  Or a functional precompiled Demo that you could just use. (And I would love to implement a PreviewPan Preview option, so you can see your WFM Files in windows Explorer without opening! That would make the project complete for me)&lt;/p&gt;
&lt;p&gt;None of this would be possible without the work Vladimir started. Thanks!&lt;/p&gt;
&lt;p&gt;Master TODO:&lt;br /&gt;
 - Display Channel Markers/Scaling&lt;br /&gt;
 - Voltage Panel Display (Scan through File as we paint, calculated Min/Max Voltages)&lt;br /&gt;
 - When Painting the Voltage, Display: Ch1: Mx,0,Mn / Ch2: Mx,0,Mn&lt;br /&gt;
 - MRU Files&lt;br /&gt;
 - Export JPG&lt;br /&gt;
 - Export ALL&lt;/p&gt;
&lt;p&gt;Version   Date      Who  Description of Changes Made&lt;br /&gt;
========  ========  ===  ====================================================&lt;br /&gt;
V2.00.00  04/02/13  KOW  Reduced GUI Components to Standard Delphi&lt;br /&gt;
                         Lost the Language Translation (Need to recover)&lt;br /&gt;
                         Added tabs back in, since they were not in sourceforge&lt;br /&gt;
                         Corrected handling of waveform files with changed scaling/position&lt;br /&gt;
                         Found/Defined ChPosOrig[] and ChScaleOrig[]&lt;br /&gt;
                         Added ZOOMING and Scrolling for the entire Wave File&lt;br /&gt;
- The Message Log is really Debug, it should be off by Default once voltages are available.&lt;br /&gt;
- Offer Rigol Default Colors (Default, Inverted, Custom)&lt;br /&gt;
- See how to put the ZOOM Level on EACH Tab (Popup Slider Bottom Left)&lt;br /&gt;
- Multi-Tab Version&lt;br /&gt;
- Make Colors Load/Save from Generic Sections in the iniFile (Pen Width)&lt;br /&gt;
- We HAVE an object to hold ALL of the settings for each tab (ActiveFile, ChkGrid, Zoom)&lt;br /&gt;
- Multiple File Open&lt;br /&gt;
- Export to CSV&lt;br /&gt;
- Removed all Warnings&lt;br /&gt;
- Remove FFPaintBox (Installation) Requirement, Just load on the fly (Compiled in)&lt;br /&gt;
- Remove Language Translation, just not worth it!&lt;/p&gt;
&lt;p&gt;V0.00.00  02/02/10  VS   Original Version.&lt;br /&gt;
                         Vladimir did the hard work of creating a File Reader,&lt;br /&gt;
                         and implemented the core painting, colors, defaults.&lt;br /&gt;
V2.00.00  05/28/13  KOW  Version 2 Rewrite.&lt;br /&gt;
V2.01.00  05/28/13  KOW  Fixup CSV creation message.  Add PNG as default output file type.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Vladimir Shein aka Itby</dc:creator><pubDate>Wed, 29 May 2013 21:29:09 -0000</pubDate><guid>https://sourceforge.net3ab5a61cee36c6889d32ed2ec579f2b875b2a038</guid></item><item><title>Home modified by Vladimir Shein aka Itby</title><link>https://sourceforge.net/p/wfmreader/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v2
+++ v3
@@ -7,7 +7,7 @@
 - Added CSV / Image exporting
 - Removed 3rd party dependencies for straight recompile

-Many thanks to Kirk Wolak.
+Many thanks to Kirk Wolak. https://sourceforge.net/users/kwolak

 Downloading of previous versions is not recommended.

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Vladimir Shein aka Itby</dc:creator><pubDate>Wed, 29 May 2013 21:09:24 -0000</pubDate><guid>https://sourceforge.net9300f128b6015e5c4339f28a74c25bd6d16ff52f</guid></item><item><title>Home modified by Vladimir Shein aka Itby</title><link>https://sourceforge.net/p/wfmreader/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v1
+++ v2
@@ -1,8 +1,16 @@
-Welcome to your wiki!
+WFM reader and exporter is the simple application to read WFM file that produced by Tektronix/Rigol oscilloscopes.

-This is the default page, edit it as you see fit. To add a new page simply reference it within brackets, e.g.: [SamplePage].
+In the version 2.0:
+- Recovered the tabbed interface
+- Added Zooming/Scrolling
+- Added Legend with Min/Max
+- Added CSV / Image exporting
+- Removed 3rd party dependencies for straight recompile

-The wiki uses [Markdown](/p/wfmreader/wiki/markdown_syntax/) syntax.
+Many thanks to Kirk Wolak.

+Downloading of previous versions is not recommended.
+
+[[project_screenshots]]
 [[project_admins]]
 [[download_button]]
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Vladimir Shein aka Itby</dc:creator><pubDate>Wed, 29 May 2013 20:44:43 -0000</pubDate><guid>https://sourceforge.net337bbeb133003c7886d343a5b9dc0e0e9ac8cc86</guid></item><item><title>WikiPage Home modified by Vladimir Shein aka Itby</title><link>https://sourceforge.net/p/wfmreader/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Welcome to your wiki!&lt;/p&gt;
&lt;p&gt;This is the default page, edit it as you see fit. To add a new page simply reference it within brackets, e.g.: &lt;span&gt;[SamplePage]&lt;/span&gt;.&lt;/p&gt;
&lt;p&gt;The wiki uses &lt;a class="" href="/p/wfmreader/wiki/markdown_syntax/"&gt;Markdown&lt;/a&gt; syntax.&lt;/p&gt;
&lt;p&gt;&lt;a href="/u/sheinv/"&gt;Vladimir Shein aka Itby&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;
&lt;span class="download-button-512285565fcbc90a90dc46dd" style="margin-bottom: 1em; display: block;"&gt;&lt;/span&gt;&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Vladimir Shein aka Itby</dc:creator><pubDate>Mon, 18 Feb 2013 19:47:35 -0000</pubDate><guid>https://sourceforge.net8484f4ebf0e3b9b1888e075bac5f84e3d86cf167</guid></item></channel></rss>