Curl Global Community

Full Version: ExCommandButtonColumnの質問です。
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
ExCommandButtonColumnでボタンを押下時にラベルを変更したいですが
以下の方法ではエラーになります。
他の実装方法はありますか?

{ExCommandButtonColumn "test-rgc",
width = 55px,
header-label = "header label",
button-label = "label1",
button-action =
{proc {r:Record}:void
{on e:ExCommandButtonColumn do
set e.button-label = "label2"
}
}

以下のFukutaさんがコメントしているように、
ExCommandButtonColumnも標準APIでなく、
中身が分かりませんので、回答が困難です。
http://communities.curl.com/showthread.php?tid=552

申し訳ござません・・。