明经CAD社区

 找回密码
 注册

QQ登录

只需一步,快速开始

搜索
查看: 1011|回复: 3

[提问] CAD对话框中单选按钮设计的问题

[复制链接]
发表于 2016-10-16 14:46:47 | 显示全部楼层 |阅读模式

如图 ,单选按钮想实现点击[焊内侧],左边显示焊内侧的图片,点击[焊外侧],左边显示焊外侧的图片,但是实际情况是,焊内侧和焊外侧的图片一起显示,不知道哪里出问题了?部分代码在下面
  1. (defun c:xxx()



  2. (setq sdt 0 a 0 t 0)
  3. (setq dcl_id (load_dialog "d:/AutoCAD2004/xxx/xxx.dcl"))  
  4. (if (< dcl_id 0)(exit))
  5. (initdlg1)
  6. (while (> sdt 3)

  7. (if (= a 1)(initdlg2))
  8. (if (= a 2)(initdlg3))

  9. )
  10. (unload_dialog dcl_id)
  11. (if (= sdt 3) (draw_xxx))
  12. (princ)
  13. )

  14. (defun initdlg1 ()
  15. (if (not (new_dialog "xxx" dcl_id))(exit))
  16. (action_tile "gl1" "(setq a 1)")
  17. (action_tile "gl2" "(setq a 2)")
  18. (action_tile "accept" "(done_dialog 4)")
  19. (action_tile "cancel" "(done_dialog -1)")
  20. (setq sdt (start_dialog))
  21. )

  22. (defun initdlg2 ()
  23. (if (not (new_dialog <span style="line-height: 1.5;">"xxx1" </span><span style="line-height: 1.5;">dcl_id))(exit))</span>


本帖子中包含更多资源

您需要 登录 才可以下载或查看,没有账号?注册

x
发表于 2016-10-16 16:55:01 | 显示全部楼层
填充幻灯片的前  (fill_image  0 0 (dimx_tile key) (dimy_tile key) -15)
 楼主| 发表于 2016-10-17 10:26:55 | 显示全部楼层
非常感谢 问题已解决
您需要登录后才可以回帖 登录 | 注册

本版积分规则

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

GMT+8, 2024-11-15 23:02 , Processed in 0.182380 second(s), 26 queries , Gzip On.

Powered by Discuz! X3.4

Copyright © 2001-2021, Tencent Cloud.

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