Hi
We are using a point and figure chart in our application developed with vb.Net
Once a chart is displayed, users should be able to change the box size and reversal amount, using the editing tool of the Chart
the problem is if we choose a value less then 0.6, the application freezes and we have no choice but restarting it
could you help?
Thanks in advance
Point and Figure Chart-bug with box size less then 0.6
Re: Point and Figure Chart-bug with box size less then 0.6
Hello,
I could set a box size of 0,1. I think the problem is actually with the 0 and negative values.
Could you please confirm it? I've modified the sources for not applying the boxsize if the value in this textbox is <=0.
This will be available with the next maintenance release.
I could set a box size of 0,1. I think the problem is actually with the 0 and negative values.
Could you please confirm it? I've modified the sources for not applying the boxsize if the value in this textbox is <=0.
This will be available with the next maintenance release.
Best Regards,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |
Re: Point and Figure Chart-bug with box size less then 0.6
Hi Yeray
thanks for your reply
the application still freeze when i type 0,1 or 0,2 in the box size field
because when i type 0, the chart tries to set the box size to 0 even before i complete my input to 0,2
so indeed, it should be fixed if min value is set to 0,1 for the box size in the next release
thanks
thanks for your reply
the application still freeze when i type 0,1 or 0,2 in the box size field
because when i type 0, the chart tries to set the box size to 0 even before i complete my input to 0,2
so indeed, it should be fixed if min value is set to 0,1 for the box size in the next release
thanks
Re: Point and Figure Chart-bug with box size less then 0.6
Hi,
Yes, that's what I found. Writing the 0,1 from right to left, it worked fine
In the next maintenance release, writing it from left to right, the temporal 0 value won't be applied.
Yes, that's what I found. Writing the 0,1 from right to left, it worked fine
In the next maintenance release, writing it from left to right, the temporal 0 value won't be applied.
Best Regards,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |