Search found 16 matches
- Mon May 03, 2010 5:58 pm
- Forum: VCL
- Topic: Teechart 8 and Intraweb 10 with Delphi 2010
- Replies: 1
- Views: 2418
Teechart 8 and Intraweb 10 with Delphi 2010
I have just bought Delphi 2010 and need to use Teechart (8.07) with Intraweb 10.0.23. I have created a IW100TeeChartPro8_140.dpk file, based on one I used to use in BDS2006. The required compiled packages in this are DclTee814.dcp, and Intraweb_100_100.dcp plus inet.dcp, rtl.dcp, vcl.dcp, vclimg.dcp...
- Mon Oct 05, 2009 2:42 pm
- Forum: VCL
- Topic: Transparency for map polygons
- Replies: 9
- Views: 5730
Re: Transparency for map polygons
Thanks, Yeray. Yes, I agree.
Bruce
Bruce
- Fri Oct 02, 2009 4:11 pm
- Forum: VCL
- Topic: Transparency for map polygons
- Replies: 9
- Views: 5730
Re: Transparency for map polygons
Yeray I have tried what you just described and it did not solve the problem. I have also tried this several times before starting this thread on the forum. I can reproduce it in a test program (the one I sent you) but also have it in other programs so it is not just something that has happened once....
- Fri Oct 02, 2009 2:46 pm
- Forum: VCL
- Topic: Transparency for map polygons
- Replies: 9
- Views: 5730
Re: Transparency for map polygons
I tried using your code in a separate button event within my program and it works fine . This is still with version 8.0.5 and my own test code (which you have) still does not work. This seems to imply the the problem relates to mapseries which are hard-defined in the chart at design time. All very c...
- Fri Oct 02, 2009 1:02 pm
- Forum: VCL
- Topic: Transparency for map polygons
- Replies: 9
- Views: 5730
Re: Transparency for map polygons
Yeray I am not sure how you get it to work. I can't do so with the code I sent. I am using BDS2006 with TeeChart VCL 8.0.5. Have you made some changes in 8.0.6 that could explain the different behaviour? Just to confirm what I get, when I run the unit1.pas code I sent, I do not get transparent polyg...
- Wed Sep 30, 2009 5:53 pm
- Forum: VCL
- Topic: Transparency for map polygons
- Replies: 9
- Views: 5730
Transparency for map polygons
If one creates a map graph and defines that the polygons should be transparent, this gets ignored. The only way to get a transparent view is to have a TeeCpmmander and manually go in and set the series transparency after creating the chart.
Bruce
Bruce
- Tue Aug 04, 2009 4:13 pm
- Forum: VCL
- Topic: Limiting polygons from a shapefile
- Replies: 17
- Views: 15693
Re: Limiting polygons from a shapefile
Thanks.
Bruce
Bruce
- Thu Jul 30, 2009 7:02 pm
- Forum: VCL
- Topic: Limiting polygons from a shapefile
- Replies: 17
- Views: 15693
Re: Limiting polygons from a shapefile
Please try something like the following var MapFieldName, MapValueFieldName : string; tmpshp, tmp, tmpdbf : string; Series3, Series4 : TMapSeries; begin dmPGC.adocPG.Connected := false; dmPGC.qAllPolygons.Close; dmPGC.cdsAllPolygons.Open; DBcPlates.View3D := false; DBChart1.View3D := false; Series3 ...
- Wed Jul 29, 2009 6:42 pm
- Forum: VCL
- Topic: Limiting polygons from a shapefile
- Replies: 17
- Views: 15693
Re: Limiting polygons from a shapefile
Thanks Yeray. The approach to hide or show shapes will work fine for my application. However, in testing this I have encountered some additional problems. 1) If one has two charts, each with a mapseries (in my case series3 and series4), when one loads the second mapseries data from a shapefile (I lo...
- Tue Jul 28, 2009 6:41 pm
- Forum: VCL
- Topic: Limiting polygons from a shapefile
- Replies: 17
- Views: 15693
Re: Limiting polygons from a shapefile
Yeray something that struck me a while after posting my previous response was that, if you keep each record in the TeeChart dataset (however it is done), I could conceivably achieve what I need by hiding shapes I don't want and showing only those I do, rather than what I have been attempting which i...
- Wed Jul 22, 2009 6:11 pm
- Forum: VCL
- Topic: Limiting polygons from a shapefile
- Replies: 17
- Views: 15693
Re: Limiting polygons from a shapefile
Hi Yeray okay, I accept what you say although there were only two procedures in what I sent that actually were relevant. Others were to show what data was in the tables. I have created a smaller, more directed program which uses the same geodatabase and shapefile. I will send it by regular email as ...
- Tue Jul 21, 2009 9:44 am
- Forum: VCL
- Topic: Limiting polygons from a shapefile
- Replies: 17
- Views: 15693
Re: Limiting polygons from a shapefile
Can you send me details for an offline email address or ftp site. Unfortunately, the smallest version of example geodatabase that I can create is about 18 Mb and this is needed for the program. The rest of the code, etc is quite small, as is the shapefile but I need to draw information from the geod...
- Fri Jul 17, 2009 8:00 am
- Forum: VCL
- Topic: Limiting polygons from a shapefile
- Replies: 17
- Views: 15693
Re: Limiting polygons from a shapefile
Sorry, still can't get this to work. I manage to delete some of the polygons but they are not the correct ones. How do I identify which polygons I want to keep and which not? At present I load the shapefile with LoadMap(Series4,tmp3,dmPGC.cdsPolygons,MapFieldName,MapValueFieldName,true); where tmp3 ...
- Thu Jul 16, 2009 4:25 pm
- Forum: VCL
- Topic: Limiting polygons from a shapefile
- Replies: 17
- Views: 15693
- Thu Jul 16, 2009 1:11 pm
- Forum: VCL
- Topic: Limiting polygons from a shapefile
- Replies: 17
- Views: 15693
Re: Limiting polygons from a shapefile
Thanks. By Index, do you mean the objectid in the shapefile?
Bruce
Bruce