明经CAD社区

 找回密码
 注册

QQ登录

只需一步,快速开始

搜索
查看: 2125|回复: 1

关于list_box

[复制链接]
发表于 2002-11-24 15:07:00 | 显示全部楼层 |阅读模式
小弟有以下几个问题,请高手赐教
1. 如何在对话框的list_box中插入(在任一位置) 删除列表项
2. autolisp中怎样定义数组
3. 如何获取list_box当前列表项的内容
4. 怎样把list_box中的列表项赋给数组
5. 如何在.lsp中通过代码设置对话框中某个控件的属性
发表于 2002-11-25 11:02:00 | 显示全部楼层

Get a book, read the docs...

1. Put your items in a list (not an array), such as
   (setq itemlst '("A" "B" "C"))
   Use (start_list) (add_list) and (end_list) to load it to the list_box.
   Add or remove the atoms in item list, then use (start_list), (add_list) and
   (end_list) to refresh the list_box.
2. Use list better
3. The last value of itemlst
4. Use list better
5. (Set_tile), (Mode_tile)
您需要登录后才可以回帖 登录 | 注册

本版积分规则

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

GMT+8, 2025-1-15 23:23 , Processed in 0.155732 second(s), 26 queries , Gzip On.

Powered by Discuz! X3.4

Copyright © 2001-2021, Tencent Cloud.

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