【发布时间】:2013-07-19 14:44:34
【问题描述】:
如何将脚本中创建的按钮的宽度设置为其标签文本之一?
on createButtonWithLabel aLabel
create button
set the label of it to aLabel
-- set the width of the button to the space used by 'aLabel'
-- ??
end createButtonWithLabel
在 LiveCode 字典中搜索 width 会找到十几个条目,但似乎没有任何内容。
【问题讨论】: