Xcode4.x 初心者向け03からの続きです。
popup buttonの項目追加と削除です。
プロジェクトの基本はXcode4.x 初心者向け03を参照下さい。
property p01 : missing value
on a1_(sender)
—全ての項目を削除する。
removeAllItems() of p01
—項目を追加する。
—対象popup buttonに「hoge」メニューが追加されます。
addItemWithTitle_(“hoge”) of p01
—選択項目を削除する。
—選択されている項目名(a1)を取得し、removeItemWithTitle_()に渡します。
set a1 to titleOfSelectedItem() of p01 as Unicode text
removeItemWithTitle_(a1) of p01
end a1_
Brilliance for free; your parents must be a sweetheart and a certified genius.