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 ディクショナリでwidthを検索すると、12 を超えるエントリが表示されますが、該当するものはないようです。

4

1 に答える 1

3

これを試して:

ボタン「yourButton」の幅をボタン「yourButton」のformattedWidthに設定します

クレイグ・ニューマン

于 2013-07-20T13:17:04.290 に答える