This question shows research effort; it is useful and clear
0
This question does not show any research effort; it is unclear or not useful
Bookmark this question.
Show activity on this post.
如何将脚本中创建的按钮的宽度设置为其标签文本之一?
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