Freeware RowIt Program updated for use with PM4
Freeware RowIt Program updated for use with PM4
I've received a request to do some updating to my RowIt program, and would like to know how much interest is left for the program. The amount of interest will dictate how much work I'm going to put in.
Last edited by smichael on December 28th, 2009, 1:18 pm, edited 1 time in total.
- Citroen
- SpamTeam
- Posts: 8010
- Joined: March 16th, 2006, 3:28 pm
- Location: A small cave in deepest darkest Basingstoke, UK
Re: Is there still users/interest in my RowIt program?
Would be nice to get it working with a PM4 and/or under GNU/Linux/XWindows.smichael wrote:I've received a request to do some updating to my RowIt program, and would like to know how much interest is left for the program. The amount of interest will dictate how much work I'm going to put in.
A test version of Rowit that has been updated to use the latest development kit from Concept2. The graph is now removed if no items are selected. I've also begun work on a Danish translation. Other translations are possible, let me know if you want to work on one.
Edit: Scroll down for current download link
I added code that hopefully enables support for the PM4. I don't have a PM4, so I need someone to test it for me and let me know if it works.
I would be willing to provide my source code for anyone wanting to work on making it compatible with Linux, but I would imagine any incompatibility comes from the calls to the PM3 libraries/dlls which I have no control over.
edit: updated link to go to latest version
Edit: Scroll down for current download link
I added code that hopefully enables support for the PM4. I don't have a PM4, so I need someone to test it for me and let me know if it works.
I would be willing to provide my source code for anyone wanting to work on making it compatible with Linux, but I would imagine any incompatibility comes from the calls to the PM3 libraries/dlls which I have no control over.
edit: updated link to go to latest version
Last edited by smichael on December 28th, 2009, 1:06 pm, edited 3 times in total.
Unless someone finds a problem here is the final version. It has the finished Danish translations and adds units to the the numbers (meters, seconds, etc.)
Edit: Scroll down for current download link
Edit: Scroll down for current download link
Last edited by smichael on December 28th, 2009, 1:05 pm, edited 1 time in total.
RowIT beta 2 works well with my PM4
I did a 90 minute piece, it handled it well and I could read the old files that I had created with my patched version of RowIt.
500 1:27.9 1K 3:13.6 4m 1202 2K 6:49.4 5K 18:48.6 6K 22.25.0 30m 7777 10K 37.38.4 M/2 1:22:15.0 M 2:51.03.1
Hello (again) Scott - and thank you for the Danish translation
I've been using it for a 24 hour run and it worked pretty fine until it reached 6000 strokes.. Then it just f**ked it all up (weird big and/or negative numbers).. It is rare that you row 6000 strokes, but it's still a bug I can imagine..
Otherwise there is always more things to develope on (hope people are using the program, because it is really simple and niceworking), like e.g. possibility of hiding some of the lines - example my PM3 doesn't read my heart rate, so the heart rate is always on 0.
Anyhow, I like the units!
- Anders, Denmark
I've been using it for a 24 hour run and it worked pretty fine until it reached 6000 strokes.. Then it just f**ked it all up (weird big and/or negative numbers).. It is rare that you row 6000 strokes, but it's still a bug I can imagine..
Otherwise there is always more things to develope on (hope people are using the program, because it is really simple and niceworking), like e.g. possibility of hiding some of the lines - example my PM3 doesn't read my heart rate, so the heart rate is always on 0.
Anyhow, I like the units!
- Anders, Denmark
I've increased the maximum number of strokes to 20,000.
Download RowIt 1.1
Here's an old screenshot for anyone who doesn't know what the program is.
Download RowIt 1.1
Here's an old screenshot for anyone who doesn't know what the program is.
-
- Paddler
- Posts: 11
- Joined: January 24th, 2010, 11:37 pm
Why not dynamically grow the array...
I'm not sure why you wouldn't just grow the array as needed, and never have this issue surface again. Maybe every 1K strokes you just grow it by 1K.
Re: Freeware RowIt Program updated for use with PM4
Windows-native app? Any gtk or qt interface for the Linux folks? If not, does it run under Wine?