Print Page | Close Window

Chart Scale Problem NOT Fixed

Printed From: Codejock Forums
Category: Codejock Products
Forum Name: Chart Control
Forum Description: Topics Related to Codejock Chart Control
URL: http://forum.codejock.com/forum_posts.asp?TID=21601
Printed Date: 02 May 2024 at 10:04am
Software Version: Web Wiz Forums 12.04 - http://www.webwizforums.com


Topic: Chart Scale Problem NOT Fixed
Posted By: rhymes
Subject: Chart Scale Problem NOT Fixed
Date Posted: 23 April 2013 at 1:00pm

Hi,

 

There is an existing problem with the chart scaling that was notice in CodeJock version 15.3.1. Very simple fix, how did the CodeJock Software Developers forget this reported issue...?

 

 

Xtreme ToolkitPro v16.1.0

C:\Program Files (x86)\Codejock Software\MFC\Xtreme ToolkitPro v16.1.0 (30 Day Trial)\Source\Chart\Diagram\Axis\XTPChartScaleTypeMap.h

 

Still has:

 

class _XTP_EXT_CLASS CXTPChartTime

{

                enum

                {

                                Seconds = 1000,

                                Minutes = Seconds * 60,

                                Hours   = Minutes * 24           ß should be Minutes * 60

                };

public:

                CXTPChartTime(double dTime);

                CXTPChartTime(int nHours, int nMinutes, int nSeconds, int nMilliseconds);

                int GetHours() const;

                int GetMinutes() const;

                int GetSeconds() const;

                int GetMilliseconds() const;

                double m_dTime;

};

 

In my installation of v15.3.1 I changed the 24 to 60 before building CodeJock and all time scaling works fine in application.

 

PLEASE FIX....!!!

 



-------------
Rhymes



Replies:
Posted By: rhymes
Date Posted: 08 December 2013 at 3:55pm
The issue in class _XTP_EXT_CLASS CXTPChartTime enum is still NOT Fixed in CodeJock ToolkitPro version 16.2.6.

Making fixes to many developers and testers build environments is a pain...     

PLEASE FIX....!!!

-------------
Rhymes


Posted By: markr
Date Posted: 10 February 2014 at 12:25pm
It appears this is finally fixed in 16.3.0.



Print Page | Close Window

Forum Software by Web Wiz Forums® version 12.04 - http://www.webwizforums.com
Copyright ©2001-2021 Web Wiz Ltd. - https://www.webwiz.net