Search found 192 matches

by johnnix
Sat Nov 06, 2010 12:52 pm
Forum: VCL
Topic: Property does not exist!!!
Replies: 13
Views: 18656

Re: Property does not exist!!!

Hi johnnix, Then it works ok.... why? Because your new project doesn't have old version paths "hardcoded". Hello Narcis, Yes, you are correct about the new project but what about the old project I open afterwards with no problem? Where are the "old" references that now seem to disappear? What chang...
by johnnix
Fri Nov 05, 2010 10:43 am
Forum: VCL
Topic: Property does not exist!!!
Replies: 13
Views: 18656

Re: Property does not exist!!!

Hello,

A workarround for me is the following:

1. Open IDE
2. Create a new project
3. Open my project file

Then it works ok :shock: .... why? :wink:
by johnnix
Thu Nov 04, 2010 12:55 pm
Forum: VCL
Topic: Property does not exist!!!
Replies: 13
Views: 18656

Re: Property does not exist!!!

Hello,

Thank you for the info. I read the post but it has nothing to do with references to old TChart versions.... I will try the solution described...
by johnnix
Thu Nov 04, 2010 10:01 am
Forum: VCL
Topic: Property does not exist!!!
Replies: 13
Views: 18656

Property does not exist!!!

Hello, I have a project that uses TeeChart 8.06 under TurboDelphi. Today I made a clean install of Delphi 2007, installed the latest TeeChart 2010 (again various issues with PngComponents :) ) and opened my project from 2010. Compile ok but when I run it I get an Application Error where several prop...
by johnnix
Tue Oct 19, 2010 5:22 am
Forum: VCL
Topic: Critical Issue with latest 2010 update and PngComponents
Replies: 10
Views: 12816

Re: Critical Issue with latest 2010 update and PngComponents

Hello Narcis,

Ok, I found a solution! In PngFunctions use:

Code: Select all

initialization
  TPicture.RegisterFileFormat('PNG', 'Portable Network Graphics', TPNGObject);
Regards
by johnnix
Tue Oct 19, 2010 5:11 am
Forum: VCL
Topic: Critical Issue with latest 2010 update and PngComponents
Replies: 10
Views: 12816

Re: Critical Issue with latest 2010 update and PngComponents

Hello Narcis,

The problem is not with TChart but with TPngBitBtn! I cannot assign a png to TPngBitBtn any more so I was hoping you could give me some hint (remember it worked ok with the evaluation version)

Regards
by johnnix
Mon Oct 18, 2010 12:01 pm
Forum: VCL
Topic: Critical Issue with latest 2010 update and PngComponents
Replies: 10
Views: 12816

Re: Critical Issue with latest 2010 update and PngComponents

Hello Narcis,

Can you reproduce this error?

Regards
by johnnix
Mon Oct 18, 2010 9:26 am
Forum: VCL
Topic: Critical Issue with latest 2010 update and PngComponents
Replies: 10
Views: 12816

Re: Critical Issue with latest 2010 update and PngComponents

Hello Narcis,

If I disable TeeMaker package and create a new VCL project and add aTPngBtiBtn, then I can add a png image to a . If I then add a TChart component I can no longer add a png image (Get that invalid format error)

Regards
by johnnix
Mon Oct 18, 2010 9:19 am
Forum: VCL
Topic: Critical Issue with latest 2010 update and PngComponents
Replies: 10
Views: 12816

Re: Critical Issue with latest 2010 update and PngComponents

Hello,

Yes, TeeMaker is enabled. What else could be wrong? :(

Regards
by johnnix
Mon Oct 18, 2010 8:51 am
Forum: VCL
Topic: Critical Issue with latest 2010 update and PngComponents
Replies: 10
Views: 12816

Re: Critical Issue with latest 2010 update and PngComponents

Hello Narcis, Thank you for your reply. Ok, I had installed PngComponents fro Delphi 2010 and there was no issue with the evaluation version of TeeChart 2010. The error appeared after I installed the latest official release. I did not change any unit references so can you please help me on what I am...
by johnnix
Sat Oct 16, 2010 10:43 am
Forum: VCL
Topic: Critical Issue with latest 2010 update and PngComponents
Replies: 10
Views: 12816

Critical Issue with latest 2010 update and PngComponents

Hello, After I updated my 2010 evaluation for Delphi XE to the latest update I cannot assign a png image to any of the PngComponents from the designer (I get an invalid graphic format error). If I do not load TChart Components everything works ok... Can anybody please give me some hints on how to ma...
by johnnix
Fri Oct 15, 2010 12:20 pm
Forum: VCL
Topic: Another issue with latest 2010 update
Replies: 5
Views: 7340

Re: Another issue with latest 2010 update

Hello Narcis,

I am sorry but I forgot to mention that it works only for legend and chart title, axis titles and labels do not respond to any change.

Regards

John
by johnnix
Fri Oct 15, 2010 8:44 am
Forum: VCL
Topic: Problem with inter-char spacing
Replies: 2
Views: 4942

Re: Problem with inter-char spacing

Great!!!! Thank you very much for your support :wink:
by johnnix
Fri Oct 15, 2010 8:26 am
Forum: VCL
Topic: Another issue with latest 2010 update
Replies: 5
Views: 7340

Re: Another issue with latest 2010 update

Hello Narcis,

Just drop a TeeGDIPlus and assign a TeePanel. Changing the AbtiAlias Text property of the TeeGDIPlus does not have any affect on the plot.

Regards
by johnnix
Fri Oct 15, 2010 8:22 am
Forum: VCL
Topic: Some help needed with strange behavior
Replies: 4
Views: 6614

Re: Some help needed with strange behavior

Hello Narcis,

Please find attached a sample app. When I enable the TeeGDIPlus then zoom window is drawn as a solid line.

Regards