Search found 43 matches

by sicorspa
Mon May 12, 2014 1:02 pm
Forum: VCL
Topic: TeeChart 2014.10.140220 VCL/FMX release available
Replies: 11
Views: 19107

Re: TeeChart 2014.10.140220 VCL/FMX release available

I'm trying TeeChart PRO Sourcecode Beta on Delphi XE6 Trial but trial version doesn't have command line compiler function. Is it possible to have the precompiled BPL files for VCL??
I have tryed to compile all manually, but I get a plenty of errors that makes it impossible to get a result...
by sicorspa
Mon May 05, 2014 9:02 am
Forum: VCL
Topic: TeeChart 2014.10.140220 VCL/FMX release available
Replies: 11
Views: 19107

Re: TeeChart 2014.10.140220 VCL/FMX release available

can I also have the link for the beta?
Many thanks
by sicorspa
Wed Dec 04, 2013 3:24 pm
Forum: VCL
Topic: Problem with Marks Items[0] in TPointSeries (2013)
Replies: 1
Views: 4283

Problem with Marks Items[0] in TPointSeries (2013)

Hi all, I have just updated from TeeChart 2012 to TeeChart 2013 and the upgrade seems to not be so soft that it might be. I have a problem with a piece of code where I want to change only the first series marks (Items[0]) font color and background. In 2012 my code was this Series1.Marks.Item[0].Colo...
by sicorspa
Fri Apr 20, 2012 7:11 am
Forum: VCL
Topic: Incorrect font scaling
Replies: 8
Views: 12680

Re: Incorrect font scaling

Thanks for your support

anyway i think it's also a bug that teechart marks don't respect font scaling disabled in point series (it's not so for vertical bar series and pie series for example)
by sicorspa
Wed Apr 18, 2012 10:18 am
Forum: VCL
Topic: Incorrect font scaling
Replies: 8
Views: 12680

Re: Incorrect font scaling

in your attachments there is form.scaled to true setting it to false give me this http://img85.imageshack.us/img85/392/fontscaling.jpg as you see with 120dpi the label "My custom label text" is alway the same dimension as 96dpi, the marks and the legend of the chart instead grow. I use Delphi XE and...
by sicorspa
Tue Apr 17, 2012 12:44 pm
Forum: VCL
Topic: Incorrect font scaling
Replies: 8
Views: 12680

Re: Incorrect font scaling

You don't undestand.

As I have say in all my posts, I DON'T WANT FONT SCALING, SO I HAVE SET IT TO DISABLE IN THE FORM.

THE PROBLEM IS THAT TEECHART SCALE THE MARKS IGNORING THAT SETTINGS


Try setting Form.Scaled := FALSE;

The Point Series Scale the marks anyway
by sicorspa
Thu Apr 05, 2012 4:00 pm
Forum: VCL
Topic: Incorrect font scaling
Replies: 8
Views: 12680

Re: Incorrect font scaling

take your project and set form.scaled to FALSE i don't want that the marks text is scaled if you try with scaled to false and try your application with 100% font size (windows 7 option, in windows xp 96dpi) and 125% font size (windows 7 option, in windows xp 120dpi) you will see that the marks text ...
by sicorspa
Tue Apr 03, 2012 1:38 pm
Forum: VCL
Topic: Incorrect font scaling
Replies: 8
Views: 12680

Incorrect font scaling

Hi all, I'm having an error in Teechart 2011 on Delphi Xe. I have 2 pc with windows 7, one with font at 100% (windows -> control panel -> Appearance and Personalization -> Display setting -> Font Size) and one with 125%. To avoid the problem of wrong font scaling, i have disabled scaling in my form ...
by sicorspa
Thu May 06, 2010 8:01 am
Forum: VCL
Topic: Populating from DB a TMapSeries/TWorldSeries
Replies: 11
Views: 16472

Re: Populating from DB a TMapSeries/TWorldSeries

ok, I have found the source code of the resource loader implementation {$R *.dfm} {$R WorldMap.res} uses Teeshp; var memorystream_shp,memorystream_shx,memorystream_dbf : TMemoryStream; CampoValoreMondo, CampoValoreStato, TitoloMondo, TitoloDettaglio : String; procedure TFormStatMeseNazioneWorldMap.C...
by sicorspa
Thu May 06, 2010 6:31 am
Forum: VCL
Topic: Populating from DB a TMapSeries/TWorldSeries
Replies: 11
Views: 16472

Re: Populating from DB a TMapSeries/TWorldSeries

here is the first part of the project in the successive versions i have added the use of the resources file, but isn't a stand alone project because after the attached version i have connected it to my database oracle, so it won't work outside howether when i found the source code for the use of res...
by sicorspa
Tue May 04, 2010 3:00 pm
Forum: VCL
Topic: Populating from DB a TMapSeries/TWorldSeries
Replies: 11
Views: 16472

Re: Populating from DB a TMapSeries/TWorldSeries

hi all, I'm the same that have successfully loaded the maps from the resource file. :wink: If you want I can post what I have done to load all, but can't help a lot in debug (haven't much time at work, and haven't instruments at home).. here i have the first version of my program, with example table...
by sicorspa
Mon Feb 16, 2009 2:13 pm
Forum: VCL
Topic: Panel transpareency
Replies: 15
Views: 19698

simple, try enabling both nearestSurface tool
when the tool is enabled on one chart and is called, the chart cover the other chart indipendent if it is to the top or not.

This is not correct because they are 2 different items and they must work indipendently right?
by sicorspa
Mon Feb 16, 2009 8:48 am
Forum: VCL
Topic: Print corrupted with subchart tool
Replies: 9
Views: 15691

i have solved with your example!!!

many thanks

Manuel
by sicorspa
Mon Feb 09, 2009 1:51 pm
Forum: VCL
Topic: Refresh Z values list
Replies: 4
Views: 7694

ah, I forget, many compliments for this great support, it's the best, kinder and faster seen before!!!! 8)
by sicorspa
Mon Feb 09, 2009 1:46 pm
Forum: VCL
Topic: Refresh Z values list
Replies: 4
Views: 7694

tried and works perfecly!!!

many thanks! :wink: