MapX + Delphi5 开发中一个重要问题?(50分)

L

lee_xl

Unregistered / Unconfirmed
GUEST, unregistred user!
为什么如下方法不能改变图元的颜色?
procedure TMapForm.Button6Click(Sender: TObject);
var
obj:CMapXStyle;
FoundFeature: FindFeature;
lyr:CMapXLayer;
begin

Map1.Layers.item('USA').editable:=true;
Map1.Layers.item('USA').begin
Access(1);
lyr:= Map1.Layers.item('USA');
FoundFeature := Map1.Layers.Item('USA').Find.Search('OK', EmptyParam);
if FoundFeature.FindRC mod 10 = 1 then

begin

obj:=FoundFeature.Style
obj.RegionPattern:=2;
obj.RegionColor:=miColorRed;
FoundFeature.Style:=obj;
lyr.Refresh;
end;

Map1.Layers.item('USA').EndAccess(0);
end;
 
to lee_xl
你有MapX 的破解版吗?
 
我有!留下email吧!
 
to silverring
能不能给我发一个,谢谢
happy2000wf@163.com
 
我也要
pipghost@163.com
 
我也要
us88@163.com
 
打扰了silverring:
我的Email:whb_li@21cn.com
麻烦给我发一份,不胜感谢;(MapX 的破解版)
 
你做查询最好不要在原图层上修改图元。
 
能给我一份吗?
非常感谢!
ray.lu@263.net
 
to silverring
能不能给我发一个,谢谢
quickchop@163.com
 
我有全套MAP方面的资料。
包括MAPINFO、MAPX(破解版)、鹰眼控件、MAPX的例子FOR Delphi(我们公司以前写的)。
谁有FTP,我都上传上去。
 
能不能给我发一个,谢谢
mike-chan@163.com
 
也给我发一个吧!多谢!
adeu@tom.com
 
多谢!
skyandlake@163.com
 
我要破解!!!
jian.lin@mingfaigruop.com
 
obj:=FoundFeature.Style
obj.RegionPattern:=2;
obj.RegionColor:=miColorRed;
FoundFeature.Style:=obj;
foundfeature.update(foundfeature,EmptyParam);
lyr.Refresh;
 
还有我,
weiduang@21cn.com
 
还有我!
semon_cheng@21cn.com
 
catfox@163.net

thx
 
请上传到资源大联盟论坛的FTP上吧!
202.102.2.48
zydlmupload
zydlmupload
谢谢!
 
顶部