【ご質問】
TextFieldにて小文字入力を制御することは可能でしょうか。
【回答】
TextField.replace-selection-with-string (メソッド)を改変することで実現可能です。
詳細は以下のサンプルをご参照ください。
{curl 6.0,7.0,8.0 applet} {define-class public open MyTextField {inherits TextField} {method public open {replace-selection-with-string set text = {text.to-upper-clone} {let text1:TextField = {MyTextField {let text2:TextField = {TextField {HBox |
また、APIリファレンスの
[CURL.LANGUAGE.STRINGS]-[StringInterface]
の項内のメソッド[to-upper-clone]の項をご参照ください。
また以下のFAQをご参照ください。
http://developers.curlap.com/faq/48-faq-specification/706-combobox.html