0

如何将脚本中创建的按钮的宽度设置为其标签文本之一?

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 字典中搜索宽度会带来十几个条目,但似乎没有任何应用。

4

1 回答 1

3

试试这个:

将按钮“yourButton”的宽度设置为按钮“yourButton”的 formattedWidth

克雷格纽曼

于 2013-07-20T13:17:04.290 回答