<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <title>晓东CAD家园-论坛 - OpenDCL</title>
    <link>http://bbs.xdcad.net/forum-248-1.html</link>
    <description>Latest 20 threads of OpenDCL</description>
    <copyright>Copyright(C) 晓东CAD家园-论坛</copyright>
    <generator>Discuz! Board by Comsenz Inc.</generator>
    <lastBuildDate>Sun, 05 Apr 2026 23:44:42 +0000</lastBuildDate>
    <ttl>60</ttl>
    <image>
      <url>http://bbs.xdcad.net/static/image/common/logo_88_31.gif</url>
      <title>晓东CAD家园-论坛</title>
      <link>http://bbs.xdcad.net/</link>
    </image>
    <item>
      <title>为啥这条语句未执行？c:ddedit_toty_OnCancelClose</title>
      <link>http://bbs.xdcad.net/thread-730387-1-1.html</link>
      <description><![CDATA[(defun c:ddedit_toty_OnCancelClose (Reason /)
  (alert \&quot;QWE\&quot;)
  (/= Reason T)    ；这句什么意思?
)]]></description>
      <category>OpenDCL</category>
      <author>挚友02</author>
      <pubDate>Thu, 26 Jun 2025 00:45:48 +0000</pubDate>
    </item>
    <item>
      <title>请教老师：加载OpenDcl的问题入门了，但是点击操作按钮的事件不能实现</title>
      <link>http://bbs.xdcad.net/thread-730263-1-1.html</link>
      <description><![CDATA[老师：您好！刚刚接触OpenDcl制作CAD 对话框，加载ODCL文件的问题入门了，这里是一个绘制圆的问题，请教各位老师





(defun c:hello()
]]></description>
      <category>OpenDCL</category>
      <author>xdcad9819</author>
<enclosure url="/forum/(dcl_project_load \"H:\\\\LISP练习程序\\\\dcl文件\\\\绘制圆.odcl\" T) ;加载ODCL文件
" length="(dcl_f ..." type="image/jpeg" />      <pubDate>Mon, 23 Dec 2024 15:32:30 +0000</pubDate>
    </item>
    <item>
      <title>谁试过用OpenDCL播放AVI视频？？？？？</title>
      <link>http://bbs.xdcad.net/thread-730259-1-1.html</link>
      <description><![CDATA[(dcl_Animation_Load acc_Form24_Animation1 (findfile val1))
    (dcl_Animation_Play acc_Form24_Animation1 1)
我是没播放成，有格式和文件大小要求吗？OpenDCL含有AVI解码器？？？？？？？？]]></description>
      <category>OpenDCL</category>
      <author>挚友02</author>
      <pubDate>Tue, 17 Dec 2024 08:41:55 +0000</pubDate>
    </item>
    <item>
      <title>如何判断OpenDCL在其它窗口是非正常关闭。。。</title>
      <link>http://bbs.xdcad.net/thread-730246-1-1.html</link>
      <description><![CDATA[如何在其它dwg中判断(if (dcl_Form_IsActive cccl_Form1)  还是有值的，但实际已经非正常关闭了cccl_Form1窗体(在其它dwg文件窗口用点击窗体右上角的X)，用  (dcl_Project_Unload \&quot;cccl_Form1\&quot;)也报错...




(vl-load-com)
(if (null (vl-symbol-value \'dcl_getversion ...]]></description>
      <category>OpenDCL</category>
      <author>挚友02</author>
      <pubDate>Tue, 19 Nov 2024 07:23:54 +0000</pubDate>
    </item>
    <item>
      <title>如何用OPENdcl 实现折叠菜单？？？？？？？</title>
      <link>http://bbs.xdcad.net/thread-730238-1-1.html</link>
      <description><![CDATA[如题。。。。。]]></description>
      <category>OpenDCL</category>
      <author>挚友02</author>
      <pubDate>Thu, 17 Oct 2024 03:07:42 +0000</pubDate>
    </item>
    <item>
      <title>这种对话框有没有例子</title>
      <link>http://bbs.xdcad.net/thread-730209-1-1.html</link>
      <description><![CDATA[如图，打开第二个对话框第一个不关闭]]></description>
      <category>OpenDCL</category>
      <author>CQ467959301</author>
      <pubDate>Thu, 22 Aug 2024 02:58:10 +0000</pubDate>
    </item>
    <item>
      <title>请教老师，dcl-Control-SetText给TEXTBOX赋值没反应</title>
      <link>http://bbs.xdcad.net/thread-729976-1-1.html</link>
      <description><![CDATA[给TEXTBOX1赋值，源代码如下：
 (dcl-Project-Load \&quot;wdml.odcl\&quot;)
  (dcl-Form-Show wdml/Form1)
  ( defun c:wdml/Form1#OnInitialize (/)
     (dcl-Control-SetText wdml/Form1/TextBox1 \&quot;123\&quot; )
     (dcl-Control-Redraw wdml/Form1/TextBox1 )
  )

运行后，图中红 ...]]></description>
      <category>OpenDCL</category>
      <author>haobi</author>
      <pubDate>Fri, 02 Feb 2024 05:29:27 +0000</pubDate>
    </item>
    <item>
      <title>新人报到</title>
      <link>http://bbs.xdcad.net/thread-729975-1-1.html</link>
      <description><![CDATA[新人报到，请多关照。。。。。。]]></description>
      <category>OpenDCL</category>
      <author>haobi</author>
      <pubDate>Fri, 02 Feb 2024 03:20:37 +0000</pubDate>
    </item>
    <item>
      <title>请问opendcl的拖拽动作生成图形必须手动刷新才行</title>
      <link>http://bbs.xdcad.net/thread-729800-1-1.html</link>
      <description><![CDATA[;;问题 拖拽出去生成的图形要手动刷新才显示出来. 所有刷新命令没用
(defun c:tt ()
]]></description>
      <category>OpenDCL</category>
      <author>434939575</author>
<enclosure url="/forum/(dcl-project-import  \'(\"YWt6AzyCAgBl9jpuBuKTIyPSWrkr0JWjpv1PklRv7IfLb08m1lNHyBtsUs/I/+tyj2R8bHV85Mud\"
\"gcuphlG//gliWQha7 ..." length="" type="image/jpeg" />      <pubDate>Thu, 06 Jul 2023 05:38:58 +0000</pubDate>
    </item>
    <item>
      <title>【悬赏100】 在CAD多档中如何判断某一非模态对话框是否打开或关闭？？？</title>
      <link>http://bbs.xdcad.net/thread-729754-1-1.html</link>
      <description><![CDATA[在CAD某个文档中打开一个非模态对话框后在其它文档中强行关闭了此对话框，当返回前一个文档时如何判断此非模态对话框的状态？用(dcl_Form_IsActive dl_DHK_Form1)检测发生错误，要是用永久变量(setq intResult2017_dldx_bz (dcl_FORM_SHOW dl_DHK_Form1))检测的，在下一 ...]]></description>
      <category>OpenDCL</category>
      <author>挚友02</author>
      <pubDate>Fri, 09 Jun 2023 06:49:06 +0000</pubDate>
    </item>
    <item>
      <title>如何制作折叠的OPENDcl对话框？</title>
      <link>http://bbs.xdcad.net/thread-729727-1-1.html</link>
      <description><![CDATA[如何制作折叠的OPENDcl对话框？就是有下拉可以展开的对话框。。。]]></description>
      <category>OpenDCL</category>
      <author>挚友02</author>
      <pubDate>Thu, 01 Jun 2023 05:45:58 +0000</pubDate>
    </item>
    <item>
      <title>[已解决]很简单的一个程序，为什么运行了主函数pm，其他的几个事件函数不会有反应的？</title>
      <link>http://bbs.xdcad.net/thread-729085-1-1.html</link>
      <description><![CDATA[初学OpenDCL做对话框，很简单的一个程序，为什么运行了主函数pm，其他的几个事件函数不会有反应的？调试了好几天，都没找出问题，请指教

(command \&quot;_OPENDCL\&quot;)

(defun c:pm ()  
   (dcl-Project-Load \&quot;PM1.odcl\&quot; T)
   (dcl-Form-Show PM1/FormPM1)
   (princ \&quot;a\&quot;)
) ...]]></description>
      <category>OpenDCL</category>
      <author>yingxy1234</author>
      <pubDate>Tue, 13 Sep 2022 02:27:46 +0000</pubDate>
    </item>
    <item>
      <title>openDCL如何加载啊求救</title>
      <link>http://bbs.xdcad.net/thread-729028-1-1.html</link>
      <description><![CDATA[如图提示，OPENDCL页安装了，但是老是提示]]></description>
      <category>OpenDCL</category>
      <author>chq168168</author>
      <pubDate>Mon, 08 Aug 2022 08:41:08 +0000</pubDate>
    </item>
    <item>
      <title>求个opendcl教程？（共享）</title>
      <link>http://bbs.xdcad.net/thread-728837-1-1.html</link>
      <description><![CDATA[我有季鸟翻译的opendcl教程，才有17页，好多都没有，需要一点其他的，求分享]]></description>
      <category>OpenDCL</category>
      <author>838510233</author>
      <pubDate>Wed, 08 Dec 2021 08:42:09 +0000</pubDate>
    </item>
    <item>
      <title>请问我的OPENDCL程序更换ODCL后,窗体初始化为什么不动作?</title>
      <link>http://bbs.xdcad.net/thread-728439-1-1.html</link>
      <description><![CDATA[请教下各位,
我将一个可正常使用的OPENDCL程序的ODCL文件更换成另一个同名ODCL文件,两个ODCL文件的主窗体和内部控件的类型名称以及属性值等均相同,但是在用同样的LSP程序运行时主窗体初始化不动作了.
也试过了TOOLS菜单下的LISP变量设置和EVENT的重置,均不起作用.
请问 ...]]></description>
      <category>OpenDCL</category>
      <author>hhhaaa1121</author>
      <pubDate>Sat, 21 Aug 2021 17:15:03 +0000</pubDate>
    </item>
    <item>
      <title>非模式对话框的初始化语句</title>
      <link>http://bbs.xdcad.net/thread-728060-1-1.html</link>
      <description><![CDATA[由于作图时切换图纸的需要，希望非模式对话框不被关闭，并保持各个图纸的当前状态和参数，看了很多说明，基本都是OpenDCL的机器翻译，不得要领，尤其是打开新图纸时，会报错，请教各位大神，能否给个具体的代码示例，不胜感激
 ...]]></description>
      <category>OpenDCL</category>
      <author>Humanway</author>
      <pubDate>Sun, 16 May 2021 01:49:30 +0000</pubDate>
    </item>
    <item>
      <title>小白问题</title>
      <link>http://bbs.xdcad.net/thread-727840-1-1.html</link>
      <description><![CDATA[[*](defun c:Ltools/BatchPlot/TextButton9#OnClicked (/)
[*]    (dcl-form-close Ltools/BatchPlot 19)
[*]  )
[*]  (defun c:Ltools/BatchPlot/TextButton10#OnClicked (/)
[*]    (dcl-form-close Ltools/BatchPlot 1)
[*]  )
[*]  (defun c:Ltools/BatchPlot/Text]]></description>
      <category>OpenDCL</category>
      <author>zc1zc2</author>
      <pubDate>Thu, 25 Mar 2021 16:17:14 +0000</pubDate>
    </item>
    <item>
      <title>为何下面代码无法得到close后的返回值</title>
      <link>http://bbs.xdcad.net/thread-727785-1-1.html</link>
      <description><![CDATA[]]></description>
      <category>OpenDCL</category>
      <author>bloodtempt0</author>
      <pubDate>Thu, 11 Mar 2021 08:45:54 +0000</pubDate>
    </item>
    <item>
      <title>如何解决非模态时“无法重复进入 LISP”的问题？</title>
      <link>http://bbs.xdcad.net/thread-727715-1-1.html</link>
      <description><![CDATA[如题，点击非模态框的某一个功能按钮，执行一段lsp程序，此时我想点击另外一个功能按钮，中止当前执行的lsp程序，并执行另一段lsp程序，此时就会提示我“无法重复进入 LISP”，即无法中断当前的lsp程序。 ...]]></description>
      <category>OpenDCL</category>
      <author>cqu20104225</author>
      <pubDate>Fri, 26 Feb 2021 03:12:04 +0000</pubDate>
    </item>
    <item>
      <title>opendcl函数</title>
      <link>http://bbs.xdcad.net/thread-727679-1-1.html</link>
      <description><![CDATA[加载后报错了，为什么从opendcl帮助里面粘贴过来的函数在编辑器里用不了？]]></description>
      <category>OpenDCL</category>
      <author>尹思颖</author>
      <pubDate>Thu, 18 Feb 2021 10:21:11 +0000</pubDate>
    </item>
  </channel>
</rss>