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??
Search found 19 matches
- Thu Feb 16, 2006 1:48 pm
- Forum: Basic
- Topic: Strange behaviour, plot freezing 20 seconds
- Replies: 8
- Views: 32840
- Sat Jul 23, 2005 12:49 pm
- Forum: Basic
- Topic: Strange behaviour, plot freezing 20 seconds
- Replies: 8
- Views: 32840
- Sun Jul 10, 2005 11:07 am
- Forum: Basic
- Topic: Time and date
- Replies: 18
- Views: 62229
- 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 ...
- 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...
- Tue Jul 05, 2005 9:18 am
- Forum: Basic
- Topic: Time and date
- Replies: 18
- Views: 62229
- Tue Jul 05, 2005 8:31 am
- Forum: Basic
- Topic: Time and date
- Replies: 18
- Views: 62229
- Tue Jul 05, 2005 6:15 am
- Forum: Basic
- Topic: Time and date
- Replies: 18
- Views: 62229
- Sun Jun 19, 2005 8:51 am
- Forum: Basic
- Topic: Strange behaviour, plot freezing 20 seconds
- Replies: 8
- Views: 32840
- 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...
- Wed Jun 15, 2005 8:05 am
- Forum: Basic
- Topic: Time and date
- Replies: 18
- Views: 62229
- Wed Jun 15, 2005 5:20 am
- Forum: Basic
- Topic: Time and date
- Replies: 18
- Views: 62229
- 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...
- Wed May 11, 2005 2:39 pm
- Forum: Basic
- Topic: Time and date
- Replies: 18
- Views: 62229
- 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...
- Mon May 02, 2005 2:59 am
- Forum: Basic
- Topic: Irritating flicker
- Replies: 8
- Views: 33547
- Sat Apr 30, 2005 4:02 am
- Forum: Basic
- Topic: Irritating flicker
- Replies: 8
- Views: 33547
- Sat Apr 30, 2005 1:55 am
- Forum: Basic
- Topic: Irritating flicker
- Replies: 8
- Views: 33547
- 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?