Page 1 of 1

Point and Figure Chart-bug with box size less then 0.6

Posted: Fri Nov 04, 2011 1:37 pm
by 16657923
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

Re: Point and Figure Chart-bug with box size less then 0.6

Posted: Fri Nov 04, 2011 4:10 pm
by yeray
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.

Re: Point and Figure Chart-bug with box size less then 0.6

Posted: Fri Nov 04, 2011 4:52 pm
by 16657923
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

Re: Point and Figure Chart-bug with box size less then 0.6

Posted: Mon Nov 07, 2011 9:40 am
by yeray
Hi,

Yes, that's what I found. Writing the 0,1 from right to left, it worked fine :-P
In the next maintenance release, writing it from left to right, the temporal 0 value won't be applied.