Curl Global Community
ExCommandButtonColumnの質問です。 - Printable Version

+- Curl Global Community (https://communities.curl.com)
+-- Forum: Discussions (https://communities.curl.com/forumdisplay.php?fid=1)
+--- Forum: General Curl questions (https://communities.curl.com/forumdisplay.php?fid=2)
+--- Thread: ExCommandButtonColumnの質問です。 (/showthread.php?tid=554)



ExCommandButtonColumnの質問です。 - e.kou - 07-06-2012

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"
}
}



RE: ExCommandButtonColumnの質問です。 - hokada - 07-09-2012


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

申し訳ござません・・。