スクリプトで作成されたボタンの幅をそのラベル テキストの幅に設定するにはどうすればよいですか?
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を検索すると、12 を超えるエントリが表示されますが、該当するものはないようです。