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

TeeChart for ActiveX, COM and ASP
Post Reply
guilz2010
Newbie
Newbie
Posts: 63
Joined: Thu Nov 25, 2010 12:00 am
Location: Paris, France

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

Post by guilz2010 » Fri Nov 04, 2011 1:37 pm

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

Yeray
Site Admin
Site Admin
Posts: 9602
Joined: Tue Dec 05, 2006 12:00 am
Location: Girona, Catalonia
Contact:

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

Post by Yeray » Fri Nov 04, 2011 4:10 pm

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.
Best Regards,
ImageYeray Alonso
Development & Support
Steema Software
Av. Montilivi 33, 17003 Girona, Catalonia (SP)
Image Image Image Image Image Image Please read our Bug Fixing Policy

guilz2010
Newbie
Newbie
Posts: 63
Joined: Thu Nov 25, 2010 12:00 am
Location: Paris, France

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

Post by guilz2010 » Fri Nov 04, 2011 4:52 pm

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

Yeray
Site Admin
Site Admin
Posts: 9602
Joined: Tue Dec 05, 2006 12:00 am
Location: Girona, Catalonia
Contact:

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

Post by Yeray » Mon Nov 07, 2011 9:40 am

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.
Best Regards,
ImageYeray Alonso
Development & Support
Steema Software
Av. Montilivi 33, 17003 Girona, Catalonia (SP)
Image Image Image Image Image Image Please read our Bug Fixing Policy

Post Reply