【ご質問】
ComboBoxで入力する文字を”小文字入力不可”としたいのですが、どのようにしたらよいのでしょうか?
【回答】
SkinnableComboBoxUI.replace-selection-with-string(メソッド)を
改変することで実現可能です。
詳細はサンプルをご参照ください。
{curl 7.0,8.0 applet} {define-class public open MyComboBox {inherits ComboBox} {method public open {replace-selection-with-string set text = {text.to-upper-clone} {let cb:MyComboBox = {MyComboBox width = 3cm}} {HBox |
また以下のFAQをご参照ください。
http://developers.curlap.com/faq/48-faq-specification/386-2010-10-18-07-59-02.html