明经CAD社区

 找回密码
 注册

QQ登录

只需一步,快速开始

搜索
查看: 2200|回复: 4

怎么让popup_list框能输入数据

[复制链接]
发表于 2004-10-16 21:46:00 | 显示全部楼层 |阅读模式
怎么让popup_list框能象文本框一样,也能输入数据。


应该设置popup_list的什么属性,或要什么lisp驱动程序。
发表于 2004-10-16 21:49:00 | 显示全部楼层
Use DosLib dos_editlist function
 楼主| 发表于 2004-10-17 21:18:00 | 显示全部楼层
好象没有dos_editlist这个控件,能具体说怎么用吗。谢谢。我是初学者,希望能写详细点,谢谢!
发表于 2004-10-18 05:17:00 | 显示全部楼层
你要下载DOSLIB

dos_editlist


Displays a sizeable Windows dialog box with an editable list box. Items can be added or removed from the list, and the order of the list can be changed.

Syntax

(dos_editlist title prompt list)

Parameters

title A string containing the dialog box title.
path A string containing the dialog box prompt.
list A list of string values.

Returns

A list of string items selected from the list if successful. nil on cancel or on error.

Examples

Command: (dos_editlist "Edit Items" "Add, remove, or edit items" '("Item1" "Item2" "Item3")) MSITStore:C:\Documents%20and%20Settings\Ivy\桌面\doslib61.chm::/images/dos_editlist.jpg" width=347 border=0> ("Item1" "Item2" "Item3" "NewItem4")


Also See

MSITStore:C:\Documents%20and%20Settings\Ivy\桌面\doslib61.chm::/Graphical_User_Interface_Functions/dos_checklist.htm" target="_blank" >dos_checklist, MSITStore:C:\Documents%20and%20Settings\Ivy\桌面\doslib61.chm::/Graphical_User_Interface_Functions/dos_proplist.htm" target="_blank" >dos_proplist
发表于 2013-7-28 14:13:19 | 显示全部楼层
不用插件实现不了吗
您需要登录后才可以回帖 登录 | 注册

本版积分规则

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

GMT+8, 2025-5-28 01:29 , Processed in 0.147229 second(s), 25 queries , Gzip On.

Powered by Discuz! X3.4

Copyright © 2001-2021, Tencent Cloud.

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