Edit in Design Mode and where is the help
Posted: Fri Nov 14, 2014 8:54 pm
I installed the V2014 and noticed some issues:
I did some changes to a chart in design mode, the changes correspond to the following code:
TChart1.Panel.Gradient.Visible = False
TChart1.Walls.Back.Gradient.Visible = False
So, changing that above properties at design time, and closing the edit chart windows everything is there and fine.
Then Irun the project, create a new form with that chart dinamically, but I see that the chart loosed the changes I did at design mode. If I stop my project, returning to design mode, the form with that chart did loose the changes also.
The workaround for the behavior was to write the above code.
Another issue: where is the help file for the 2014 version ? When I press F1, my Vb6 now says that it can not find the teechartx2014.hlp file. I did seach the computer and it is not anywhere.
PS: VB6 and Windows XP SP3.
Regards,
Angelo
I did some changes to a chart in design mode, the changes correspond to the following code:
TChart1.Panel.Gradient.Visible = False
TChart1.Walls.Back.Gradient.Visible = False
So, changing that above properties at design time, and closing the edit chart windows everything is there and fine.
Then Irun the project, create a new form with that chart dinamically, but I see that the chart loosed the changes I did at design mode. If I stop my project, returning to design mode, the form with that chart did loose the changes also.
The workaround for the behavior was to write the above code.
Another issue: where is the help file for the 2014 version ? When I press F1, my Vb6 now says that it can not find the teechartx2014.hlp file. I did seach the computer and it is not anywhere.
PS: VB6 and Windows XP SP3.
Regards,
Angelo