Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > Visual C++ MFC > Chart Control
  New Posts New Posts RSS Feed - Chart Scale Problem NOT Fixed
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

Chart Scale Problem NOT Fixed

 Post Reply Post Reply
Author
Message
rhymes View Drop Down
Newbie
Newbie
Avatar

Joined: 20 August 2010
Location: United States
Status: Offline
Points: 8
Post Options Post Options   Thanks (0) Thanks(0)   Quote rhymes Quote  Post ReplyReply Direct Link To This Post Topic: Chart Scale Problem NOT Fixed
    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
Back to Top
rhymes View Drop Down
Newbie
Newbie
Avatar

Joined: 20 August 2010
Location: United States
Status: Offline
Points: 8
Post Options Post Options   Thanks (0) Thanks(0)   Quote rhymes Quote  Post ReplyReply Direct Link To This Post 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
Back to Top
markr View Drop Down
Senior Member
Senior Member


Joined: 01 August 2004
Status: Offline
Points: 442
Post Options Post Options   Thanks (0) Thanks(0)   Quote markr Quote  Post ReplyReply Direct Link To This Post Posted: 10 February 2014 at 12:25pm
It appears this is finally fixed in 16.3.0.
Back to Top
 Post Reply Post Reply
  Share Topic   

Forum Jump Forum Permissions View Drop Down

Forum Software by Web Wiz Forums® version 12.04
Copyright ©2001-2021 Web Wiz Ltd.

This page was generated in 0.156 seconds.