乐筑天下

搜索
欢迎各位开发者和用户入驻本平台 尊重版权,从我做起,拒绝盗版,拒绝倒卖 签到、发布资源、邀请好友注册,可以获得银币 请注意保管好自己的密码,避免账户资金被盗
查看: 30|回复: 1

关于list_box

[复制链接]

7

主题

12

帖子

5

银币

初来乍到

Rank: 1

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

使用道具 举报

16

主题

909

帖子

8

银币

中流砥柱

Rank: 25

铜币
973
发表于 2002-11-25 11:02:00 | 显示全部楼层
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)
回复

使用道具 举报

发表回复

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

本版积分规则

  • 微信公众平台

  • 扫描访问手机版

  • 点击图片下载手机App

QQ|关于我们|小黑屋|乐筑天下 繁体中文

GMT+8, 2025-5-28 03:13 , Processed in 1.631419 second(s), 56 queries .

© 2020-2025 乐筑天下

联系客服 关注微信 帮助中心 下载APP 返回顶部 返回列表