明经CAD社区

 找回密码
 注册

QQ登录

只需一步,快速开始

搜索
查看: 2651|回复: 4

acedCommand在按扭事件中无法执行

[复制链接]
发表于 2007-1-4 15:20:00 | 显示全部楼层 |阅读模式
acedCommand(...,"open",0),直接在一个ARX命令函数中可以执行,但如果是在 窗口上的一个button的onclick事件中执行该代码,则无法运行(模式和无模式窗口都不行,用的是CDialog)
发表于 2007-1-12 11:02:00 | 显示全部楼层

是你自己的问题,

setFocus转换焦点

发表于 2007-1-13 10:44:00 | 显示全部楼层

文档中有介绍:

Avoiding Problems with NEW and OPEN

To avoid loss of synchronization between the AutoCAD and ARX communication interface, do not pass acedCommand() or acedCmd() NEW or OPEN. Instead, pass a script that executes NEW and OPEN, answers the prompts, and calls a function in the ARX application to return control to the ARX application.

就是说无论如何acedCommand也不能用以OPEN和NEW命令

发表于 2007-1-17 13:10:00 | 显示全部楼层

acedGetAcadWinApp()->OpenDocumentFile( filename );

试试看上面代码,可以和open命令一样的。

发表于 2007-3-7 08:42:00 | 显示全部楼层

用acDocManager->sendStringToExecute()函数执行

如:

acDocManager->sendStringToExecute(acDocManager->curDocument(),
  "line 0,0 1,1 \n",false, true);

您需要登录后才可以回帖 登录 | 注册

本版积分规则

小黑屋|手机版|CAD论坛|CAD教程|CAD下载|联系我们|关于明经|明经通道 ( 粤ICP备05003914号 )  
©2000-2023 明经通道 版权所有 本站代码,在未取得本站及作者授权的情况下,不得用于商业用途

GMT+8, 2024-11-25 20:51 , Processed in 0.161412 second(s), 24 queries , Gzip On.

Powered by Discuz! X3.4

Copyright © 2001-2021, Tencent Cloud.

快速回复 返回顶部 返回列表