Search found 19 matches

by Jens Andenaes
Thu Feb 16, 2006 1:48 pm
Forum: Basic
Topic: Strange behaviour, plot freezing 20 seconds
Replies: 8
Views: 32840

Hi David,
I am just back on this project and noticed that this problem is there with the latest version downloaded today. Any revised schedule for fixing the problem??
by Jens Andenaes
Sat Jul 23, 2005 12:49 pm
Forum: Basic
Topic: Strange behaviour, plot freezing 20 seconds
Replies: 8
Views: 32840

David,
I just downloaded version 2.0.03 and tested the 20 sec freeze which seems to be there still. I didnt see any mention of this being fixed in the release notes so I assume this problem is still there. Am I right?

Jens
by Jens Andenaes
Sun Jul 10, 2005 11:07 am
Forum: Basic
Topic: Time and date
Replies: 18
Views: 62229

:oops: Hi David,
I found the problem which was caused by a misinterpretation I made on how the timescale operation worked. I made a bit of code handling the 00:00 rollover that was not only wrong but totally unnecessary. Just removed the code line and it worked perfect.
Thanks - Jens
by Jens Andenaes
Wed Jul 06, 2005 9:17 am
Forum: Basic
Topic: Time and date
Replies: 18
Views: 62229

Hi David, I do quite a bit of processing on the time values involving conversions and operations when rolling over the date. Since you are getting correct results in a straight forward case I think I shall go back and go over the code again and look for potential bugs in my own code first. I'll get ...
by Jens Andenaes
Wed Jul 06, 2005 5:03 am
Forum: Basic
Topic: Time and date
Replies: 18
Views: 62229

Hi David, I have tested the new release regarding the time/date problem but you are not out of the forest yet it seems. The x-axis labelling is now correct but the plotted points are still wrapped around 00:00 value so if I am plotting values vs timestamps (in real time) from lets say 20:00 to 04:00...
by Jens Andenaes
Tue Jul 05, 2005 9:18 am
Forum: Basic
Topic: Time and date
Replies: 18
Views: 62229

Thanks David, I'll test it as soon it is available (and check the download page more thoroughly)
by Jens Andenaes
Tue Jul 05, 2005 8:31 am
Forum: Basic
Topic: Time and date
Replies: 18
Views: 62229

:oops: Oooops, sorry I missed that. Have downloaded the newest release and testing that now.
Do you have any idea when you will look into the 20 sec busy blocking.

Jens
by Jens Andenaes
Tue Jul 05, 2005 6:15 am
Forum: Basic
Topic: Time and date
Replies: 18
Views: 62229

Hi David,

Is there a new date for the release as I see we have passed the 27/6 with a good margin. Also, will this release have fixed the 20s lockout on busy as described in the next posting.

Jens
by Jens Andenaes
Sun Jun 19, 2005 8:51 am
Forum: Basic
Topic: Strange behaviour, plot freezing 20 seconds
Replies: 8
Views: 32840

Hi David,
Your hunch matches my observations very well, the delay would be 0.2s if everything is ok, then 20.2s, 40.2 or 60.2 seconds from my testing.

Jens
by Jens Andenaes
Sat Jun 18, 2005 1:10 pm
Forum: Basic
Topic: Strange behaviour, plot freezing 20 seconds
Replies: 8
Views: 32840

Strange behaviour, plot freezing 20 seconds

I have a strange problem with my application which has 5 plot boxes with 3 plots in each box updated in real time. The plots take about 0.2 seconds to complete and are updated each second. If I click on the window control bar while DPlotJr is busy doing its job and moves the window then the whole pr...
by Jens Andenaes
Wed Jun 15, 2005 8:05 am
Forum: Basic
Topic: Time and date
Replies: 18
Views: 62229

Thanks David, thats great - Jens
by Jens Andenaes
Wed Jun 15, 2005 5:20 am
Forum: Basic
Topic: Time and date
Replies: 18
Views: 62229

Do you have a schedule for when that will be?
by Jens Andenaes
Thu May 12, 2005 6:04 am
Forum: Basic
Topic: Time and date
Replies: 18
Views: 62229

Is there a bug in the time formatting for negative hours? I have a 24 hour time span formatted as HH:mm. Xmax is set to Now, Xmin is Now-24 hours. According to the documentation, -1 should be formatted a 23 hours, -2 as 22 hrs etc. However, the wrap around does not seem to work, -1 is displayed as 1...
by Jens Andenaes
Wed May 11, 2005 2:39 pm
Forum: Basic
Topic: Time and date
Replies: 18
Views: 62229

Thanks David,
I tried to surround them with single quotation marks but didn't think of using double marks.
by Jens Andenaes
Wed May 11, 2005 11:22 am
Forum: Basic
Topic: Time and date
Replies: 18
Views: 62229

Time and date

Hi David, I am trying to make plots with time and dates on the x-axis but fir some reason I cant get DPlotJR to accept the format commands when I add the format command to the format string. The command I try to add is: cmds = cmds & "[NumberFormat(0,5)][TimeFormat(HH:mm:ss)]" But I ge...
by Jens Andenaes
Mon May 02, 2005 2:59 am
Forum: Basic
Topic: Irritating flicker
Replies: 8
Views: 33547

David,
Thanks for your quick support. I'll download the update and try it out.

Jens
by Jens Andenaes
Sat Apr 30, 2005 4:02 am
Forum: Basic
Topic: Irritating flicker
Replies: 8
Views: 33547

David,

Wow! I tried the HIDE instruction and it worked straight away. Thanks for an incredible and unsurpassed level of support.

Cheers
Jens
by Jens Andenaes
Sat Apr 30, 2005 1:55 am
Forum: Basic
Topic: Irritating flicker
Replies: 8
Views: 33547

Hi David,
Thanks for the quick response, it would be really great if you can make an update that quick.

Jens
by Jens Andenaes
Fri Apr 29, 2005 9:20 am
Forum: Basic
Topic: Irritating flicker
Replies: 8
Views: 33547

Irritating flicker

Hi, I am trying to plot several dynamic plots on a dialog window using DPlotJr. I am modifying the the code in example BTEST2 for the application wich is being written in VB6. However, every time the plot is updated the Windows bar makes an irritating flicker. Is there a way to eliminate this flicker?